Skip to content

Commit

Permalink
Merge pull request #1 from AlexanderAlshanikov/aa/coinweb-integration
Browse files Browse the repository at this point in the history
feat: coinweb integration
  • Loading branch information
AlexanderAlshanikov authored Oct 30, 2024
2 parents 730a867 + 4ea52d1 commit 5a3c73a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-2222222.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Coinweb BNB shard",
"title": "Coinweb BNB shard",
"chain": "CWEB BNB",
"rpc": ["https://api-cloud.coinweb.io/eth-rpc-service/bnb"],
"faucets": [],
"nativeCurrency": {
"name": "CWEB",
"symbol": "CWEB",
"decimals": 18
},
"infoURL": "https://coinweb.io",
"shortName": "cweb-bnb",
"chainId": 2222222,
"networkId": 2222222,
"slip44": 1,
"explorers": [
{
"name": "Coinweb block explorer",
"url": "https://explorer.coinweb.io",
"standard": "none"
}
]
}

0 comments on commit 5a3c73a

Please sign in to comment.