Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alternative explorers and RPCs to some chains #4980

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b85df79
Alternative block explorer for a few chains
Kharabet Apr 26, 2024
5092538
add telcoin testnet and small update to crossfi testnet
Kharabet May 3, 2024
d64369f
Merge remote-tracking branch 'origin/master' into chore/guru-explorers
Kharabet May 3, 2024
59a6b46
update telcoin testnet
Kharabet May 3, 2024
b0c29d0
fix formatting
Kharabet May 3, 2024
c477b3e
Merge branch 'master' into chore/guru-explorers
Kharabet May 4, 2024
f0660b0
Merge branch 'master' into chore/guru-explorers
Kharabet May 4, 2024
c299329
Merge branch 'master' into chore/guru-explorers
ligi May 5, 2024
fcc7a14
Merge branch 'ethereum-lists:master' into chore/guru-explorers
Kharabet May 10, 2024
96bbda4
run prettier formatting
Kharabet May 10, 2024
09046f9
Merge branch 'master' into chore/guru-explorers
Kharabet May 13, 2024
e8e1617
Merge branch 'master' into chore/guru-explorers
Kharabet May 16, 2024
4c435a5
Merge branch 'master' into chore/guru-explorers
ligi May 19, 2024
9b60220
Merge remote-tracking branch 'origin/master' into chore/guru-explorers
Kharabet May 20, 2024
570263c
remove testchains that aren't supported by dexguru
Kharabet May 20, 2024
a9103a2
Merge remote-tracking branch 'origin/master' into chore/guru-explorers
Kharabet May 20, 2024
1654a8c
Merge branch 'master' into chore/guru-explorers
Kharabet May 21, 2024
864a9db
Add Guru Network testnet
Kharabet May 21, 2024
9999413
Merge branch 'chore/guru-explorers' of github.com:Kharabet/chains int…
Kharabet May 21, 2024
ffc57a5
Merge branch 'master' into chore/guru-explorers
Kharabet May 21, 2024
5424c4c
Merge branch 'master' into chore/guru-explorers
Kharabet May 22, 2024
d0d11a2
Merge branch 'master' into chore/guru-explorers
Kharabet May 26, 2024
9d1a6b8
Merge branch 'master' into chore/guru-explorers
Kharabet May 31, 2024
e05a82e
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 5, 2024
752e9c1
Create eip155-261.json
shestakoven Jun 10, 2024
1e35b7e
add icon
shestakoven Jun 10, 2024
19e0129
Update eip155-261.json
shestakoven Jun 10, 2024
babf91c
prettify
shestakoven Jun 10, 2024
ac8308f
fix icon url
shestakoven Jun 10, 2024
179b0f0
update icon
shestakoven Jun 10, 2024
11e9198
update gurunetwork icon
Kharabet Jun 11, 2024
6c50107
Merge pull request #1 from Kharabet/add-gurunetwork
shestakoven Jun 11, 2024
9fc335e
Merge branch 'master' into add-gurunetwork
shestakoven Jun 11, 2024
fd00bc4
Merge branch 'master' into add-gurunetwork
ligi Jun 11, 2024
77e4ebb
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 12, 2024
6b8005f
Merge remote-tracking branch 'shestakoven/add-gurunetwork' into chore…
Kharabet Jun 12, 2024
fd6614c
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 13, 2024
9fc3cab
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 17, 2024
f2b954d
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 18, 2024
9cf8d11
Merge branch 'master' into chore/guru-explorers
Kharabet Jun 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions _data/chains/eip155-167008.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"name": "blockscout",
"url": "https://explorer.katla.taiko.xyz",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://taiko-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-168587773.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"url": "https://testnet.blastscan.io",
"icon": "blast",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://blast-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
],
"parent": {
Expand Down
15 changes: 14 additions & 1 deletion _data/chains/eip155-169.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
"symbol": "ETH",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://pacific-info.manta.network",
"shortName": "manta",
"chainId": 169,
Expand All @@ -23,6 +30,12 @@
"name": "manta-pacific Explorer",
"url": "https://pacific-explorer.manta.network",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://manta.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-195.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"name": "OKLink",
"url": "https://www.oklink.com/xlayer-test",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://x1-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
],
"status": "active"
Expand Down
9 changes: 8 additions & 1 deletion _data/chains/eip155-2017.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"https://node1.telcoin.network",
"https://node2.telcoin.network",
"https://node3.telcoin.network",
"https://node4.telcoin.network"
"https://node4.telcoin.network",
"https://telcoin.rpc.dex.guru/archive/2017"
],
"faucets": ["https://telcoin.network/faucet"],
"nativeCurrency": {
Expand All @@ -28,6 +29,12 @@
"url": "https://telscan.io",
"icon": "telcoin",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://telco-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-245022934.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
"name": "native",
"url": "https://neon.blockscout.com",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://neonevm.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-355113.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"url": "https://explorer.bitfinity.network",
"icon": "bitfinity",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://bitfinity-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
13 changes: 12 additions & 1 deletion _data/chains/eip155-4157.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CrossFi Testnet",
"title": "CrossFi Testnet",
"chain": "XFI",
"rpc": ["https://rpc.testnet.ms"],
"rpc": ["https://rpc.xfi.ms/archive/4157", "https://rpc.testnet.ms"],
"faucets": [],
"nativeCurrency": {
"name": "XFI",
Expand All @@ -15,6 +15,17 @@
"networkId": 4157,
"slip44": 1,
"explorers": [
{
"name": "CrossFi Testnet Explorer",
"url": "https://scan.xfi.ms",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://crossfi-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
},
{
"name": "CrossFi Testnet Scan",
"url": "https://scan.testnet.ms",
Expand Down
12 changes: 11 additions & 1 deletion _data/chains/eip155-43114.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"https://avalanche-c-chain-rpc.publicnode.com",
"wss://avalanche-c-chain-rpc.publicnode.com"
],
"features": [{ "name": "EIP1559" }],
"features": [
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Avalanche",
Expand All @@ -24,6 +28,12 @@
"name": "snowtrace",
"url": "https://snowtrace.io",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://avalanche.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-614.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"name": "GLQ Explorer",
"url": "https://explorer.graphlinq.io",
"standard": "none"
},
{
"name": "dexguru",
"url": "https://graphlinq.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-7000.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"name": "ZetaChain Mainnet Explorer",
"url": "https://explorer.mainnet.zetachain.com",
"standard": "none"
},
{
"name": "dexguru",
"url": "http://zetachain.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
7 changes: 6 additions & 1 deletion _data/chains/eip155-7001.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket",
"https://zetachain-testnet-archive.allthatnode.com:8545"
],

"faucets": ["https://labs.zetachain.com/get-zeta"],
"nativeCurrency": {
"name": "Zeta",
Expand All @@ -31,6 +30,12 @@
"url": "https://zetachain-athens-3.blockscout.com",
"icon": "blockscout",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://zeta-testnet.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
6 changes: 6 additions & 0 deletions _data/chains/eip155-81457.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"url": "https://blastexplorer.io",
"icon": "blast",
"standard": "EIP3091"
},
{
"name": "dexguru",
"url": "https://blast.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
],
"parent": {
Expand Down