Skip to content

Commit

Permalink
Merge branch 'ethereum-lists:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
PlutoNbai authored Jan 6, 2025
2 parents d5e0963 + b84898b commit 747d7fa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
4 changes: 2 additions & 2 deletions _data/chains/eip155-228.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "Mind Network Mainnet",
"chain": "FHE",
"rpc": [
"https://rpc_mainnet.mindnetwork.xyz",
"wss://rpc_mainnet.mindnetwork.xyz"
"https://rpc-mainnet.mindnetwork.xyz",
"wss://rpc-mainnet.mindnetwork.xyz"
],
"faucets": [],
"nativeCurrency": {
Expand Down
17 changes: 9 additions & 8 deletions _data/chains/eip155-490000.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"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": "AI3",
"symbol": "AI3",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.autonomys.net",
"infoURL": "https://www.autonomys.xyz",
"shortName": "ATN",
"chainId": 490000,
"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://bafkreic62smuudotw6iq724fvysujakoonb3iwtwo6t4hr6ldursz5jyo4",
"width": 1113,
"height": 1096,
"format": "png"
}
]

0 comments on commit 747d7fa

Please sign in to comment.