Skip to content

Commit 4d64150

Browse files
authored
chore: Adding support for Fuse, Abstract and Sophon (#370)
* chore: Adding support for fuse and abstract * chore: Adding support for gnosis testnet * chore: Adding support for sophon * chore: Network fixes * fix: Improving confirmations required * fix: Improving confirmations required 6 blocks
1 parent 60b5deb commit 4d64150

3 files changed

Lines changed: 137 additions & 1 deletion

File tree

config/networks/abstract.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"networks": [
3+
{
4+
"average_blocktime_ms": 1000,
5+
"chain_id": 2741,
6+
"explorer_urls": [
7+
"https://abscan.org/"
8+
],
9+
"features": [
10+
"eip1559"
11+
],
12+
"is_testnet": false,
13+
"network": "abstract",
14+
"required_confirmations": 6,
15+
"rpc_urls": [
16+
"https://api.mainnet.abs.xyz"
17+
],
18+
"symbol": "ETH",
19+
"type": "evm"
20+
},
21+
{
22+
"average_blocktime_ms": 1000,
23+
"chain_id": 11124,
24+
"explorer_urls": [
25+
"https://sepolia.abscan.org/"
26+
],
27+
"features": [
28+
"eip1559"
29+
],
30+
"is_testnet": true,
31+
"network": "abstract-sepolia",
32+
"required_confirmations": 6,
33+
"rpc_urls": [
34+
"https://api.testnet.abs.xyz"
35+
],
36+
"symbol": "ETH",
37+
"tags": [],
38+
"type": "evm"
39+
}
40+
]
41+
}

config/networks/other-l1s.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,31 @@
1616
"rpc_urls": [
1717
"https://rpc.gnosis.gateway.fm",
1818
"https://rpc.gnosischain.com/",
19-
"https://rpc.ankr.com/gnosis",
2019
"https://gnosis-pokt.nodies.app",
2120
"https://gnosis-mainnet.public.blastapi.io",
2221
"https://gnosis.api.onfinality.io/public"
2322
],
2423
"symbol": "xDAI",
2524
"type": "evm"
2625
},
26+
{
27+
"average_blocktime_ms": 5000,
28+
"chain_id": 10200,
29+
"explorer_urls": [
30+
"https://gnosis-chiado.blockscout.com/"
31+
],
32+
"features": [
33+
"eip1559"
34+
],
35+
"is_testnet": true,
36+
"network": "gnosis-chiado",
37+
"required_confirmations": 6,
38+
"rpc_urls": [
39+
"https://rpc.chiadochain.net"
40+
],
41+
"symbol": "xDAI",
42+
"type": "evm"
43+
},
2744
{
2845
"average_blocktime_ms": 1200,
2946
"chain_id": 250,
@@ -264,6 +281,44 @@
264281
"deprecated"
265282
],
266283
"type": "evm"
284+
},
285+
{
286+
"average_blocktime_ms": 5000,
287+
"chain_id": 122,
288+
"explorer_urls": [
289+
"https://explorer.fuse.io"
290+
],
291+
"features": [
292+
"eip1559"
293+
],
294+
"is_testnet": false,
295+
"network": "fuse",
296+
"required_confirmations": 6,
297+
"rpc_urls": [
298+
"https://rpc.fuse.io"
299+
],
300+
"symbol": "FUSE",
301+
"tags": [],
302+
"type": "evm"
303+
},
304+
{
305+
"average_blocktime_ms": 5000,
306+
"chain_id": 123,
307+
"explorer_urls": [
308+
"https://explorer.fusespark.io"
309+
],
310+
"features": [
311+
"eip1559"
312+
],
313+
"is_testnet": true,
314+
"network": "fuse-spark",
315+
"required_confirmations": 6,
316+
"rpc_urls": [
317+
" https://rpc.fusespark.io"
318+
],
319+
"symbol": "SPARK",
320+
"tags": [],
321+
"type": "evm"
267322
}
268323
]
269324
}

config/networks/sophon.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"networks": [
3+
{
4+
"average_blocktime_ms": 1000,
5+
"chain_id": 50104,
6+
"explorer_urls": [
7+
"https://sophscan.xyz/",
8+
"https://explorer.sophon.xyz/",
9+
"https://api-explorer.sophon.xyz/"
10+
],
11+
"is_testnet": false,
12+
"network": "sophon",
13+
"required_confirmations": 6,
14+
"rpc_urls": [
15+
"https://rpc.sophon.xyz",
16+
"https://rpc-quicknode.sophon.xyz"
17+
],
18+
"symbol": "SOPH",
19+
"tags": [],
20+
"type": "evm"
21+
},
22+
{
23+
"average_blocktime_ms": 1000,
24+
"chain_id": 531050104,
25+
"explorer_urls": [
26+
"https://testnet.sophscan.xyz/"
27+
],
28+
"is_testnet": true,
29+
"network": "sophon-testnet",
30+
"required_confirmations": 6,
31+
"rpc_urls": [
32+
"https://rpc.testnet.sophon.xyz",
33+
"https://rpc-quicknode.testnet.sophon.xyz"
34+
],
35+
"symbol": "SOPH",
36+
"tags": [],
37+
"type": "evm"
38+
}
39+
]
40+
}

0 commit comments

Comments
 (0)