diff --git a/src/data/evm_chains.json b/src/data/evm_chains.json index c25efe7d2..47d79b073 100644 --- a/src/data/evm_chains.json +++ b/src/data/evm_chains.json @@ -370,6 +370,30 @@ } ], "image": "/images/chains/kava.svg" + }, + { + "id": "centrifuge", + "name": "Centrifuge", + "chain_id": "2031", + "network_id": "centrifuge", + "provider_params": [ + { + "chainId": "0x7EF", + "chainName": "Centrifuge", + "rpcUrls": [ + "https://fullnode.parachain.centrifuge.io" + ], + "nativeCurrency": { + "name": "Centrifuge", + "symbol": "CFG", + "decimals": 18 + }, + "blockExplorerUrls": [ + "https://centrifuge.subscan.io" + ] + } + ], + "image": "/images/chains/centrifuge.svg" } ], "testnet": [ diff --git a/src/data/gas_services.json b/src/data/gas_services.json index d440069bc..059e5274e 100644 --- a/src/data/gas_services.json +++ b/src/data/gas_services.json @@ -59,6 +59,10 @@ { "id": "scroll", "address": "0x2d5d7d31F671F86C782533cc367F14109a082712" + }, + { + "id": "centrifuge", + "address": "0x2d5d7d31F671F86C782533cc367F14109a082712" } ], "testnet": [ diff --git a/src/data/gateways.json b/src/data/gateways.json index 0f4579686..57402a7eb 100644 --- a/src/data/gateways.json +++ b/src/data/gateways.json @@ -59,6 +59,10 @@ { "id": "scroll", "address": "0xe432150cce91c13a887f7D836923d5597adD8E31" + }, + { + "id": "centrifuge", + "address": "0xe432150cce91c13a887f7D836923d5597adD8E31" } ], "testnet": [