diff --git a/_data/chains/eip155-1075.json b/_data/chains/eip155-1075.json index 4ea8fea6231f..80ddf424b117 100644 --- a/_data/chains/eip155-1075.json +++ b/_data/chains/eip155-1075.json @@ -1,6 +1,6 @@ { - "name": "IOTA EVM Testnet", - "title": "IOTA EVM Testnet", + "name": "IOTA EVM Testnet Deprecated 1075", + "title": "IOTA EVM Testnet Deprecated 1075", "chain": "IOTA EVM", "icon": "iotaevm", "rpc": ["https://json-rpc.evm.testnet.iotaledger.net"], @@ -11,7 +11,7 @@ "decimals": 18 }, "infoURL": "https://www.iota.org", - "shortName": "iotaevm-testnet", + "shortName": "iotaevm-testnet-deprecated-1075", "chainId": 1075, "networkId": 1075, "explorers": [ @@ -20,5 +20,6 @@ "url": "https://explorer.evm.testnet.iotaledger.net", "standard": "EIP3091" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-1076.json b/_data/chains/eip155-1076.json new file mode 100644 index 000000000000..afab7dc15515 --- /dev/null +++ b/_data/chains/eip155-1076.json @@ -0,0 +1,27 @@ +{ + "name": "IOTA EVM Testnet", + "title": "IOTA EVM Testnet", + "chain": "IOTA EVM", + "icon": "iotaevm", + "rpc": [ + "https://json-rpc.evm.testnet.iota.cafe", + "wss://ws.json-rpc.evm.testnet.iota.cafe" + ], + "faucets": ["https://evm-toolkit.evm.testnet.iotaledger.net"], + "nativeCurrency": { + "name": "IOTA", + "symbol": "IOTA", + "decimals": 18 + }, + "infoURL": "https://www.iota.org", + "shortName": "iotaevm-testnet", + "chainId": 1076, + "networkId": 1076, + "explorers": [ + { + "name": "explorer", + "url": "https://explorer.evm.testnet.iotaledger.net", + "standard": "EIP3091" + } + ] +}