Skip to content

Commit

Permalink
Merge branch 'master' into zkcandy-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
marleymarl authored Jan 5, 2025
2 parents f9bf530 + b84898b commit a2e9986
Show file tree
Hide file tree
Showing 19 changed files with 226 additions and 21 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-1125.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Taker Chain Mainnet",
"chain": "Taker",
"icon": "taker",
"rpc": ["https://rpc-mainnet.taker.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Taker",
"symbol": "TAKER",
"decimals": 18
},
"infoURL": "https://www.taker.xyz",
"shortName": "taker",
"chainId": 1125,
"networkId": 1125,
"explorers": [
{
"name": "TakerScan",
"url": "https://explorer.taker.xyz",
"icon": "taker",
"standard": "none"
}
]
}
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
22 changes: 22 additions & 0 deletions _data/chains/eip155-26988.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Newton Finance Testnet",
"chain": "ETH",
"rpc": ["https://jp-rpc-testnet-newfi.newpay.io"],
"faucets": [],
"nativeCurrency": {
"name": "Newton",
"symbol": "NEW",
"decimals": 18
},
"infoURL": "https://newtonproject.org",
"shortName": "tNewFi",
"chainId": 26988,
"networkId": 26988,
"explorers": [
{
"name": "NewFi explorer",
"url": "https://explorer-testnet-newfi.newpay.io",
"standard": "EIP3091"
}
]
}
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
29 changes: 29 additions & 0 deletions _data/chains/eip155-315.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "WEMblockchain MainNet",
"chain": "WEM",
"rpc": ["http://rpc.wemblockchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "WEM Coin",
"symbol": "WEM",
"decimals": 18
},
"features": [
{ "name": "EIP155" },
{ "name": "EIP1559" },
{ "name": "Smart Contracts" },
{ "name": "Custom Gas Model" },
{ "name": "Low-Latency Transactions" }
],
"infoURL": "https://worldecomoney.com",
"shortName": "wem",
"chainId": 315,
"networkId": 315,
"explorers": [
{
"name": "wemscan",
"url": "https://wemscan.com",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-420042.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Vector Smart Chain",
"chain": "VSC",
"icon": "vectorsmartgas",
"rpc": ["https://rpc.vscblockchain.org"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
"name": "Vector Smart Gas",
"symbol": "VSG",
"decimals": 18
},
"infoURL": "https://vsgofficial.com",
"shortName": "vsg",
"chainId": 420042,
"networkId": 420042,
"explorers": [
{
"name": "vscexplorer",
"url": "https://explorer.vscblockchain.org",
"standard": "EIP3091"
}
]
}
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
17 changes: 17 additions & 0 deletions _data/chains/eip155-7208.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Nexera Mainnet",
"chain": "Nexera",
"icon": "nexera",
"chainId": 7208,
"networkId": 7208,
"infoURL": "https://nexera.network",
"shortName": "nxra-mainnet",
"rpc": ["https://rpc.nexera.network"],
"faucets": [],
"nativeCurrency": {
"name": "NXRA",
"symbol": "NXRA",
"decimals": 18
},
"explorers": []
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-72080.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Nexera Testnet",
"chain": "Nexera",
"icon": "nexera",
"chainId": 72080,
"networkId": 72080,
"infoURL": "https://testnet.nexera.network",
"shortName": "nxra-testnet",
"rpc": ["https://rpc.testnet.nexera.network"],
"faucets": ["https://faucet.nexera.network"],
"nativeCurrency": {
"name": "tNXRA",
"symbol": "tNXRA",
"decimals": 18
},
"explorers": []
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-945.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "Subtensor EVM Testnet",
"chain": "Bittensor",
"rpc": ["https://evm-testnet.dev.opentensor.ai"],
"rpc": ["https://test.chain.opentensor.ai"],
"faucets": [],
"nativeCurrency": {
"name": "testTAO",
"symbol": "TAO",
"decimals": 9
"decimals": 18
},
"infoURL": "https://bittensor.com/",
"shortName": "bittensor-evm-testnet",
Expand Down
17 changes: 17 additions & 0 deletions _data/chains/eip155-964.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Subtensor EVM",
"chain": "Bittensor",
"rpc": ["https://lite.chain.opentensor.ai"],
"faucets": [],
"nativeCurrency": {
"name": "TAO",
"symbol": "TAO",
"decimals": 18
},
"infoURL": "https://bittensor.com/",
"shortName": "bittensor-evm-mainnet",
"chainId": 964,
"networkId": 964,
"slip44": 1005,
"icon": "bittensor"
}
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"
}
]
8 changes: 8 additions & 0 deletions _data/icons/nexera.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafybeihgu3exoshubbgou5u6cyylpgo3wtc2n6kkmvw67q4bemucuw3goa",
"width": 2048,
"height": 2048,
"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"
}
]
8 changes: 8 additions & 0 deletions _data/icons/taker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmS3EEhWSZCXkKWddm1eQPifDY2kdFPaAfZuZUftPKB7x3",
"width": 672,
"height": 672,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/vectorsmartgas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRRoNvamJavpaFsxS1PPxyxDZ7q8akcdeNrrQXWmg2fux",
"width": 640,
"height": 640,
"format": "png"
}
]
Binary file not shown.

0 comments on commit a2e9986

Please sign in to comment.