Skip to content

Commit

Permalink
feat: update autonomys network
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Jan 2, 2025
1 parent 4ae36b3 commit 9815776
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 8 additions & 7 deletions _data/chains/eip155-490000.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "Autonomys Testnet Nova Domain",
"chain": "TATC",
"rpc": ["https://nova-0.gemini-3h.subspace.network/ws"],
"name": "Autonomys Taurus Testnet",
"chain": "autonomys-taurus-testnet",
"rpc": ["https://auto-evm.taurus.autonomys.xyz/ws"],
"icon": "autonomys",
"faucets": [],
"nativeCurrency": {
"name": "Test Auto Coin",
"symbol": "TATC",
"name": "tAI3",
"symbol": "tAI3",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
Expand All @@ -15,8 +16,8 @@
"networkId": 490000,
"explorers": [
{
"name": "astral",
"url": "https://nova.subspace.network",
"name": "Autonomys Taurus Testnet Explorer",
"url": "https://blockscout.taurus.autonomys.xyz",
"icon": "blockscout",
"standard": "EIP3091"
}
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/autonomys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdrBVyTi7BPLB8GiSMzUor9vEGDU1LqWwTvbwUQN5GTK3",
"width": 1000,
"height": 1000,
"format": "png"
}
]

0 comments on commit 9815776

Please sign in to comment.