Skip to content

Commit

Permalink
fix: extrinsics list display on block page for crust paranchain
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng authored and wliyongfeng committed Jun 24, 2024
1 parent 962f3cf commit e64fc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/utils/consts/chains/polkadotCrust.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const polkadotCrust = {
multisig: false,
},
nodes,
useOnChainBlockData: false,
useOnChainBlockData: true,
};

export default polkadotCrust;

0 comments on commit e64fc09

Please sign in to comment.