diff --git a/_data/chains/eip155-200024.json b/_data/chains/eip155-200024.json new file mode 100644 index 000000000000..0c8288377057 --- /dev/null +++ b/_data/chains/eip155-200024.json @@ -0,0 +1,24 @@ +{ + "name": "NitroGraph Testnet", + "chain": "NOS", + "rpc": ["https://rpc-testnet.nitrograph.foundation"], + "icon": "nitrograph", + "slip44": 1, + "faucets": ["https://faucet-testnet.nitrograph.foundation"], + "infoURL": "https://docs.nitrograph.com", + "chainId": 200024, + "networkId": 200024, + "shortName": "nitro-testnet", + "explorers": [ + { + "url": "https://explorer-testnet.nitrograph.foundation", + "name": "NitroGraphTestnetInfo", + "standard": "EIP3091" + } + ], + "nativeCurrency": { + "name": "Nitro", + "symbol": "NOS", + "decimals": 18 + } +} diff --git a/_data/icons/nitrograph.json b/_data/icons/nitrograph.json new file mode 100644 index 000000000000..7cd591b1ab8a --- /dev/null +++ b/_data/icons/nitrograph.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreiglhsp6p2jthyaballkavwmpxwgenktcid6zy5cusd5bg6qafw7wy", + "width": 474, + "height": 474, + "format": "png" + } +]