Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/amiraligull/chains
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraligull committed Jan 5, 2025
2 parents c3ce227 + 5330ec5 commit 0c703b1
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 19 deletions.
22 changes: 22 additions & 0 deletions _data/chains/eip155-216.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Happychain Testnet",
"chainId": 216,
"networkId": 216,
"chain": "Happychain Testnet",
"rpc": ["https://happy-testnet-sepolia.rpc.caldera.xyz/http"],
"faucets": [],
"nativeCurrency": {
"name": "Happy",
"symbol": "HAPPY",
"decimals": 18
},
"shortName": "happytestnet",
"infoURL": "https://happy-testnet-sepolia.hub.caldera.xyz",
"explorers": [
{
"name": "Blockscout",
"url": "https://happy-testnet-sepolia.explorer.caldera.xyz",
"standard": "EIP3091"
}
]
}
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
6 changes: 3 additions & 3 deletions _data/chains/eip155-3132023.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "SaharaAI Network",
"name": "Sahara AI",
"chain": "Sahara",
"rpc": ["https://mainnet.saharalabs.ai"],
"faucets": [],
"nativeCurrency": {
"name": "SAHARA",
"symbol": "SAH",
"name": "Sahara AI",
"symbol": "SAHARA",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
Expand Down
6 changes: 3 additions & 3 deletions _data/chains/eip155-313313.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"rpc": ["https://testnet.saharalabs.ai"],
"faucets": [],
"nativeCurrency": {
"name": "SAHARA",
"symbol": "SAH",
"name": "Sahara AI",
"symbol": "SAHARA",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
Expand All @@ -17,7 +17,7 @@
"explorers": [
{
"name": "Testnet Scan",
"url": "https://explorer.saharaa.info",
"url": "https://testnet-explorer.saharalabs.ai",
"standard": "EIP3091"
}
]
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"
}
]
6 changes: 3 additions & 3 deletions _data/icons/sahara.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"url": "ipfs://QmQXCm6w8xvWMkksTQYw3So14VCbwHP6chH41v6ysXdSwF",
"width": 608,
"height": 608,
"url": "ipfs://bafkreibhofpvuswlhmfniolskoguhjr4p7strqgm5uz7tu53s5gv35qwem",
"width": 44,
"height": 24,
"format": "svg"
}
]

0 comments on commit 0c703b1

Please sign in to comment.