Skip to content

Commit

Permalink
feat: adding centrifuge mainnet (#651)
Browse files Browse the repository at this point in the history
* feat: adding centrifuge mainnet

* chore: add centrifuge block scanner url
  • Loading branch information
canhtrinh authored Dec 5, 2023
1 parent 3dae216 commit 260b4cf
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/data/evm_chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
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 @@ -59,6 +59,10 @@
{
"id": "scroll",
"address": "0x2d5d7d31F671F86C782533cc367F14109a082712"
},
{
"id": "centrifuge",
"address": "0x2d5d7d31F671F86C782533cc367F14109a082712"
}
],
"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 @@ -59,6 +59,10 @@
{
"id": "scroll",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
},
{
"id": "centrifuge",
"address": "0xe432150cce91c13a887f7D836923d5597adD8E31"
}
],
"testnet": [
Expand Down

1 comment on commit 260b4cf

@vercel
Copy link

@vercel vercel bot commented on 260b4cf Dec 5, 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.