Skip to content

Commit

Permalink
Update chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival authored Oct 4, 2024
1 parent 65f7ca6 commit 1c75bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/static/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ const DEFAULT_CHAIN_PROPERTIES: ChainProperties = toChainProperty(

export const CHAINS: Config<ChainProperties> = {
ksm: DEFAULT_CHAIN_PROPERTIES,
ahk: toChainProperty(2, 12, 'KSM', 'http://assethub-kusama.subscan.io/', 'SUB'),
ahk: toChainProperty(2, 12, 'KSM', 'https://assethub-kusama.subscan.io/', 'SUB'),
dot: toChainProperty(0, 10, 'DOT', 'https://polkadot.subscan.io/', 'SUB'),
ahp: toChainProperty(0, 10, 'DOT', 'http://assethub-polkadot.subscan.io/', 'SUB'),
ahp: toChainProperty(0, 10, 'DOT', 'https://assethub-polkadot.subscan.io/', 'SUB'),
imx: toChainProperty(42, 18, 'IMX', 'https://explorer.immutable.com/', 'EVM'), // ss58Format is not available
base: toChainProperty(42, 18, 'ETH', 'https://basescan.org', 'EVM'),
mnt: toChainProperty(42, 18, 'MNT', 'https://mantlescan.xyz', 'EVM'), // ss58Format is not available
Expand Down

0 comments on commit 1c75bb2

Please sign in to comment.