From e91f2362627f85e7b9a91552ecd56092a5bd41d3 Mon Sep 17 00:00:00 2001 From: Pratham Prasoon <42303128+PrasoonPratham@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:15:56 +0530 Subject: [PATCH] Nautilus test network added (#2941) * Adding Nautilus Testnetwork * Fixing Nautilus chain details * Remove slash from block explorer for nautilus * Update Nautilus chain - fix formatting * Update nautilus icon to png * Update nautilus.json --------- Co-authored-by: ligi --- _data/chains/eip155-91002.json | 24 ++++++++++++++++++++++++ _data/icons/nautilus.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-91002.json create mode 100644 _data/icons/nautilus.json diff --git a/_data/chains/eip155-91002.json b/_data/chains/eip155-91002.json new file mode 100644 index 00000000..6ffc976d --- /dev/null +++ b/_data/chains/eip155-91002.json @@ -0,0 +1,24 @@ +{ + "name": "Nautilus Chain", + "title": "Nautilus Trition Testnet", + "chain": "ETH", + "icon": "nautilus", + "rpc": ["https://triton.api.nautchain.xyz"], + "faucets": ["https://faucet.eclipse.builders"], + "nativeCurrency": { + "name": "Nautilus Zebec Testnet Tokens", + "symbol": "tZBC", + "decimals": 18 + }, + "infoURL": "https://docs.nautchain.xyz", + "shortName": "NAUT", + "chainId": 91002, + "networkId": 91002, + "explorers": [ + { + "name": "Nautscan", + "url": "https://triton.nautscan.com", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/nautilus.json b/_data/icons/nautilus.json new file mode 100644 index 00000000..275eac97 --- /dev/null +++ b/_data/icons/nautilus.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmNutSgM7n6aJPPDiofe9Dm1epy1RcYTMvugukLUK2vmPM", + "width": 500, + "height": 500, + "format": "png" + } +]