diff --git a/src/data/evm_chains.json b/src/data/evm_chains.json index 47d79b073..4804f9f85 100644 --- a/src/data/evm_chains.json +++ b/src/data/evm_chains.json @@ -394,6 +394,30 @@ } ], "image": "/images/chains/centrifuge.svg" + }, + { + "id": "immutable", + "name": "Immutable", + "chain_id": "13371", + "network_id": "immutable", + "provider_params": [ + { + "chainId": "0x343B", + "chainName": "Immutable", + "rpcUrls": [ + "https://rpc.immutable.com" + ], + "nativeCurrency": { + "name": "Immutable", + "symbol": "IMX", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://explorer.immutable.com" + ] + } + ], + "image": "/images/chains/immutable.svg" } ], "testnet": [ @@ -849,7 +873,7 @@ "chainId": "0x34A1", "chainName": "Immutable", "rpcUrls": [ - "https://rpc-geth.testnet.immutable.com" + "https://rpc.testnet.immutable.com" ], "nativeCurrency": { "name": "Immutable", diff --git a/src/data/gas_services.json b/src/data/gas_services.json index 059e5274e..c4f2bb0c9 100644 --- a/src/data/gas_services.json +++ b/src/data/gas_services.json @@ -63,6 +63,10 @@ { "id": "centrifuge", "address": "0x2d5d7d31F671F86C782533cc367F14109a082712" + }, + { + "id": "immutable", + "address": "0x24C2b56128fF8E7bFaD578ABefB0fc7Dfa9ba358" } ], "testnet": [ diff --git a/src/data/gateways.json b/src/data/gateways.json index 57402a7eb..afa4b3b0c 100644 --- a/src/data/gateways.json +++ b/src/data/gateways.json @@ -63,6 +63,10 @@ { "id": "centrifuge", "address": "0xe432150cce91c13a887f7D836923d5597adD8E31" + }, + { + "id": "immutable", + "address": "0xe432150cce91c13a887f7D836923d5597adD8E31" } ], "testnet": [