diff --git a/_data/chains/eip155-5002.json b/_data/chains/eip155-5002.json index 25aa2f8900be..82e6f8d32813 100644 --- a/_data/chains/eip155-5002.json +++ b/_data/chains/eip155-5002.json @@ -1,6 +1,6 @@ { - "name": "Treasurenet Mainnet Alpha", - "chain": "Treasurenet Mainnet Alpha", + "name": "Treasurenet Aurora (Deprecated)", + "chain": "Treasurenet Aurora", "icon": "treasurenet", "rpc": [ "https://node0.treasurenet.io", @@ -20,13 +20,14 @@ "decimals": 18 }, "infoURL": "https://www.treasurenet.io", - "shortName": "treasurenet", + "shortName": "treasurenet-deprecated", "chainId": 5002, "networkId": 5002, + "status": "deprecated", "explorers": [ { "name": "Treasurenet EVM BlockExplorer", - "url": "https://evmexplorer.treasurenet.io", + "url": "https://scan.treasurenet.io", "icon": "treasurenet", "standard": "none" } diff --git a/_data/chains/eip155-5570.json b/_data/chains/eip155-5570.json new file mode 100644 index 000000000000..d306688e50d8 --- /dev/null +++ b/_data/chains/eip155-5570.json @@ -0,0 +1,25 @@ +{ + "name": "Treasurenet Aurora", + "chain": "Treasurenet Aurora", + "icon": "treasurenet", + "rpc": ["https://rpc.treasurenet.io"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "UNIT", + "symbol": "UNIT", + "decimals": 18 + }, + "infoURL": "https://www.treasurenet.io", + "shortName": "treasurenet", + "chainId": 5570, + "networkId": 5570, + "explorers": [ + { + "name": "Treasurenet EVM BlockExplorer", + "url": "https://scan.treasurenet.io", + "icon": "treasurenet", + "standard": "none" + } + ] +}