Skip to content

Commit d3c41eb

Browse files
Update Autonomys Taurus to Autonomys Chronos references (#7705)
* Update Autonomys Taurus to Autonomys Chronos references * Update the file name to eip155-8700.json * Keep references to the Autonomys Taurus Testnet, set status as deprecated * Remove trailling / in explorer link * Run prettier to address formatting issues * Remove explorer link of the deprecated testnet * Fix token short_name duplication --------- Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 5199f52 commit d3c41eb

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

_data/chains/eip155-490000.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "Autonomys Taurus Testnet",
33
"chain": "autonomys-taurus-testnet",
44
"rpc": ["https://auto-evm.taurus.autonomys.xyz/ws"],
5+
"status": "deprecated",
56
"icon": "autonomys",
67
"faucets": [],
78
"nativeCurrency": {
@@ -11,15 +12,8 @@
1112
},
1213
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
1314
"infoURL": "https://www.autonomys.xyz",
14-
"shortName": "ATN",
15+
"shortName": "ATN-deprecated",
1516
"chainId": 490000,
1617
"networkId": 490000,
17-
"explorers": [
18-
{
19-
"name": "Autonomys Taurus Testnet Explorer",
20-
"url": "https://blockscout.taurus.autonomys.xyz",
21-
"icon": "blockscout",
22-
"standard": "EIP3091"
23-
}
24-
]
18+
"explorers": []
2519
}

_data/chains/eip155-8700.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Autonomys Chronos Testnet",
3+
"chain": "autonomys-chronos-testnet",
4+
"rpc": ["https://auto-evm.chronos.autonomys.xyz/ws"],
5+
"icon": "autonomys",
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"decimals": 18,
9+
"name": "AI3",
10+
"symbol": "AI3"
11+
},
12+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
13+
"infoURL": "https://www.autonomys.xyz",
14+
"shortName": "ATN",
15+
"chainId": 8700,
16+
"networkId": 8700,
17+
"explorers": [
18+
{
19+
"name": "Autonomys Chronos EVM Testnet Explorer",
20+
"url": "https://explorer.auto-evm.chronos.autonomys.xyz",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)