From c9dcf30aa5e1b825bc91e71aec5e59b53d66db11 Mon Sep 17 00:00:00 2001 From: manti Date: Fri, 12 Jul 2024 14:42:44 +0530 Subject: [PATCH] novastro testnet --- eip155-560098.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 eip155-560098.json diff --git a/eip155-560098.json b/eip155-560098.json new file mode 100644 index 000000000000..43f2aee487a1 --- /dev/null +++ b/eip155-560098.json @@ -0,0 +1,22 @@ +{ + "name": "Novastro Testnet", + "chain": "NOVASTRO", + "rpc": ["https://rpc.novastro-testnet.gelato.digital"], + "faucets": ["https://faucet.novastro.xyz/"], + "nativeCurrency": { + "name": "Testnet Novastro", + "symbol": "NOVAS", + "decimals": 18 + }, + "infoURL": "https://www.novastro.xyz/", + "shortName": "novastro-testnet", + "chainId": 560098, + "networkId": 560098, + "explorers": [ + { + "name": "Novastro Testnet Explorer", + "url": "https://explorer.novastro.xyz", + "standard": "EIP3091" + } + ] +}