Skip to content

Commit

Permalink
feat: Add Inco Rivest Testnet (#6058)
Browse files Browse the repository at this point in the history
Signed-off-by: Silas Davis <[email protected]>
  • Loading branch information
silasdavis authored Oct 24, 2024
1 parent f8b7f8a commit db82212
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _data/chains/eip155-21097.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Rivest Testnet",
"chain": "Inco",
"rpc": [
"https://validator.rivest.inco.org",
"https://gateway.rivest.inco.org"
],
"faucets": ["https://faucet.rivest.inco.org"],
"nativeCurrency": {
"name": "test-Inco",
"symbol": "tINCO",
"decimals": 18
},
"infoURL": "https://inco.org",
"shortName": "rivest-testnet",
"chainId": 21097,
"networkId": 21097,
"slip44": 1,
"icon": "inco",
"explorers": [
{
"name": "Rivest Testnet Explorer",
"url": "https://explorer.rivest.inco.org",
"standard": "EIP3091",
"icon": "inco"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/inco.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg",
"width": 1661,
"height": 480,
"format": "png"
}
]

0 comments on commit db82212

Please sign in to comment.