Skip to content

Commit

Permalink
feat: add immutable mainnet (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh authored Dec 19, 2023
1 parent 1f0501e commit e0617a3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/data/evm_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -849,7 +873,7 @@
"chainId": "0x34A1",
"chainName": "Immutable",
"rpcUrls": [
"https://rpc-geth.testnet.immutable.com"
"https://rpc.testnet.immutable.com"
],
"nativeCurrency": {
"name": "Immutable",
Expand Down
4 changes: 4 additions & 0 deletions src/data/gas_services.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
{
"id": "centrifuge",
"address": "0x2d5d7d31F671F86C782533cc367F14109a082712"
},
{
"id": "immutable",
"address": "0x24C2b56128fF8E7bFaD578ABefB0fc7Dfa9ba358"
}
],
"testnet": [
Expand Down
4 changes: 4 additions & 0 deletions src/data/gateways.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
{
"id": "centrifuge",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
},
{
"id": "immutable",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
}
],
"testnet": [
Expand Down

1 comment on commit e0617a3

@vercel
Copy link

@vercel vercel bot commented on e0617a3 Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.