From 4fa5cbda1aa7f21d11a3f4248735777e1647875e Mon Sep 17 00:00:00 2001 From: Silas Davis Date: Wed, 23 Oct 2024 15:41:01 +0200 Subject: [PATCH] feat: Add Inco Rivest Testnet Signed-off-by: Silas Davis --- _data/chains/eip155-21097.json | 28 ++++++++++++++++++++++++++++ _data/icons/inco.json | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 _data/chains/eip155-21097.json create mode 100644 _data/icons/inco.json diff --git a/_data/chains/eip155-21097.json b/_data/chains/eip155-21097.json new file mode 100644 index 0000000000000..4adabe0b8943d --- /dev/null +++ b/_data/chains/eip155-21097.json @@ -0,0 +1,28 @@ +{ + "name": "Rivest Testnet", + "chain": "Inco", + "rpc": [ + "https://gateway.rivest.inco.org", + "https://validator.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" + } + ] +} diff --git a/_data/icons/inco.json b/_data/icons/inco.json new file mode 100644 index 0000000000000..20c35d9634859 --- /dev/null +++ b/_data/icons/inco.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmU9aHw1i3qM8rZekXfb4rFZHPxVvsLdnpohKLGGFYewMg", + "width": 1661, + "height": 430, + "format": "png" + } +]