eth-chainlist 0.0.217 → 0.0.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +259 -26
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.219 (2023-08-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.218 ([32d4875](https://github.com/poowf/eth-chainlist/commit/32d487565fadd4e580790d1bcefcb45d73736b77))
|
9
|
+
* update chain data ([44b0194](https://github.com/poowf/eth-chainlist/commit/44b0194cb7302f99d6f54753217071e94db3eca6))
|
10
|
+
|
11
|
+
### 0.0.218 (2023-08-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.217 ([5957bb9](https://github.com/poowf/eth-chainlist/commit/5957bb9abe85afd97af7f606cd45a3d4b1916064))
|
17
|
+
* update chain data ([b1c95b4](https://github.com/poowf/eth-chainlist/commit/b1c95b48fb87be7826de14e6c2de2535fa5e31c8))
|
18
|
+
|
3
19
|
### 0.0.217 (2023-08-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8,7 +8,9 @@ const chainArray = [
|
|
8
8
|
'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
9
9
|
'https://api.mycryptoapi.com/eth',
|
10
10
|
'https://cloudflare-eth.com',
|
11
|
-
'https://ethereum.publicnode.com'
|
11
|
+
'https://ethereum.publicnode.com',
|
12
|
+
'https://mainnet.gateway.tenderly.co',
|
13
|
+
'wss://mainnet.gateway.tenderly.co'
|
12
14
|
],
|
13
15
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14
16
|
faucets: [],
|
@@ -105,7 +107,9 @@ const chainArray = [
|
|
105
107
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
106
108
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
107
109
|
'https://rpc.goerli.mudit.blog/',
|
108
|
-
'https://ethereum-goerli.publicnode.com'
|
110
|
+
'https://ethereum-goerli.publicnode.com',
|
111
|
+
'https://goerli.gateway.tenderly.co',
|
112
|
+
'wss://goerli.gateway.tenderly.co'
|
109
113
|
],
|
110
114
|
faucets: [
|
111
115
|
'http://fauceth.komputing.org?chain=5&address=${ADDRESS}',
|
@@ -197,7 +201,9 @@ const chainArray = [
|
|
197
201
|
chain: 'ETH',
|
198
202
|
rpc: [
|
199
203
|
'https://mainnet.optimism.io',
|
200
|
-
'https://optimism.publicnode.com'
|
204
|
+
'https://optimism.publicnode.com',
|
205
|
+
'https://optimism.gateway.tenderly.co',
|
206
|
+
'wss://optimism.gateway.tenderly.co'
|
201
207
|
],
|
202
208
|
faucets: [],
|
203
209
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -2130,12 +2136,13 @@ const chainArray = [
|
|
2130
2136
|
]
|
2131
2137
|
},
|
2132
2138
|
{
|
2133
|
-
name: 'DeBank Testnet',
|
2139
|
+
name: 'DeBank Testnet(Deprecated)',
|
2134
2140
|
chain: 'DeBank',
|
2135
2141
|
rpc: [],
|
2136
2142
|
faucets: [],
|
2137
2143
|
icon: 'debank',
|
2138
2144
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2145
|
+
status: 'deprecated',
|
2139
2146
|
infoURL: 'https://debank.com',
|
2140
2147
|
shortName: 'debank-testnet',
|
2141
2148
|
chainId: 115,
|
@@ -2149,6 +2156,7 @@ const chainArray = [
|
|
2149
2156
|
faucets: [],
|
2150
2157
|
icon: 'debank',
|
2151
2158
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2159
|
+
status: 'deprecated',
|
2152
2160
|
infoURL: 'https://debank.com',
|
2153
2161
|
shortName: 'debank-mainnet',
|
2154
2162
|
chainId: 116,
|
@@ -2442,7 +2450,9 @@ const chainArray = [
|
|
2442
2450
|
'https://rpc-mainnet.maticvigil.com',
|
2443
2451
|
'https://rpc-mainnet.matic.quiknode.pro',
|
2444
2452
|
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
2445
|
-
'https://polygon-bor.publicnode.com'
|
2453
|
+
'https://polygon-bor.publicnode.com',
|
2454
|
+
'https://polygon.gateway.tenderly.co',
|
2455
|
+
'wss://polygon.gateway.tenderly.co'
|
2446
2456
|
],
|
2447
2457
|
faucets: [],
|
2448
2458
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
@@ -2912,6 +2922,24 @@ const chainArray = [
|
|
2912
2922
|
}
|
2913
2923
|
]
|
2914
2924
|
},
|
2925
|
+
{
|
2926
|
+
name: 'Bitchain Mainnet',
|
2927
|
+
chain: 'Bit',
|
2928
|
+
rpc: [ 'https://rpc.bitchain.biz/' ],
|
2929
|
+
faucets: [],
|
2930
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
2931
|
+
infoURL: 'https://www.bitchain.biz/',
|
2932
|
+
shortName: 'bit',
|
2933
|
+
chainId: 198,
|
2934
|
+
networkId: 198,
|
2935
|
+
explorers: [
|
2936
|
+
{
|
2937
|
+
name: 'Bitchain Scan',
|
2938
|
+
url: 'https://explorer.bitchain.biz',
|
2939
|
+
standard: 'EIP3091'
|
2940
|
+
}
|
2941
|
+
]
|
2942
|
+
},
|
2915
2943
|
{
|
2916
2944
|
name: 'BitTorrent Chain Mainnet',
|
2917
2945
|
chain: 'BTTC',
|
@@ -2967,6 +2995,25 @@ const chainArray = [
|
|
2967
2995
|
}
|
2968
2996
|
]
|
2969
2997
|
},
|
2998
|
+
{
|
2999
|
+
name: 'opBNB Mainnet',
|
3000
|
+
chain: 'opBNB',
|
3001
|
+
rpc: [ 'https://opbnb-mainnet-rpc.bnbchain.org' ],
|
3002
|
+
faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains' ],
|
3003
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
3004
|
+
infoURL: 'https://opbnb.bnbchain.org/en',
|
3005
|
+
shortName: 'obnb',
|
3006
|
+
chainId: 204,
|
3007
|
+
networkId: 204,
|
3008
|
+
slip44: 714,
|
3009
|
+
explorers: [
|
3010
|
+
{
|
3011
|
+
name: 'opbnbscan',
|
3012
|
+
url: 'http://mainnet.opbnbscan.com',
|
3013
|
+
standard: 'EIP3091'
|
3014
|
+
}
|
3015
|
+
]
|
3016
|
+
},
|
2970
3017
|
{
|
2971
3018
|
name: 'Structx Mainnet',
|
2972
3019
|
chain: 'utx',
|
@@ -3396,8 +3443,8 @@ const chainArray = [
|
|
3396
3443
|
rpc: [
|
3397
3444
|
'https://mainnet.boba.network',
|
3398
3445
|
'https://replica.boba.network',
|
3399
|
-
'
|
3400
|
-
'
|
3446
|
+
'https://boba-ethereum.gateway.tenderly.co',
|
3447
|
+
'https://gateway.tenderly.co/public/boba-ethereum',
|
3401
3448
|
'wss://boba-ethereum.gateway.tenderly.co/',
|
3402
3449
|
'wss://gateway.tenderly.co/public/boba-ethereum'
|
3403
3450
|
],
|
@@ -4091,7 +4138,9 @@ const chainArray = [
|
|
4091
4138
|
chain: 'ETH',
|
4092
4139
|
rpc: [
|
4093
4140
|
'https://goerli.optimism.io',
|
4094
|
-
'https://optimism-goerli.publicnode.com'
|
4141
|
+
'https://optimism-goerli.publicnode.com',
|
4142
|
+
'https://optimism-goerli.gateway.tenderly.co',
|
4143
|
+
'wss://optimism-goerli.gateway.tenderly.co'
|
4095
4144
|
],
|
4096
4145
|
faucets: [],
|
4097
4146
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
@@ -9628,6 +9677,25 @@ const chainArray = [
|
|
9628
9677
|
}
|
9629
9678
|
]
|
9630
9679
|
},
|
9680
|
+
{
|
9681
|
+
name: 'Xpla Mainnet',
|
9682
|
+
chain: 'XPLA',
|
9683
|
+
rpc: [ 'https://dimension-rpc.xpla.dev' ],
|
9684
|
+
faucets: [ 'https://faucet.xpla.io/' ],
|
9685
|
+
nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
|
9686
|
+
infoURL: 'https://xpla.io/',
|
9687
|
+
shortName: 'xpla',
|
9688
|
+
chainId: 3701,
|
9689
|
+
networkId: 3701,
|
9690
|
+
icon: 'xpla',
|
9691
|
+
explorers: [
|
9692
|
+
{
|
9693
|
+
name: 'XPLA Explorer',
|
9694
|
+
url: 'https://explorer.xpla.io',
|
9695
|
+
standard: 'none'
|
9696
|
+
}
|
9697
|
+
]
|
9698
|
+
},
|
9631
9699
|
{
|
9632
9700
|
name: 'Crossbell',
|
9633
9701
|
chain: 'Crossbell',
|
@@ -9666,6 +9734,46 @@ const chainArray = [
|
|
9666
9734
|
}
|
9667
9735
|
]
|
9668
9736
|
},
|
9737
|
+
{
|
9738
|
+
name: 'KalyChain Mainnet',
|
9739
|
+
chain: 'KLC',
|
9740
|
+
icon: 'kalychain',
|
9741
|
+
rpc: [ 'https://rpc.kalychain.io/rpc' ],
|
9742
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9743
|
+
faucets: [],
|
9744
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
9745
|
+
infoURL: 'https://kalychain.io',
|
9746
|
+
shortName: 'kalymainnet',
|
9747
|
+
chainId: 3888,
|
9748
|
+
networkId: 3888,
|
9749
|
+
explorers: [
|
9750
|
+
{
|
9751
|
+
name: 'KalyScan',
|
9752
|
+
url: 'https://kalyscan.io',
|
9753
|
+
standard: 'EIP3091'
|
9754
|
+
}
|
9755
|
+
]
|
9756
|
+
},
|
9757
|
+
{
|
9758
|
+
name: 'KalyChain Testnet',
|
9759
|
+
chain: 'KLC',
|
9760
|
+
icon: 'kalychain',
|
9761
|
+
rpc: [ 'https://testnetrpc.kalychain.io/rpc' ],
|
9762
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
9763
|
+
faucets: [],
|
9764
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
9765
|
+
infoURL: 'https://kalychain.io',
|
9766
|
+
shortName: 'kalytestnet',
|
9767
|
+
chainId: 3889,
|
9768
|
+
networkId: 3889,
|
9769
|
+
explorers: [
|
9770
|
+
{
|
9771
|
+
name: 'KalyScan',
|
9772
|
+
url: 'https://testnet.kalyscan.io',
|
9773
|
+
standard: 'EIP3091'
|
9774
|
+
}
|
9775
|
+
]
|
9776
|
+
},
|
9669
9777
|
{
|
9670
9778
|
name: 'DRAC Network',
|
9671
9779
|
chain: 'DRAC',
|
@@ -10081,6 +10189,26 @@ const chainArray = [
|
|
10081
10189
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
10082
10190
|
}
|
10083
10191
|
},
|
10192
|
+
{
|
10193
|
+
name: 'Beam',
|
10194
|
+
chain: 'BEAM',
|
10195
|
+
rpc: [ 'https://subnets.avax.network/beam/mainnet/rpc' ],
|
10196
|
+
features: [ { name: 'EIP1559' } ],
|
10197
|
+
faucets: [],
|
10198
|
+
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
10199
|
+
infoURL: 'https://www.onbeam.com',
|
10200
|
+
shortName: 'beam',
|
10201
|
+
icon: 'beam',
|
10202
|
+
chainId: 4337,
|
10203
|
+
networkId: 4337,
|
10204
|
+
explorers: [
|
10205
|
+
{
|
10206
|
+
name: 'Beam Explorer',
|
10207
|
+
url: 'https://subnets.avax.network/beam',
|
10208
|
+
standard: 'EIP3091'
|
10209
|
+
}
|
10210
|
+
]
|
10211
|
+
},
|
10084
10212
|
{
|
10085
10213
|
name: 'Htmlcoin Mainnet',
|
10086
10214
|
chain: 'mainnet',
|
@@ -10520,6 +10648,29 @@ const chainArray = [
|
|
10520
10648
|
}
|
10521
10649
|
]
|
10522
10650
|
},
|
10651
|
+
{
|
10652
|
+
name: 'opBNB Testnet',
|
10653
|
+
chain: 'opBNB',
|
10654
|
+
rpc: [ 'https://opbnb-testnet-rpc.bnbchain.org' ],
|
10655
|
+
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
10656
|
+
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
10657
|
+
infoURL: 'https://opbnb.bnbchain.org/en',
|
10658
|
+
shortName: 'obnbt',
|
10659
|
+
chainId: 5611,
|
10660
|
+
networkId: 5611,
|
10661
|
+
explorers: [
|
10662
|
+
{
|
10663
|
+
name: 'bscscan-opbnb-testnet',
|
10664
|
+
url: 'https://opbnb-testnet.bscscan.com',
|
10665
|
+
standard: 'EIP3091'
|
10666
|
+
},
|
10667
|
+
{
|
10668
|
+
name: 'opbnbscan',
|
10669
|
+
url: 'http://opbnbscan.com',
|
10670
|
+
standard: 'EIP3091'
|
10671
|
+
}
|
10672
|
+
]
|
10673
|
+
},
|
10523
10674
|
{
|
10524
10675
|
name: 'Arcturus Chain Testnet',
|
10525
10676
|
chain: 'ARCTURUS',
|
@@ -10531,6 +10682,21 @@ const chainArray = [
|
|
10531
10682
|
chainId: 5616,
|
10532
10683
|
networkId: 5616
|
10533
10684
|
},
|
10685
|
+
{
|
10686
|
+
name: 'Tanssi EVM ContainerChain',
|
10687
|
+
chain: 'EVMCC',
|
10688
|
+
rpc: [
|
10689
|
+
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
10690
|
+
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
10691
|
+
],
|
10692
|
+
faucets: [],
|
10693
|
+
nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
|
10694
|
+
infoURL: 'https://tanssi.network',
|
10695
|
+
shortName: 'TanssiCC',
|
10696
|
+
chainId: 5678,
|
10697
|
+
networkId: 5678,
|
10698
|
+
explorers: []
|
10699
|
+
},
|
10534
10700
|
{
|
10535
10701
|
name: 'Syscoin Tanenbaum Testnet',
|
10536
10702
|
chain: 'SYS',
|
@@ -11594,15 +11760,11 @@ const chainArray = [
|
|
11594
11760
|
status: 'incubating'
|
11595
11761
|
},
|
11596
11762
|
{
|
11597
|
-
name: 'BeOne Chain
|
11598
|
-
chain: '
|
11599
|
-
rpc: [
|
11600
|
-
'https://pre-boc1.beonechain.com',
|
11601
|
-
'https://pre-boc2.beonechain.com',
|
11602
|
-
'https://pre-boc3.beonechain.com'
|
11603
|
-
],
|
11763
|
+
name: 'Testnet BeOne Chain',
|
11764
|
+
chain: 'tBOC',
|
11765
|
+
rpc: [ 'https://pre-boc1.beonechain.com' ],
|
11604
11766
|
faucets: [ 'https://testnet.beonescan.com/faucet' ],
|
11605
|
-
nativeCurrency: { name: 'BeOne Chain
|
11767
|
+
nativeCurrency: { name: 'Testnet BeOne Chain', symbol: 'tBOC', decimals: 18 },
|
11606
11768
|
infoURL: 'https://testnet.beonescan.com',
|
11607
11769
|
shortName: 'tBOC',
|
11608
11770
|
chainId: 8181,
|
@@ -11610,7 +11772,7 @@ const chainArray = [
|
|
11610
11772
|
icon: 'beonechain',
|
11611
11773
|
explorers: [
|
11612
11774
|
{
|
11613
|
-
name: 'BeOne Chain
|
11775
|
+
name: 'Testnet BeOne Chain',
|
11614
11776
|
url: 'https://testnet.beonescan.com',
|
11615
11777
|
icon: 'beonechain',
|
11616
11778
|
standard: 'none'
|
@@ -11689,7 +11851,9 @@ const chainArray = [
|
|
11689
11851
|
chain: 'ETH',
|
11690
11852
|
rpc: [
|
11691
11853
|
'https://mainnet.base.org/',
|
11692
|
-
'https://developer-access-mainnet.base.org/'
|
11854
|
+
'https://developer-access-mainnet.base.org/',
|
11855
|
+
'https://base.gateway.tenderly.co',
|
11856
|
+
'wss://base.gateway.tenderly.co'
|
11693
11857
|
],
|
11694
11858
|
faucets: [],
|
11695
11859
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -12226,7 +12390,9 @@ const chainArray = [
|
|
12226
12390
|
'https://testnet.bnb.boba.network',
|
12227
12391
|
'wss://wss.testnet.bnb.boba.network',
|
12228
12392
|
'https://replica.testnet.bnb.boba.network',
|
12229
|
-
'wss://replica-wss.testnet.bnb.boba.network'
|
12393
|
+
'wss://replica-wss.testnet.bnb.boba.network',
|
12394
|
+
'https://boba-bnb-testnet.gateway.tenderly.co',
|
12395
|
+
'wss://boba-bnb-testnet.gateway.tenderly.co'
|
12230
12396
|
],
|
12231
12397
|
faucets: [],
|
12232
12398
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
@@ -13124,8 +13290,9 @@ const chainArray = [
|
|
13124
13290
|
features: [ { name: 'EIP1559' } ],
|
13125
13291
|
faucets: [],
|
13126
13292
|
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
13127
|
-
infoURL: 'https://
|
13128
|
-
shortName: '
|
13293
|
+
infoURL: 'https://www.onbeam.com',
|
13294
|
+
shortName: 'beam-testnet',
|
13295
|
+
icon: 'beam',
|
13129
13296
|
chainId: 13337,
|
13130
13297
|
networkId: 13337,
|
13131
13298
|
explorers: [
|
@@ -14855,8 +15022,8 @@ const chainArray = [
|
|
14855
15022
|
chain: 'Boba BNB Mainnet',
|
14856
15023
|
rpc: [
|
14857
15024
|
'https://bnb.boba.network',
|
14858
|
-
'
|
14859
|
-
'
|
15025
|
+
'https://boba-bnb.gateway.tenderly.co/',
|
15026
|
+
'https://gateway.tenderly.co/public/boba-bnb',
|
14860
15027
|
'https://replica.bnb.boba.network',
|
14861
15028
|
'wss://boba-bnb.gateway.tenderly.co/',
|
14862
15029
|
'wss://gateway.tenderly.co/public/boba-bnb'
|
@@ -14880,6 +15047,25 @@ const chainArray = [
|
|
14880
15047
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
14881
15048
|
}
|
14882
15049
|
},
|
15050
|
+
{
|
15051
|
+
name: 'VELO Labs Mainnet',
|
15052
|
+
chain: 'NOVA chain',
|
15053
|
+
rpc: [ 'https://nova.velo.org' ],
|
15054
|
+
faucets: [ 'https://nova-faucet.velo.org' ],
|
15055
|
+
nativeCurrency: { name: 'Nova', symbol: 'NOVA', decimals: 18 },
|
15056
|
+
infoURL: 'https://velo.org',
|
15057
|
+
shortName: 'VELO',
|
15058
|
+
chainId: 56789,
|
15059
|
+
networkId: 56789,
|
15060
|
+
icon: 'novachain',
|
15061
|
+
explorers: [
|
15062
|
+
{
|
15063
|
+
name: 'novascan',
|
15064
|
+
url: 'https://novascan.velo.org',
|
15065
|
+
standard: 'EIP3091'
|
15066
|
+
}
|
15067
|
+
]
|
15068
|
+
},
|
14883
15069
|
{
|
14884
15070
|
name: 'Rollux Testnet',
|
14885
15071
|
chain: 'SYS',
|
@@ -15599,7 +15785,9 @@ const chainArray = [
|
|
15599
15785
|
'https://matic-mumbai.chainstacklabs.com',
|
15600
15786
|
'https://rpc-mumbai.maticvigil.com',
|
15601
15787
|
'https://matic-testnet-archive-rpc.bwarelabs.com',
|
15602
|
-
'https://polygon-mumbai-bor.publicnode.com'
|
15788
|
+
'https://polygon-mumbai-bor.publicnode.com',
|
15789
|
+
'https://polygon-mumbai.gateway.tenderly.co',
|
15790
|
+
'wss://polygon-mumbai.gateway.tenderly.co'
|
15603
15791
|
],
|
15604
15792
|
faucets: [ 'https://faucet.polygon.technology/' ],
|
15605
15793
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
@@ -15735,7 +15923,11 @@ const chainArray = [
|
|
15735
15923
|
{
|
15736
15924
|
name: 'Base Goerli Testnet',
|
15737
15925
|
chain: 'ETH',
|
15738
|
-
rpc: [
|
15926
|
+
rpc: [
|
15927
|
+
'https://goerli.base.org',
|
15928
|
+
'https://base-goerli.gateway.tenderly.co',
|
15929
|
+
'wss://base-goerli.gateway.tenderly.co'
|
15930
|
+
],
|
15739
15931
|
faucets: [ 'https://www.coinbase.com/faucets/base-ethereum-goerli-faucet' ],
|
15740
15932
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
15741
15933
|
infoURL: 'https://base.org',
|
@@ -15757,6 +15949,26 @@ const chainArray = [
|
|
15757
15949
|
}
|
15758
15950
|
]
|
15759
15951
|
},
|
15952
|
+
{
|
15953
|
+
name: 'Aerie Network',
|
15954
|
+
chain: 'Aerie',
|
15955
|
+
rpc: [ 'https://mainnet.aerielab.io' ],
|
15956
|
+
faucets: [],
|
15957
|
+
nativeCurrency: { name: 'Aerie', symbol: 'AER', decimals: 18 },
|
15958
|
+
infoURL: 'https://aerielab.io/',
|
15959
|
+
shortName: 'Aerie',
|
15960
|
+
chainId: 84886,
|
15961
|
+
networkId: 84886,
|
15962
|
+
icon: 'aerie',
|
15963
|
+
explorers: [
|
15964
|
+
{
|
15965
|
+
name: 'Aerie Explorer',
|
15966
|
+
url: 'https://explorer.aerielab.io',
|
15967
|
+
icon: 'aerie',
|
15968
|
+
standard: 'EIP3091'
|
15969
|
+
}
|
15970
|
+
]
|
15971
|
+
},
|
15760
15972
|
{
|
15761
15973
|
name: 'CYBERTRUST',
|
15762
15974
|
chain: 'CYBER',
|
@@ -18084,6 +18296,25 @@ const chainArray = [
|
|
18084
18296
|
}
|
18085
18297
|
]
|
18086
18298
|
},
|
18299
|
+
{
|
18300
|
+
name: 'DeBank Testnet',
|
18301
|
+
chain: 'DeBank',
|
18302
|
+
rpc: [ 'http://rpc.testnet.debank.com' ],
|
18303
|
+
faucets: [],
|
18304
|
+
icon: 'debank',
|
18305
|
+
nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
|
18306
|
+
infoURL: 'https://debank.com',
|
18307
|
+
shortName: 'dbk',
|
18308
|
+
chainId: 2021398,
|
18309
|
+
networkId: 2021398,
|
18310
|
+
explorers: [
|
18311
|
+
{
|
18312
|
+
name: 'DeBank Chain Explorer',
|
18313
|
+
url: 'https://explorer.testnet.debank.com',
|
18314
|
+
standard: 'EIP3091'
|
18315
|
+
}
|
18316
|
+
]
|
18317
|
+
},
|
18087
18318
|
{
|
18088
18319
|
name: 'Plian Mainnet Main',
|
18089
18320
|
chain: 'Plian',
|
@@ -18499,7 +18730,9 @@ const chainArray = [
|
|
18499
18730
|
'https://rpc-sepolia.rockx.com',
|
18500
18731
|
'https://rpc.sepolia.ethpandaops.io',
|
18501
18732
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
18502
|
-
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
|
18733
|
+
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
18734
|
+
'https://sepolia.gateway.tenderly.co',
|
18735
|
+
'wss://sepolia.gateway.tenderly.co'
|
18503
18736
|
],
|
18504
18737
|
faucets: [
|
18505
18738
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|