Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kbak authored Aug 10, 2024
2 parents cdc008e + c728c63 commit b966ce9
Show file tree
Hide file tree
Showing 29 changed files with 395 additions and 10 deletions.
3 changes: 2 additions & 1 deletion _data/chains/eip155-10081.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"chain": "JOCT",
"rpc": [
"https://rpc-1.testnet.japanopenchain.org:8545",
"https://rpc-2.testnet.japanopenchain.org:8545"
"https://rpc-2.testnet.japanopenchain.org:8545",
"https://rpc-3.testnet.japanopenchain.org"
],
"faucets": [],
"nativeCurrency": {
Expand Down
9 changes: 6 additions & 3 deletions _data/chains/eip155-110110.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "MARS Credit",
"name": "Mars Credit",
"chain": "MARS",
"rpc": ["https://node99-production-dd5f.up.railway.app:443"],
"rpc": [
"https://node99-production-dd5f.up.railway.app:443",
"https://rpc.marscredit.xyz:443"
],
"faucets": [],
"nativeCurrency": {
"name": "Mars",
"name": "Mars Credit",
"symbol": "MARS",
"decimals": 18
},
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-12001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Fuse Testnet",
"chain": "Fuse",
"rpc": ["https://rpc.flash.fuse.io"],
"faucets": ["https://faucet.flash.fuse.io"],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "fuseZK",
"chainId": 12001,
"networkId": 12001,
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.flash.fuse.io",
"standard": "none"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-12052024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Memento Testnet",
"chain": "Memento",
"rpc": ["https://test-rpc.mementoblockchain.com/IRkghvI3FfEArEJMr4zC/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "memento-test",
"chainId": 12052024,
"networkId": 12052024,
"explorers": [
{
"name": "Tracehawk",
"url": "https://test-explorer.mementoblockchain.com",
"standard": "none"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-13505.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Gravity",
"symbol": "G.",
"symbol": "G",
"decimals": 18
},
"features": [
Expand Down
2 changes: 1 addition & 1 deletion _data/chains/eip155-1625.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"faucets": [],
"nativeCurrency": {
"name": "Gravity",
"symbol": "G.",
"symbol": "G",
"decimals": 18
},
"features": [
Expand Down
25 changes: 25 additions & 0 deletions _data/chains/eip155-229772.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "Abyss Protocol",
"chain": "Abyss Protocol Testnet",
"rpc": ["https://testnet.rpc.abyssprotocol.ai/"],
"faucets": ["https://faucet.abyssprotocol.ai/"],
"nativeCurrency": {
"name": "AbyssETH",
"symbol": "aETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://abyssprotocol.ai/",
"shortName": "abyss",
"chainId": 229772,
"networkId": 229772,
"icon": "abyss",
"explorers": [
{
"name": "blockscout",
"url": "https://testnet.abyssprotocol.ai",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-33111.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Curtis",
"chain": "Curtis",
"rpc": ["https://curtis.rpc.caldera.xyz/http"],
"faucets": ["https://curtis.hub.caldera.xyz"],
"nativeCurrency": {
"name": "ApeCoin",
"symbol": "APE",
"decimals": 18
},
"infoURL": "https://curtis.hub.caldera.xyz",
"shortName": "curtis",
"chainId": 33111,
"networkId": 33111,
"icon": "curtis",
"explorers": [
{
"name": "Curtis Explorer",
"url": "https://curtis.explorer.caldera.xyz",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-34504.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ZEUS Mainnet",
"chain": "ZEUS",
"icon": "zeusicon",
"rpc": ["https://mainnet-rpc.zeuschainscan.io"],
"nativeCurrency": {
"name": "The ZEUS Token",
"symbol": "ZEUS",
"decimals": 18
},
"infoURL": "https://zeuschainscan.io",
"shortName": "ZEUS",
"chainId": 34504,
"networkId": 34504,
"faucets": [],
"explorers": [
{
"name": "ZEUS Mainnet Explorer",
"url": "https://zeuschainscan.io",
"icon": "zeusicon",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-65349.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"faucets": [],
"nativeCurrency": {
"name": "CRATD2C",
"symbol": "CRATD",
"symbol": "CRAT",
"decimals": 18
},
"infoURL": "https://cratd2csmartchain.io",
Expand Down
24 changes: 24 additions & 0 deletions _data/chains/eip155-6678.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "EdgaMatrix Chain",
"chain": "EMC",
"icon": "emc",
"rpc": ["https://rpc1-mainnet.emc.network"],
"faucets": [],
"nativeCurrency": {
"name": "EdgaMatrix Chain Token",
"symbol": "EMC",
"decimals": 18
},
"infoURL": "",
"shortName": "EMC",
"chainId": 6678,
"networkId": 6678,

"explorers": [
{
"name": "blockscout",
"url": "https://emcscan.com",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-7244.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ZEUS Testnet",
"chain": "tZEUS",
"icon": "zeusicon",
"rpc": ["https://testnet-rpc.zeuschainscan.io"],
"nativeCurrency": {
"name": "The ZEUS Token",
"symbol": "ZEUS",
"decimals": 18
},
"infoURL": "https://testnet-explorer.zeuschainscan.io",
"shortName": "ZEUS-Testnet",
"chainId": 7244,
"networkId": 7244,
"faucets": ["https://faucet.zeuschainscan.io"],
"explorers": [
{
"name": "ZEUS Testnet Explorer",
"url": "https://testnet-explorer.zeuschainscan.io",
"icon": "zeusicon",
"standard": "EIP3091"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-752024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Ternoa Testnet",
"chain": "Ternoa",
"rpc": ["https://rpc.zkevm.ternoa.network"],
"faucets": ["https://faucet.zkevm.ternoa.network"],
"nativeCurrency": {
"name": "Capsule Coin",
"symbol": "CAPS",
"decimals": 18
},
"infoURL": "",
"shortName": "ternoa",
"chainId": 752024,
"networkId": 7502024,
"explorers": [
{
"name": "Tracehawk",
"url": "https://explorer.zkevm.ternoa.network",
"standard": "none"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-7776.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "PandaSea Mainnet",
"chain": "PandaSea",
"rpc": ["https://rpc1.pandasea.io"],
"faucets": [],
"nativeCurrency": {
"name": "PandaSea Coin",
"symbol": "PANDA",
"decimals": 18
},
"infoURL": "",
"shortName": "pandaSea-mainnet",
"chainId": 7776,
"networkId": 7776,
"explorers": [
{
"name": "Tracehawk",
"url": "https://pandaseascan.com",
"standard": "none"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-7862.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "MaalChain V2",
"chain": "MAAL",
"icon": "maal",
"rpc": [
"https://node1-mainnet-new.maalscan.io/",
"https://node2-mainnet-new.maalscan.io/",
"https://node3-mainnet-new.maalscan.io/"
],
"faucets": [],
"nativeCurrency": {
"name": "MAAL",
"symbol": "MAAL",
"decimals": 18
},
"infoURL": "https://www.maalchain.com/",
"shortName": "maal-v2",
"chainId": 7862,
"networkId": 7862,
"explorers": [
{
"name": "maalscan",
"url": "https://maalscan.io",
"standard": "EIP3091"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-7863.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "MaalChain Testnet V2",
"chain": "MaalChain Testnet V2",
"icon": "maal-test",
"rpc": [
"https://node-testnet.maalscan.io/",
"https://node2-testnet.maalscan.io/"
],
"faucets": ["https://faucet-new-testnet.maalscan.io/"],
"nativeCurrency": {
"name": "MAAL",
"symbol": "MAAL",
"decimals": 18
},
"infoURL": "https://www.maalchain.com/",
"shortName": "maal-test-v2",
"chainId": 7863,
"networkId": 7863,
"slip44": 1,
"explorers": [
{
"name": "maalscan testnet",
"url": "https://new-testnet.maalscan.io",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-80008.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Polynomia Sepolia",
"chain": "polynomialSepolia",
"rpc": ["https://rpc.sepolia.polynomial.fi"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://polynomial.fi",
"shortName": "polynomialSepolia",
"chainId": 80008,
"networkId": 80008,
"icon": "polynomialSepolia",
"explorers": [
{
"name": "Polynomial Sepolia Explorer",
"url": "https://sepolia.polynomialscan.io",
"standard": "none",
"icon": "polynomialSepolia"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-8008.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Polynomial",
"chain": "Polynomial",
"rpc": ["https://rpc.polynomial.fi"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://polynomial.fi",
"shortName": "polynomial",
"chainId": 8008,
"networkId": 8008,
"icon": "polynomial",
"explorers": [
{
"name": "Polynomial Explorer",
"url": "https://polynomialscan.io",
"standard": "none",
"icon": "polynomial"
}
]
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-81.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"chain": "JOC",
"rpc": [
"https://rpc-1.japanopenchain.org:8545",
"https://rpc-2.japanopenchain.org:8545"
"https://rpc-2.japanopenchain.org:8545",
"https://rpc-3.japanopenchain.org"
],
"faucets": [],
"nativeCurrency": {
Expand Down
Loading

0 comments on commit b966ce9

Please sign in to comment.