Skip to content

Commit

Permalink
fix: Moonbeam chain type (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 4, 2024
1 parent 265f371 commit b9df222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/chains/polkadot-chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const polkadotChains = {
},
moonbeam: {
display: "Moonbeam",
type: "substrate",
type: "ethereum",
icon: "https://resources.acala.network/_next/image?url=%2Fnetworks%2Fmoonbeam.png&w=96&q=75",
paraChainId: 2004,
ss58Prefix: 1284,
Expand Down

0 comments on commit b9df222

Please sign in to comment.