diff --git a/_data/chains/eip155-1398243.json b/_data/chains/eip155-1398243.json index d5971ce175df..658e52822237 100644 --- a/_data/chains/eip155-1398243.json +++ b/_data/chains/eip155-1398243.json @@ -1,7 +1,10 @@ { "name": "Automata Testnet", "chain": "Automata Testnet", - "rpc": ["https://automata-testnet.alt.technology"], + "rpc": [ + "https://rpc-testnet.ata.network", + "https://automata-testnet.alt.technology" + ], "faucets": [], "nativeCurrency": { "name": "ATA", @@ -16,7 +19,7 @@ "explorers": [ { "name": "Automata Testnet Explorer", - "url": "https://automata-testnet-explorer.alt.technology", + "url": "https://explorer-testnet.ata.network", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-65536.json b/_data/chains/eip155-65536.json index aef609f907f7..bbc67be58f24 100644 --- a/_data/chains/eip155-65536.json +++ b/_data/chains/eip155-65536.json @@ -1,7 +1,10 @@ { "name": "Automata Mainnet", "chain": "Automata Mainnet", - "rpc": [], + "rpc": [ + "https://rpc.ata.network", + "https://automata-mainnet.alt.technology/" + ], "faucets": [], "nativeCurrency": { "name": "ATA", @@ -13,5 +16,11 @@ "chainId": 65536, "networkId": 65536, "icon": "automata", - "explorers": [] + "explorers": [ + { + "name": "Automata Explorer", + "url": "https://explorer.ata.network", + "standard": "EIP3091" + } + ] }