Skip to content

Commit

Permalink
Add CARV mainnet & testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambero Tu committed Oct 29, 2024
1 parent 4c9b219 commit ea32d8d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-2278.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "CARV Mainnet",
"chain": "CARV Mainnet",
"rpc": [""],
"faucets": [],
"nativeCurrency": {
"name": "CARV",
"symbol": "CARV",
"decimals": 18
},
"infoURL": "https://carv.io/",
"shortName": "carv-mainnet",
"chainId": 2278,
"networkId": 2278,
"icon": "carv",
"explorers": [
{
"name": "CARV Mainnet Explorer",
"url": "",
"standard": "EIP3091"
}
],
"status": "incubating"
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-22781.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "CARV Testnet",
"chain": "CARV Testnet",
"rpc": [""],
"faucets": [],
"nativeCurrency": {
"name": "CARV",
"symbol": "CARV",
"decimals": 18
},
"infoURL": "https://carv.io/",
"shortName": "carv-testnet",
"chainId": 22781,
"networkId": 22781,
"icon": "carv",
"explorers": [
{
"name": "CARV Testnet Explorer",
"url": "",
"standard": "EIP3091"
}
],
"status": "incubating"
}
8 changes: 8 additions & 0 deletions _data/icons/carv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmYNabmgMz1aPzSbGCAUeH7wpYH3WUDXunTma1v9SLGgUu",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit ea32d8d

Please sign in to comment.