Skip to content

Commit

Permalink
Update info of Automata Mainnet and Testnet (#5965)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liao1 authored Oct 9, 2024
1 parent 492ebf9 commit d7502dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
7 changes: 5 additions & 2 deletions _data/chains/eip155-1398243.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,7 +19,7 @@
"explorers": [
{
"name": "Automata Testnet Explorer",
"url": "https://automata-testnet-explorer.alt.technology",
"url": "https://explorer-testnet.ata.network",
"standard": "EIP3091"
}
]
Expand Down
13 changes: 11 additions & 2 deletions _data/chains/eip155-65536.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,5 +16,11 @@
"chainId": 65536,
"networkId": 65536,
"icon": "automata",
"explorers": []
"explorers": [
{
"name": "Automata Explorer",
"url": "https://explorer.ata.network",
"standard": "EIP3091"
}
]
}

0 comments on commit d7502dc

Please sign in to comment.