Skip to content

Commit 1b05c89

Browse files
julianrubinoJulian Rubino
and
Julian Rubino
authored
feat: add Avalanche C-Chain Fuji and Arbitrum Sepolia (Testnets) in the network list (#66)
Co-authored-by: Julian Rubino <[email protected]>
1 parent 876364f commit 1b05c89

File tree

1 file changed

+127
-9
lines changed

1 file changed

+127
-9
lines changed

data/networks.json

+127-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,125 @@
11
{
2+
"avalanche_testnet": {
3+
"chain_id": 43113,
4+
"chain_aliases": [
5+
"avalanche_c_fuji_chain",
6+
"avalanche_c_fuji_testnet",
7+
"avalanche_c_fuji",
8+
"avalanche-c-fuji-chain",
9+
"avalanche-c-fuji-testnet",
10+
"avalanche-c-fuji"
11+
],
12+
"chain_name": "Avalanche C-Chain Fuji Testnet",
13+
"fees": {
14+
"assets": [
15+
{
16+
"denom": "avax",
17+
"gas": 5000000,
18+
"gas_price": 1000000000
19+
}
20+
]
21+
},
22+
"assets": [
23+
{
24+
"denoms": [
25+
{
26+
"denom": "wei",
27+
"exponent": 0
28+
},
29+
{
30+
"denom": "avax",
31+
"exponent": 18
32+
}
33+
],
34+
"base": "avax",
35+
"symbol": "AVAX"
36+
}
37+
],
38+
"apps": [
39+
{
40+
"type": "explorer",
41+
"url": "https://subnets-test.avax.network/c-chain",
42+
"tx": "/tx/${tx}",
43+
"address": "/address/${address}"
44+
}
45+
],
46+
"api": [
47+
{
48+
"url": "https://api.avax-test.network/ext/bc/C/rpc",
49+
"type": "evm"
50+
},
51+
{
52+
"url": "https://ava-testnet.public.blastapi.io/ext/bc/C/rpc",
53+
"type": "evm"
54+
},
55+
{
56+
"url": "https://rpc.ankr.com/avalanche_fuji",
57+
"type": "evm"
58+
},
59+
{
60+
"url": "https://avalanche-fuji-c-chain-rpc.publicnode.com",
61+
"type": "evm"
62+
}
63+
]
64+
},
65+
"arbitrum_sepolia": {
66+
"chain_id": 421614,
67+
"chain_aliases": [
68+
"arbitrum_sepolia_testnet",
69+
"arbitrum_sepolia",
70+
"arbitrum-testnet",
71+
"arbitrum-sepolia-testnet",
72+
"arbitrum-sepolia"
73+
],
74+
"chain_name": "Arbitrum Sepolia Testnet",
75+
"fees": {
76+
"assets": [
77+
{
78+
"denom": "eth",
79+
"gas": 5000000,
80+
"gas_price": 1000000000
81+
}
82+
]
83+
},
84+
"assets": [
85+
{
86+
"denoms": [
87+
{
88+
"denom": "wei",
89+
"exponent": 0
90+
},
91+
{
92+
"denom": "eth",
93+
"exponent": 18
94+
}
95+
],
96+
"base": "eth",
97+
"symbol": "ETH"
98+
}
99+
],
100+
"apps": [
101+
{
102+
"type": "explorer",
103+
"url": "https://sepolia.arbiscan.io/",
104+
"tx": "/tx/${tx}",
105+
"address": "/address/${address}"
106+
}
107+
],
108+
"api": [
109+
{
110+
"url": "https://sepolia-rollup.arbitrum.io/rpc",
111+
"type": "evm"
112+
},
113+
{
114+
"url": "https://arbitrum-sepolia-rpc.publicnode.com",
115+
"type": "evm"
116+
},
117+
{
118+
"url": "https://arbitrum-sepolia.gateway.tenderly.co",
119+
"type": "evm"
120+
}
121+
]
122+
},
2123
"base_mainnet": {
3124
"chain_id": 8453,
4125
"chain_aliases": [
@@ -61,13 +182,8 @@
61182
"base_sepolia": {
62183
"chain_id": 84532,
63184
"chain_aliases": [
64-
"base",
65-
"base_network",
66-
"base_chain",
67185
"base_sepolia_testnet",
68186
"base_sepolia",
69-
"base-network",
70-
"base-chain",
71187
"base-testnet",
72188
"base-sepolia-testnet",
73189
"base-sepolia"
@@ -661,10 +777,12 @@
661777
"chain_id": 97,
662778
"chain_name": "Binance Smart Chain Testnet",
663779
"chain_aliases": [
664-
"bsc",
665780
"bsc-testnet",
666-
"bsc-chain",
667-
"bsc-network"
781+
"bsc-testnet-chain",
782+
"bsc-testnet-network",
783+
"bsc_testnet",
784+
"bsc_testnet_chain",
785+
"bsc_testnet_network"
668786
],
669787
"assets": [
670788
{
@@ -817,4 +935,4 @@
817935
}
818936
]
819937
}
820-
}
938+
}

0 commit comments

Comments
 (0)