Skip to content

Commit

Permalink
Add CONET Mainnet Chain (224433) (#6678)
Browse files Browse the repository at this point in the history
* Create CONET Mainnet chain

* Update eip155-224400.json

* changed shortName to chnet-mainnet
  • Loading branch information
CoNETProject authored Jan 29, 2025
1 parent 1e9b79a commit c12686c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _data/chains/eip155-224400.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "CONET Mainnet",
"chain": "CONET Mainnet",
"rpc": ["https://mainnet-rpc.conet.network"],
"faucets": [],
"nativeCurrency": {
"name": "CONET ETH",
"symbol": "ETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://conet.network",
"shortName": "conet-mainnet",
"chainId": 224400,
"networkId": 224400,
"slip44": 2147708048,
"icon": "conet",
"explorers": [
{
"name": "CONET Mainnet Explorer",
"url": "https://mainnet.conet.network",
"standard": "EIP3091"
}
]
}

0 comments on commit c12686c

Please sign in to comment.