You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
651 B
30 lines
651 B
import { defineChain } from '../../utils/chain/defineChain.js'
|
|
|
|
export const immutableZkEvm = /*#__PURE__*/ defineChain({
|
|
id: 13371,
|
|
name: 'Immutable zkEVM',
|
|
nativeCurrency: {
|
|
decimals: 18,
|
|
name: 'Immutable Coin',
|
|
symbol: 'IMX',
|
|
},
|
|
rpcUrls: {
|
|
default: {
|
|
http: ['https://rpc.immutable.com'],
|
|
},
|
|
},
|
|
blockExplorers: {
|
|
default: {
|
|
name: 'Immutable Explorer',
|
|
url: 'https://explorer.immutable.com',
|
|
apiUrl: 'https://explorer.immutable.com/api',
|
|
},
|
|
},
|
|
contracts: {
|
|
multicall3: {
|
|
address: '0x236bdA4589e44e6850f5aC6a74BfCa398a86c6c0',
|
|
blockCreated: 4335972,
|
|
},
|
|
},
|
|
})
|