-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Inco Rivest Testnet (#6058)
Signed-off-by: Silas Davis <[email protected]>
- Loading branch information
1 parent
f8b7f8a
commit db82212
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg", | ||
"width": 1661, | ||
"height": 480, | ||
"format": "png" | ||
} | ||
] |