Skip to content

Commit

Permalink
Merge branch 'master' into sophon
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski authored Oct 24, 2024
2 parents 28fa050 + 0cad35f commit d46075c
Show file tree
Hide file tree
Showing 23 changed files with 342 additions and 5 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-10025.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "AEON Chain",
"chain": "AEON Chain",
"icon": "aeon",
"rpc": ["https://node.aeon.xyz/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "AEON Token",
"symbol": "AEON",
"decimals": 18
},
"infoURL": "",
"shortName": "aeon",
"chainId": 10025,
"networkId": 10025,
"explorers": [
{
"name": "AEON Explorer",
"url": "https://scan.aeon.xyz",
"standard": "none"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-13746.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Game7 Testnet",
"title": "Game7 Testnet",
"chain": "Game7",
"rpc": ["https://testnet-rpc.game7.io", "wss://testnet-rpc.game7.io"],
"faucets": [],
"nativeCurrency": {
"name": "TG7T",
"symbol": "TG7T",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://game7.io",
"shortName": "g7t",
"chainId": 13746,
"networkId": 13746,
"icon": "game7testnet",
"explorers": [
{
"name": "Blockscout",
"url": "https://testnet.game7.io",
"icon": "game7testnet",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-19777.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Astra Sepolia",
"chain": "Astra Sepolia",
"icon": "astrasepolia",
"rpc": ["https://rpc-astra-9on2f72wzn.t.conduit.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Astra",
"symbol": "ATX",
"decimals": 18
},
"infoURL": "https://explorer-astra-9on2f72wzn.t.conduit.xyz",
"shortName": "astra-sepolia",
"chainId": 19777,
"networkId": 19777,
"slip44": 1,
"explorers": [
{
"name": "Astra Sepolia Explorer",
"url": "https://explorer-astra-9on2f72wzn.t.conduit.xyz",
"standard": "EIP3091"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-2187.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Game7",
"title": "Game7",
"chain": "Game7",
"rpc": ["https://mainnet-rpc.game7.io", "wss://mainnet-rpc.game7.io"],
"faucets": [],
"nativeCurrency": {
"name": "G7",
"symbol": "G7",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://game7.io/",
"shortName": "g7",
"chainId": 2187,
"networkId": 2187,
"icon": "game7",
"explorers": [
{
"name": "Blockscout",
"url": "https://mainnet.game7.io",
"icon": "game7",
"standard": "EIP3091"
}
]
}
29 changes: 29 additions & 0 deletions _data/chains/eip155-2818.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "Morph",
"title": "Morph Mainnet",
"chain": "ETH",
"rpc": ["https://rpc.morphl2.io", "wss://rpc.morphl2.io:8443"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://morphl2.io",
"shortName": "morph",
"chainId": 2818,
"networkId": 2818,
"slip44": 1,
"explorers": [
{
"name": "Morph Mainnet Explorer",
"url": "https://explorer.morphl2.io",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge.morphl2.io/" }]
}
}
33 changes: 33 additions & 0 deletions _data/chains/eip155-325000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "Camp Network Testnet V2",
"chain": "ETH",
"icon": "camp",
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"rpc": ["https://rpc-campnetwork.xyz"],
"faucets": ["https://www.campnetwork.xyz/faucet"],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://docs.campnetwork.xyz/",
"shortName": "CampV2",
"chainId": 325000,
"networkId": 325000,
"slip44": 1,
"explorers": [
{
"name": "blockscout",
"url": "https://camp-network-testnet.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{ "url": "https://bridge.gelato.network/bridge/camp-network-testnet" }
]
}
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-46.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"rpc": [
"https://rpc.darwinia.network",
"https://darwinia-rpc.dcdao.box",
"https://darwinia-rpc.dwellir.com"
"https://darwinia-rpc.dwellir.com",
"https://darwinia.rpc.subquery.network/public"
],
"faucets": [],
"nativeCurrency": {
Expand Down
9 changes: 8 additions & 1 deletion _data/chains/eip155-50.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"https://erpc.xinfin.network",
"https://rpc.xinfin.network",
"https://rpc1.xinfin.network",
"https://rpc-xdc.icecreamswap.com"
"https://rpc.xdcrpc.com",
"https://erpc.xdcrpc.com"
],
"faucets": [],
"nativeCurrency": {
Expand All @@ -19,6 +20,12 @@
"networkId": 50,
"icon": "xdc",
"explorers": [
{
"name": "xdcscan",
"url": "https://xdcscan.com",
"icon": "blocksscan",
"standard": "EIP3091"
},
{
"name": "xdcscan",
"url": "https://xdcscan.io",
Expand Down
30 changes: 30 additions & 0 deletions _data/chains/eip155-5050.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Skate Mainnet",
"chain": "ETH",
"rpc": ["https://rpc.skatechain.org/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }],
"infoURL": "https://www.skatechain.org/",
"shortName": "skate",
"chainId": 5050,
"networkId": 5050,
"icon": "skate",
"explorers": [
{
"name": "Skate Explorer",
"url": "https://scan.skatechain.org",
"standard": "EIP3091"
}
],
"status": "active",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "" }]
}
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-62092.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "TikTrix Testnet",
"chain": "tTTX",
"icon": "tiktrix",
"rpc": ["https://tiktrix-rpc.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "tTTX",
"symbol": "tTTX",
"decimals": 18
},
"infoURL": "https://tiktrix.gg",
"shortName": "tiktrix-testnet",
"chainId": 62092,
"networkId": 62092,
"slip44": 1,
"explorers": [
{
"name": "TikTrix Testnet Explorer",
"url": "https://tiktrix.xyz",
"standard": "EIP3091"
}
]
}
4 changes: 2 additions & 2 deletions _data/chains/eip155-7200.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "exSat Network",
"name": "exSat Mainnet",
"chain": "exSat",
"icon": "exsat",
"rpc": ["https://evm.exsat.network"],
"faucets": [],
"nativeCurrency": {
"name": "BTC",
"name": "Bitcoin",
"symbol": "BTC",
"decimals": 18
},
Expand Down
28 changes: 28 additions & 0 deletions _data/chains/eip155-786786.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Zebro Smart Chain",
"chain": "ZEBRO",
"rpc": ["https://rpc.zebrocoin.app", "https://rpc1.zebrocoin.app"],
"faucets": [],
"nativeCurrency": {
"name": "Zebrocoin",
"symbol": "ZEBRO",
"decimals": 18
},
"infoURL": "https://zebrocoin.app",
"shortName": "zebro",
"chainId": 786786,
"networkId": 786786,
"icon": "zebrocoin",
"explorers": [
{
"name": "Zebrocoin Explorer",
"url": "https://explorer.zebrocoin.app",
"standard": "EIP3091"
},
{
"name": "Zebrocoin Explorer1",
"url": "https://explorer1.zebrocoin.app",
"standard": "EIP3091"
}
]
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-839999.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "exSat Testnet",
"chain": "exSat",
"icon": "exsat",
"rpc": ["https://evm-tst3.exsat.network"],
"faucets": [],
"nativeCurrency": {
"name": "Bitcoin",
"symbol": "BTC",
"decimals": 18
},
"infoURL": "https://exsat.network/",
"shortName": "txsat",
"chainId": 839999,
"networkId": 839999,
"explorers": [
{
"name": "exSat Testnet Explorer",
"url": "https://scan-testnet.exsat.network",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "" }]
}
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-8822.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"chain": "IOTA EVM",
"rpc": [
"https://json-rpc.evm.iotaledger.net",
"https://ws.json-rpc.evm.iotaledger.net"
"wss://ws.json-rpc.evm.iotaledger.net"
],
"faucets": [],
"nativeCurrency": {
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/aeon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmeq49hbjDHYyWs4UyUHwwde5WUemJYJSLSXiik6up5NjE",
"width": 240,
"height": 240,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/astrasepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc",
"width": 1280,
"height": 1280,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/game7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmbk23C5vXpGBfq8SuPXR1PrfWER2m8w6LGqBkhXAvxia9",
"width": 40,
"height": 40,
"format": "svg"
}
]
8 changes: 8 additions & 0 deletions _data/icons/game7testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmbk23C5vZpGBfq8SuPXR1PrfWER2m8w6LGqBkhXAvxia1",
"width": 40,
"height": 40,
"format": "svg"
}
]
8 changes: 8 additions & 0 deletions _data/icons/skate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h",
"width": 600,
"height": 875,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/tiktrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQW8DuuyxjdLWAPq3V9zSfdAimaStptZ4gxZ3aEviAafc",
"width": 1280,
"height": 1280,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/zebrocoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreig42tcn5hfgtzszmwvmodsxvtu5frfkgreb23dndle2mywns3xxse",
"width": 64,
"height": 64,
"format": "png"
}
]
Loading

0 comments on commit d46075c

Please sign in to comment.