@revoke.cash/chains 11.1.0 → 13.0.0
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/dist/src/chains.js +611 -43
- package/dist/src/enums.d.ts +62 -10
- package/dist/src/enums.js +62 -10
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -11,7 +11,9 @@ exports.chains = {
|
|
|
11
11
|
'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
12
12
|
'https://api.mycryptoapi.com/eth',
|
|
13
13
|
'https://cloudflare-eth.com',
|
|
14
|
-
'https://ethereum.publicnode.com'
|
|
14
|
+
'https://ethereum.publicnode.com',
|
|
15
|
+
'https://mainnet.gateway.tenderly.co',
|
|
16
|
+
'wss://mainnet.gateway.tenderly.co'
|
|
15
17
|
],
|
|
16
18
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17
19
|
faucets: [],
|
|
@@ -112,7 +114,9 @@ exports.chains = {
|
|
|
112
114
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
113
115
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
|
114
116
|
'https://rpc.goerli.mudit.blog/',
|
|
115
|
-
'https://ethereum-goerli.publicnode.com'
|
|
117
|
+
'https://ethereum-goerli.publicnode.com',
|
|
118
|
+
'https://goerli.gateway.tenderly.co',
|
|
119
|
+
'wss://goerli.gateway.tenderly.co'
|
|
116
120
|
],
|
|
117
121
|
faucets: [
|
|
118
122
|
'http://fauceth.komputing.org?chain=5&address=${ADDRESS}',
|
|
@@ -206,7 +210,12 @@ exports.chains = {
|
|
|
206
210
|
10: {
|
|
207
211
|
name: 'OP Mainnet',
|
|
208
212
|
chain: 'ETH',
|
|
209
|
-
rpc: [
|
|
213
|
+
rpc: [
|
|
214
|
+
'https://mainnet.optimism.io',
|
|
215
|
+
'https://optimism.publicnode.com',
|
|
216
|
+
'https://optimism.gateway.tenderly.co',
|
|
217
|
+
'wss://optimism.gateway.tenderly.co'
|
|
218
|
+
],
|
|
210
219
|
faucets: [],
|
|
211
220
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
212
221
|
infoURL: 'https://optimism.io',
|
|
@@ -1429,7 +1438,13 @@ exports.chains = {
|
|
|
1429
1438
|
75: {
|
|
1430
1439
|
name: 'Decimal Smart Chain Mainnet',
|
|
1431
1440
|
chain: 'DSC',
|
|
1432
|
-
rpc: [
|
|
1441
|
+
rpc: [
|
|
1442
|
+
'https://node.decimalchain.com/web3/',
|
|
1443
|
+
'https://node1-mainnet.decimalchain.com/web3/',
|
|
1444
|
+
'https://node2-mainnet.decimalchain.com/web3/',
|
|
1445
|
+
'https://node3-mainnet.decimalchain.com/web3/',
|
|
1446
|
+
'https://node4-mainnet.decimalchain.com/web3/'
|
|
1447
|
+
],
|
|
1433
1448
|
faucets: [],
|
|
1434
1449
|
nativeCurrency: { name: 'Decimal', symbol: 'DEL', decimals: 18 },
|
|
1435
1450
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -1936,6 +1951,7 @@ exports.chains = {
|
|
|
1936
1951
|
'https://gnosis.api.onfinality.io/public',
|
|
1937
1952
|
'https://gnosis.blockpi.network/v1/rpc/public',
|
|
1938
1953
|
'https://web3endpoints.com/gnosischain-mainnet',
|
|
1954
|
+
'https://gnosis.oat.farm',
|
|
1939
1955
|
'wss://rpc.gnosischain.com/wss'
|
|
1940
1956
|
],
|
|
1941
1957
|
faucets: [
|
|
@@ -2185,12 +2201,13 @@ exports.chains = {
|
|
|
2185
2201
|
]
|
|
2186
2202
|
},
|
|
2187
2203
|
115: {
|
|
2188
|
-
name: 'DeBank Testnet',
|
|
2204
|
+
name: 'DeBank Testnet(Deprecated)',
|
|
2189
2205
|
chain: 'DeBank',
|
|
2190
2206
|
rpc: [],
|
|
2191
2207
|
faucets: [],
|
|
2192
2208
|
icon: 'debank',
|
|
2193
2209
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2210
|
+
status: 'deprecated',
|
|
2194
2211
|
infoURL: 'https://debank.com',
|
|
2195
2212
|
shortName: 'debank-testnet',
|
|
2196
2213
|
chainId: 115,
|
|
@@ -2204,6 +2221,7 @@ exports.chains = {
|
|
|
2204
2221
|
faucets: [],
|
|
2205
2222
|
icon: 'debank',
|
|
2206
2223
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
2224
|
+
status: 'deprecated',
|
|
2207
2225
|
infoURL: 'https://debank.com',
|
|
2208
2226
|
shortName: 'debank-mainnet',
|
|
2209
2227
|
chainId: 116,
|
|
@@ -2509,7 +2527,9 @@ exports.chains = {
|
|
|
2509
2527
|
'https://rpc-mainnet.maticvigil.com',
|
|
2510
2528
|
'https://rpc-mainnet.matic.quiknode.pro',
|
|
2511
2529
|
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
|
2512
|
-
'https://polygon-bor.publicnode.com'
|
|
2530
|
+
'https://polygon-bor.publicnode.com',
|
|
2531
|
+
'https://polygon.gateway.tenderly.co',
|
|
2532
|
+
'wss://polygon.gateway.tenderly.co'
|
|
2513
2533
|
],
|
|
2514
2534
|
faucets: [],
|
|
2515
2535
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
@@ -2747,9 +2767,9 @@ exports.chains = {
|
|
|
2747
2767
|
networkId: 163
|
|
2748
2768
|
},
|
|
2749
2769
|
165: {
|
|
2750
|
-
name: 'Omni Testnet
|
|
2770
|
+
name: 'Omni Testnet',
|
|
2751
2771
|
chain: 'Omni',
|
|
2752
|
-
rpc: ['https://testnet
|
|
2772
|
+
rpc: ['https://testnet.omni.network'],
|
|
2753
2773
|
features: [{ name: 'EIP155' }],
|
|
2754
2774
|
faucets: [],
|
|
2755
2775
|
nativeCurrency: { name: 'Omni', symbol: 'OMNI', decimals: 18 },
|
|
@@ -2760,7 +2780,7 @@ exports.chains = {
|
|
|
2760
2780
|
explorers: [
|
|
2761
2781
|
{
|
|
2762
2782
|
name: 'Omni Explorer',
|
|
2763
|
-
url: 'https://testnet
|
|
2783
|
+
url: 'https://testnet.explorer.omni.network',
|
|
2764
2784
|
standard: 'EIP3091'
|
|
2765
2785
|
}
|
|
2766
2786
|
]
|
|
@@ -2980,6 +3000,24 @@ exports.chains = {
|
|
|
2980
3000
|
}
|
|
2981
3001
|
]
|
|
2982
3002
|
},
|
|
3003
|
+
198: {
|
|
3004
|
+
name: 'Bitchain Mainnet',
|
|
3005
|
+
chain: 'Bit',
|
|
3006
|
+
rpc: ['https://rpc.bitchain.biz/'],
|
|
3007
|
+
faucets: [],
|
|
3008
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
|
3009
|
+
infoURL: 'https://www.bitchain.biz/',
|
|
3010
|
+
shortName: 'bit',
|
|
3011
|
+
chainId: 198,
|
|
3012
|
+
networkId: 198,
|
|
3013
|
+
explorers: [
|
|
3014
|
+
{
|
|
3015
|
+
name: 'Bitchain Scan',
|
|
3016
|
+
url: 'https://explorer.bitchain.biz',
|
|
3017
|
+
standard: 'EIP3091'
|
|
3018
|
+
}
|
|
3019
|
+
]
|
|
3020
|
+
},
|
|
2983
3021
|
199: {
|
|
2984
3022
|
name: 'BitTorrent Chain Mainnet',
|
|
2985
3023
|
chain: 'BTTC',
|
|
@@ -3035,6 +3073,29 @@ exports.chains = {
|
|
|
3035
3073
|
}
|
|
3036
3074
|
]
|
|
3037
3075
|
},
|
|
3076
|
+
204: {
|
|
3077
|
+
name: 'opBNB Mainnet',
|
|
3078
|
+
chain: 'opBNB',
|
|
3079
|
+
rpc: ['https://opbnb-mainnet-rpc.bnbchain.org'],
|
|
3080
|
+
faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains'],
|
|
3081
|
+
nativeCurrency: {
|
|
3082
|
+
name: 'BNB Chain Native Token',
|
|
3083
|
+
symbol: 'BNB',
|
|
3084
|
+
decimals: 18
|
|
3085
|
+
},
|
|
3086
|
+
infoURL: 'https://opbnb.bnbchain.org/en',
|
|
3087
|
+
shortName: 'obnb',
|
|
3088
|
+
chainId: 204,
|
|
3089
|
+
networkId: 204,
|
|
3090
|
+
slip44: 714,
|
|
3091
|
+
explorers: [
|
|
3092
|
+
{
|
|
3093
|
+
name: 'opbnbscan',
|
|
3094
|
+
url: 'http://mainnet.opbnbscan.com',
|
|
3095
|
+
standard: 'EIP3091'
|
|
3096
|
+
}
|
|
3097
|
+
]
|
|
3098
|
+
},
|
|
3038
3099
|
208: {
|
|
3039
3100
|
name: 'Structx Mainnet',
|
|
3040
3101
|
chain: 'utx',
|
|
@@ -3480,8 +3541,8 @@ exports.chains = {
|
|
|
3480
3541
|
rpc: [
|
|
3481
3542
|
'https://mainnet.boba.network',
|
|
3482
3543
|
'https://replica.boba.network',
|
|
3483
|
-
'
|
|
3484
|
-
'
|
|
3544
|
+
'https://boba-ethereum.gateway.tenderly.co',
|
|
3545
|
+
'https://gateway.tenderly.co/public/boba-ethereum',
|
|
3485
3546
|
'wss://boba-ethereum.gateway.tenderly.co/',
|
|
3486
3547
|
'wss://gateway.tenderly.co/public/boba-ethereum'
|
|
3487
3548
|
],
|
|
@@ -3919,6 +3980,26 @@ exports.chains = {
|
|
|
3919
3980
|
}
|
|
3920
3981
|
]
|
|
3921
3982
|
},
|
|
3983
|
+
345: {
|
|
3984
|
+
name: 'Yooldo Verse Mainnet',
|
|
3985
|
+
chain: 'Yooldo Verse',
|
|
3986
|
+
icon: 'yooldo_verse',
|
|
3987
|
+
rpc: ['https://rpc.yooldo-verse.xyz/'],
|
|
3988
|
+
faucets: [],
|
|
3989
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
3990
|
+
infoURL: 'https://yooldo.gg/',
|
|
3991
|
+
shortName: 'YVM',
|
|
3992
|
+
chainId: 345,
|
|
3993
|
+
networkId: 345,
|
|
3994
|
+
explorers: [
|
|
3995
|
+
{
|
|
3996
|
+
name: 'Yooldo Verse Explorer',
|
|
3997
|
+
url: 'https://explorer.yooldo-verse.xyz',
|
|
3998
|
+
standard: 'EIP3091'
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
|
4002
|
+
},
|
|
3922
4003
|
361: {
|
|
3923
4004
|
name: 'Theta Mainnet',
|
|
3924
4005
|
chain: 'Theta',
|
|
@@ -4145,7 +4226,9 @@ exports.chains = {
|
|
|
4145
4226
|
chain: 'ETH',
|
|
4146
4227
|
rpc: [
|
|
4147
4228
|
'https://goerli.optimism.io',
|
|
4148
|
-
'https://optimism-goerli.publicnode.com'
|
|
4229
|
+
'https://optimism-goerli.publicnode.com',
|
|
4230
|
+
'https://optimism-goerli.gateway.tenderly.co',
|
|
4231
|
+
'wss://optimism-goerli.gateway.tenderly.co'
|
|
4149
4232
|
],
|
|
4150
4233
|
faucets: [],
|
|
4151
4234
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -4832,6 +4915,30 @@ exports.chains = {
|
|
|
4832
4915
|
chainId: 666,
|
|
4833
4916
|
networkId: 666
|
|
4834
4917
|
},
|
|
4918
|
+
667: {
|
|
4919
|
+
name: 'LAOS Arrakis',
|
|
4920
|
+
title: 'LAOS Testnet Arrakis',
|
|
4921
|
+
chain: 'LAOS',
|
|
4922
|
+
icon: 'laos',
|
|
4923
|
+
rpc: [
|
|
4924
|
+
'https://arrakis.gorengine.com/own',
|
|
4925
|
+
'wss://arrakis.gorengine.com/own'
|
|
4926
|
+
],
|
|
4927
|
+
faucets: [],
|
|
4928
|
+
nativeCurrency: { name: 'LAOS', symbol: 'LAOS', decimals: 18 },
|
|
4929
|
+
infoURL: 'https://www.laosfoundation.io/',
|
|
4930
|
+
shortName: 'laos',
|
|
4931
|
+
chainId: 667,
|
|
4932
|
+
networkId: 667,
|
|
4933
|
+
explorers: [
|
|
4934
|
+
{
|
|
4935
|
+
name: 'blockscout',
|
|
4936
|
+
url: 'https://arrakis.gorengine.com',
|
|
4937
|
+
icon: 'laos',
|
|
4938
|
+
standard: 'EIP3091'
|
|
4939
|
+
}
|
|
4940
|
+
]
|
|
4941
|
+
},
|
|
4835
4942
|
686: {
|
|
4836
4943
|
name: 'Karura Network',
|
|
4837
4944
|
chain: 'KAR',
|
|
@@ -6822,6 +6929,26 @@ exports.chains = {
|
|
|
6822
6929
|
chainId: 1288,
|
|
6823
6930
|
networkId: 1288
|
|
6824
6931
|
},
|
|
6932
|
+
1291: {
|
|
6933
|
+
name: 'Swisstronik Testnet',
|
|
6934
|
+
chain: 'SWTR',
|
|
6935
|
+
rpc: ['https://json-rpc.testnet.swisstronik.com'],
|
|
6936
|
+
faucets: ['https://faucet.testnet.swisstronik.com'],
|
|
6937
|
+
nativeCurrency: { name: 'Swisstronik', symbol: 'SWTR', decimals: 18 },
|
|
6938
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6939
|
+
infoURL: 'https://www.swisstronik.com',
|
|
6940
|
+
shortName: 'swtr',
|
|
6941
|
+
chainId: 1291,
|
|
6942
|
+
networkId: 1291,
|
|
6943
|
+
icon: 'swisstronik',
|
|
6944
|
+
explorers: [
|
|
6945
|
+
{
|
|
6946
|
+
name: 'Swisstronik Scout',
|
|
6947
|
+
url: 'https://explorer-evm.testnet.swisstronik.com',
|
|
6948
|
+
standard: 'none'
|
|
6949
|
+
}
|
|
6950
|
+
]
|
|
6951
|
+
},
|
|
6825
6952
|
1294: {
|
|
6826
6953
|
name: 'Bobabeam',
|
|
6827
6954
|
chain: 'Bobabeam',
|
|
@@ -7383,8 +7510,8 @@ exports.chains = {
|
|
|
7383
7510
|
chain: 'Gobi',
|
|
7384
7511
|
icon: 'eon',
|
|
7385
7512
|
rpc: [
|
|
7386
|
-
'https://gobi-
|
|
7387
|
-
'https://rpc.ankr.com/
|
|
7513
|
+
'https://gobi-rpc.horizenlabs.io/ethv1',
|
|
7514
|
+
'https://rpc.ankr.com/horizen_gobi_testnet'
|
|
7388
7515
|
],
|
|
7389
7516
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
7390
7517
|
faucets: ['https://faucet.horizen.io'],
|
|
@@ -8338,6 +8465,56 @@ exports.chains = {
|
|
|
8338
8465
|
}
|
|
8339
8466
|
]
|
|
8340
8467
|
},
|
|
8468
|
+
2031: {
|
|
8469
|
+
name: 'Centrifuge',
|
|
8470
|
+
chain: 'CFG',
|
|
8471
|
+
rpc: ['wss://fullnode.parachain.centrifuge.io'],
|
|
8472
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8473
|
+
faucets: [],
|
|
8474
|
+
nativeCurrency: { name: 'Centrifuge', symbol: 'CFG', decimals: 18 },
|
|
8475
|
+
infoURL: 'https://centrifuge.io',
|
|
8476
|
+
shortName: 'cfg',
|
|
8477
|
+
chainId: 2031,
|
|
8478
|
+
networkId: 2031,
|
|
8479
|
+
explorers: [
|
|
8480
|
+
{
|
|
8481
|
+
name: 'subscan',
|
|
8482
|
+
url: 'https://centrifuge.subscan.io',
|
|
8483
|
+
standard: 'EIP3091'
|
|
8484
|
+
}
|
|
8485
|
+
]
|
|
8486
|
+
},
|
|
8487
|
+
2032: {
|
|
8488
|
+
name: 'Catalyst',
|
|
8489
|
+
chain: 'CFG',
|
|
8490
|
+
rpc: ['wss://fullnode.catalyst.cntrfg.com'],
|
|
8491
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8492
|
+
faucets: [],
|
|
8493
|
+
nativeCurrency: { name: 'Catalyst CFG', symbol: 'NCFG', decimals: 18 },
|
|
8494
|
+
infoURL: 'https://centrifuge.io',
|
|
8495
|
+
shortName: 'ncfg',
|
|
8496
|
+
chainId: 2032,
|
|
8497
|
+
networkId: 2032
|
|
8498
|
+
},
|
|
8499
|
+
2037: {
|
|
8500
|
+
name: 'Kiwi Subnet',
|
|
8501
|
+
chain: 'KIWI',
|
|
8502
|
+
rpc: ['https://subnets.avax.network/kiwi/testnet/rpc'],
|
|
8503
|
+
features: [{ name: 'EIP1559' }],
|
|
8504
|
+
faucets: [],
|
|
8505
|
+
nativeCurrency: { name: 'Shrapgas', symbol: 'SHRAP', decimals: 18 },
|
|
8506
|
+
infoURL: '',
|
|
8507
|
+
shortName: 'kiwi',
|
|
8508
|
+
chainId: 2037,
|
|
8509
|
+
networkId: 2037,
|
|
8510
|
+
explorers: [
|
|
8511
|
+
{
|
|
8512
|
+
name: 'KIWI Explorer',
|
|
8513
|
+
url: 'https://subnets-test.avax.network/kiwi',
|
|
8514
|
+
standard: 'EIP3091'
|
|
8515
|
+
}
|
|
8516
|
+
]
|
|
8517
|
+
},
|
|
8341
8518
|
2043: {
|
|
8342
8519
|
name: 'OriginTrail Parachain',
|
|
8343
8520
|
chain: 'OTP',
|
|
@@ -8424,6 +8601,30 @@ exports.chains = {
|
|
|
8424
8601
|
}
|
|
8425
8602
|
]
|
|
8426
8603
|
},
|
|
8604
|
+
2088: {
|
|
8605
|
+
name: 'Altair',
|
|
8606
|
+
chain: 'AIR',
|
|
8607
|
+
rpc: ['wss://fullnode.altair.centrifuge.io'],
|
|
8608
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8609
|
+
faucets: [],
|
|
8610
|
+
nativeCurrency: { name: 'Altair', symbol: 'AIR', decimals: 18 },
|
|
8611
|
+
infoURL: 'https://centrifuge.io',
|
|
8612
|
+
shortName: 'air',
|
|
8613
|
+
chainId: 2088,
|
|
8614
|
+
networkId: 2088
|
|
8615
|
+
},
|
|
8616
|
+
2089: {
|
|
8617
|
+
name: 'Algol',
|
|
8618
|
+
chain: 'algol',
|
|
8619
|
+
rpc: ['wss://fullnode.algol.cntrfg.com'],
|
|
8620
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
8621
|
+
faucets: [],
|
|
8622
|
+
nativeCurrency: { name: 'Algol', symbol: 'ALGL', decimals: 18 },
|
|
8623
|
+
infoURL: 'https://centrifuge.io',
|
|
8624
|
+
shortName: 'algl',
|
|
8625
|
+
chainId: 2089,
|
|
8626
|
+
networkId: 2089
|
|
8627
|
+
},
|
|
8427
8628
|
2100: {
|
|
8428
8629
|
name: 'Ecoball Mainnet',
|
|
8429
8630
|
chain: 'ECO',
|
|
@@ -8698,9 +8899,13 @@ exports.chains = {
|
|
|
8698
8899
|
]
|
|
8699
8900
|
},
|
|
8700
8901
|
2221: {
|
|
8701
|
-
name: 'Kava
|
|
8902
|
+
name: 'Kava Testnet',
|
|
8702
8903
|
chain: 'KAVA',
|
|
8703
|
-
rpc: [
|
|
8904
|
+
rpc: [
|
|
8905
|
+
'https://evm.testnet.kava.io',
|
|
8906
|
+
'https://kava-evm-testnet.rpc.thirdweb.com',
|
|
8907
|
+
'wss://wevm.testnet.kava.io'
|
|
8908
|
+
],
|
|
8704
8909
|
faucets: ['https://faucet.kava.io'],
|
|
8705
8910
|
nativeCurrency: { name: 'TKava', symbol: 'TKAVA', decimals: 18 },
|
|
8706
8911
|
infoURL: 'https://www.kava.io',
|
|
@@ -8711,18 +8916,20 @@ exports.chains = {
|
|
|
8711
8916
|
explorers: [
|
|
8712
8917
|
{
|
|
8713
8918
|
name: 'Kava Testnet Explorer',
|
|
8714
|
-
url: '
|
|
8919
|
+
url: 'http://testnet.kavascan.com',
|
|
8715
8920
|
standard: 'EIP3091',
|
|
8716
8921
|
icon: 'kava'
|
|
8717
8922
|
}
|
|
8718
8923
|
]
|
|
8719
8924
|
},
|
|
8720
8925
|
2222: {
|
|
8721
|
-
name: 'Kava
|
|
8926
|
+
name: 'Kava',
|
|
8722
8927
|
chain: 'KAVA',
|
|
8723
8928
|
rpc: [
|
|
8724
8929
|
'https://evm.kava.io',
|
|
8725
8930
|
'https://evm2.kava.io',
|
|
8931
|
+
'https://kava-rpc.gateway.pokt.network',
|
|
8932
|
+
'https://kava-evm.rpc.thirdweb.com',
|
|
8726
8933
|
'wss://wevm.kava.io',
|
|
8727
8934
|
'wss://wevm2.kava.io',
|
|
8728
8935
|
'https://kava-evm.publicnode.com'
|
|
@@ -8737,7 +8944,7 @@ exports.chains = {
|
|
|
8737
8944
|
explorers: [
|
|
8738
8945
|
{
|
|
8739
8946
|
name: 'Kava EVM Explorer',
|
|
8740
|
-
url: 'https://
|
|
8947
|
+
url: 'https://kavascan.com',
|
|
8741
8948
|
standard: 'EIP3091',
|
|
8742
8949
|
icon: 'kava'
|
|
8743
8950
|
}
|
|
@@ -8797,7 +9004,13 @@ exports.chains = {
|
|
|
8797
9004
|
2323: {
|
|
8798
9005
|
name: 'SOMA Network Testnet',
|
|
8799
9006
|
chain: 'SOMA',
|
|
8800
|
-
rpc: [
|
|
9007
|
+
rpc: [
|
|
9008
|
+
'https://data-testnet-v1.somanetwork.io/',
|
|
9009
|
+
'https://testnet-au-server-2.somanetwork.io',
|
|
9010
|
+
'https://testnet-au-server-1.somanetwork.io',
|
|
9011
|
+
'https://testnet-sg-server-1.somanetwork.io',
|
|
9012
|
+
'https://testnet-sg-server-2.somanetwork.io'
|
|
9013
|
+
],
|
|
8801
9014
|
faucets: ['https://faucet.somanetwork.io'],
|
|
8802
9015
|
nativeCurrency: { name: 'SMA', symbol: 'tSMA', decimals: 18 },
|
|
8803
9016
|
infoURL: 'https://somanetwork.io',
|
|
@@ -8838,7 +9051,12 @@ exports.chains = {
|
|
|
8838
9051
|
2332: {
|
|
8839
9052
|
name: 'SOMA Network Mainnet',
|
|
8840
9053
|
chain: 'SOMA',
|
|
8841
|
-
rpc: [
|
|
9054
|
+
rpc: [
|
|
9055
|
+
'https://data-mainnet-v1.somanetwork.io/',
|
|
9056
|
+
'https://id-mainnet.somanetwork.io',
|
|
9057
|
+
'https://hk-mainnet.somanetwork.io',
|
|
9058
|
+
'https://sg-mainnet.somanetwork.io'
|
|
9059
|
+
],
|
|
8842
9060
|
faucets: ['https://airdrop.somanetwork.io'],
|
|
8843
9061
|
nativeCurrency: { name: 'Soma Native Token', symbol: 'SMA', decimals: 18 },
|
|
8844
9062
|
infoURL: 'https://somanetwork.io',
|
|
@@ -8973,6 +9191,30 @@ exports.chains = {
|
|
|
8973
9191
|
}
|
|
8974
9192
|
]
|
|
8975
9193
|
},
|
|
9194
|
+
2484: {
|
|
9195
|
+
name: 'Unicorn Ultra Nebulas Testnet',
|
|
9196
|
+
chain: 'u2u',
|
|
9197
|
+
rpc: ['https://rpc-nebulas-testnet.uniultra.xyz'],
|
|
9198
|
+
faucets: ['https://faucet.uniultra.xyz'],
|
|
9199
|
+
nativeCurrency: {
|
|
9200
|
+
name: 'Unicorn Ultra Nebulas Testnet',
|
|
9201
|
+
symbol: 'U2U',
|
|
9202
|
+
decimals: 18
|
|
9203
|
+
},
|
|
9204
|
+
infoURL: 'https://uniultra.xyz',
|
|
9205
|
+
shortName: 'u2u_nebulas',
|
|
9206
|
+
chainId: 2484,
|
|
9207
|
+
networkId: 2484,
|
|
9208
|
+
icon: 'u2u_nebulas',
|
|
9209
|
+
explorers: [
|
|
9210
|
+
{
|
|
9211
|
+
icon: 'u2u_nebulas',
|
|
9212
|
+
name: 'U2U Explorer',
|
|
9213
|
+
url: 'https://testnet.u2uscan.xyz',
|
|
9214
|
+
standard: 'EIP3091'
|
|
9215
|
+
}
|
|
9216
|
+
]
|
|
9217
|
+
},
|
|
8976
9218
|
2559: {
|
|
8977
9219
|
name: 'Kortho Mainnet',
|
|
8978
9220
|
chain: 'Kortho Chain',
|
|
@@ -9588,6 +9830,25 @@ exports.chains = {
|
|
|
9588
9830
|
}
|
|
9589
9831
|
]
|
|
9590
9832
|
},
|
|
9833
|
+
3701: {
|
|
9834
|
+
name: 'Xpla Mainnet',
|
|
9835
|
+
chain: 'XPLA',
|
|
9836
|
+
rpc: ['https://dimension-rpc.xpla.dev'],
|
|
9837
|
+
faucets: ['https://faucet.xpla.io/'],
|
|
9838
|
+
nativeCurrency: { name: 'XPLA', symbol: 'XPLA', decimals: 18 },
|
|
9839
|
+
infoURL: 'https://xpla.io/',
|
|
9840
|
+
shortName: 'xpla',
|
|
9841
|
+
chainId: 3701,
|
|
9842
|
+
networkId: 3701,
|
|
9843
|
+
icon: 'xpla',
|
|
9844
|
+
explorers: [
|
|
9845
|
+
{
|
|
9846
|
+
name: 'XPLA Explorer',
|
|
9847
|
+
url: 'https://explorer.xpla.io',
|
|
9848
|
+
standard: 'none'
|
|
9849
|
+
}
|
|
9850
|
+
]
|
|
9851
|
+
},
|
|
9591
9852
|
3737: {
|
|
9592
9853
|
name: 'Crossbell',
|
|
9593
9854
|
chain: 'Crossbell',
|
|
@@ -9626,6 +9887,46 @@ exports.chains = {
|
|
|
9626
9887
|
}
|
|
9627
9888
|
]
|
|
9628
9889
|
},
|
|
9890
|
+
3888: {
|
|
9891
|
+
name: 'KalyChain Mainnet',
|
|
9892
|
+
chain: 'KLC',
|
|
9893
|
+
icon: 'kalychain',
|
|
9894
|
+
rpc: ['https://rpc.kalychain.io/rpc'],
|
|
9895
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9896
|
+
faucets: [],
|
|
9897
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
|
9898
|
+
infoURL: 'https://kalychain.io',
|
|
9899
|
+
shortName: 'kalymainnet',
|
|
9900
|
+
chainId: 3888,
|
|
9901
|
+
networkId: 3888,
|
|
9902
|
+
explorers: [
|
|
9903
|
+
{
|
|
9904
|
+
name: 'KalyScan',
|
|
9905
|
+
url: 'https://kalyscan.io',
|
|
9906
|
+
standard: 'EIP3091'
|
|
9907
|
+
}
|
|
9908
|
+
]
|
|
9909
|
+
},
|
|
9910
|
+
3889: {
|
|
9911
|
+
name: 'KalyChain Testnet',
|
|
9912
|
+
chain: 'KLC',
|
|
9913
|
+
icon: 'kalychain',
|
|
9914
|
+
rpc: ['https://testnetrpc.kalychain.io/rpc'],
|
|
9915
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
9916
|
+
faucets: [],
|
|
9917
|
+
nativeCurrency: { name: 'KalyCoin', symbol: 'KLC', decimals: 18 },
|
|
9918
|
+
infoURL: 'https://kalychain.io',
|
|
9919
|
+
shortName: 'kalytestnet',
|
|
9920
|
+
chainId: 3889,
|
|
9921
|
+
networkId: 3889,
|
|
9922
|
+
explorers: [
|
|
9923
|
+
{
|
|
9924
|
+
name: 'KalyScan',
|
|
9925
|
+
url: 'https://testnet.kalyscan.io',
|
|
9926
|
+
standard: 'EIP3091'
|
|
9927
|
+
}
|
|
9928
|
+
]
|
|
9929
|
+
},
|
|
9629
9930
|
3912: {
|
|
9630
9931
|
name: 'DRAC Network',
|
|
9631
9932
|
chain: 'DRAC',
|
|
@@ -10045,6 +10346,26 @@ exports.chains = {
|
|
|
10045
10346
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
10046
10347
|
}
|
|
10047
10348
|
},
|
|
10349
|
+
4337: {
|
|
10350
|
+
name: 'Beam',
|
|
10351
|
+
chain: 'BEAM',
|
|
10352
|
+
rpc: ['https://subnets.avax.network/beam/mainnet/rpc'],
|
|
10353
|
+
features: [{ name: 'EIP1559' }],
|
|
10354
|
+
faucets: [],
|
|
10355
|
+
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
|
10356
|
+
infoURL: 'https://www.onbeam.com',
|
|
10357
|
+
shortName: 'beam',
|
|
10358
|
+
icon: 'beam',
|
|
10359
|
+
chainId: 4337,
|
|
10360
|
+
networkId: 4337,
|
|
10361
|
+
explorers: [
|
|
10362
|
+
{
|
|
10363
|
+
name: 'Beam Explorer',
|
|
10364
|
+
url: 'https://subnets.avax.network/beam',
|
|
10365
|
+
standard: 'EIP3091'
|
|
10366
|
+
}
|
|
10367
|
+
]
|
|
10368
|
+
},
|
|
10048
10369
|
4444: {
|
|
10049
10370
|
name: 'Htmlcoin Mainnet',
|
|
10050
10371
|
chain: 'mainnet',
|
|
@@ -10066,6 +10387,26 @@ exports.chains = {
|
|
|
10066
10387
|
}
|
|
10067
10388
|
]
|
|
10068
10389
|
},
|
|
10390
|
+
4460: {
|
|
10391
|
+
name: 'Orderly Sepolia Testnet',
|
|
10392
|
+
chain: 'ETH',
|
|
10393
|
+
rpc: ['https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz'],
|
|
10394
|
+
faucets: [],
|
|
10395
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
10396
|
+
infoURL: 'www.orderly.network',
|
|
10397
|
+
shortName: 'orderlyl2',
|
|
10398
|
+
chainId: 4460,
|
|
10399
|
+
networkId: 4460,
|
|
10400
|
+
icon: 'orderlyTestnet',
|
|
10401
|
+
explorers: [
|
|
10402
|
+
{
|
|
10403
|
+
name: 'basescout',
|
|
10404
|
+
url: 'https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz',
|
|
10405
|
+
icon: 'blockscout',
|
|
10406
|
+
standard: 'EIP3091'
|
|
10407
|
+
}
|
|
10408
|
+
]
|
|
10409
|
+
},
|
|
10069
10410
|
4689: {
|
|
10070
10411
|
name: 'IoTeX Network Mainnet',
|
|
10071
10412
|
chain: 'iotex.io',
|
|
@@ -10367,7 +10708,7 @@ exports.chains = {
|
|
|
10367
10708
|
chain: 'HMND',
|
|
10368
10709
|
rpc: ['https://explorer-rpc-http.mainnet.stages.humanode.io'],
|
|
10369
10710
|
faucets: [],
|
|
10370
|
-
nativeCurrency: { name: '
|
|
10711
|
+
nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
|
|
10371
10712
|
infoURL: 'https://humanode.io',
|
|
10372
10713
|
shortName: 'hmnd',
|
|
10373
10714
|
chainId: 5234,
|
|
@@ -10468,6 +10809,33 @@ exports.chains = {
|
|
|
10468
10809
|
}
|
|
10469
10810
|
]
|
|
10470
10811
|
},
|
|
10812
|
+
5611: {
|
|
10813
|
+
name: 'opBNB Testnet',
|
|
10814
|
+
chain: 'opBNB',
|
|
10815
|
+
rpc: ['https://opbnb-testnet-rpc.bnbchain.org'],
|
|
10816
|
+
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
10817
|
+
nativeCurrency: {
|
|
10818
|
+
name: 'BNB Chain Native Token',
|
|
10819
|
+
symbol: 'tBNB',
|
|
10820
|
+
decimals: 18
|
|
10821
|
+
},
|
|
10822
|
+
infoURL: 'https://opbnb.bnbchain.org/en',
|
|
10823
|
+
shortName: 'obnbt',
|
|
10824
|
+
chainId: 5611,
|
|
10825
|
+
networkId: 5611,
|
|
10826
|
+
explorers: [
|
|
10827
|
+
{
|
|
10828
|
+
name: 'bscscan-opbnb-testnet',
|
|
10829
|
+
url: 'https://opbnb-testnet.bscscan.com',
|
|
10830
|
+
standard: 'EIP3091'
|
|
10831
|
+
},
|
|
10832
|
+
{
|
|
10833
|
+
name: 'opbnbscan',
|
|
10834
|
+
url: 'http://opbnbscan.com',
|
|
10835
|
+
standard: 'EIP3091'
|
|
10836
|
+
}
|
|
10837
|
+
]
|
|
10838
|
+
},
|
|
10471
10839
|
5616: {
|
|
10472
10840
|
name: 'Arcturus Chain Testnet',
|
|
10473
10841
|
chain: 'ARCTURUS',
|
|
@@ -10479,6 +10847,21 @@ exports.chains = {
|
|
|
10479
10847
|
chainId: 5616,
|
|
10480
10848
|
networkId: 5616
|
|
10481
10849
|
},
|
|
10850
|
+
5678: {
|
|
10851
|
+
name: 'Tanssi EVM ContainerChain',
|
|
10852
|
+
chain: 'EVMCC',
|
|
10853
|
+
rpc: [
|
|
10854
|
+
'https://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network',
|
|
10855
|
+
'wss://fraa-dancebox-3001-rpc.a.dancebox.tanssi.network'
|
|
10856
|
+
],
|
|
10857
|
+
faucets: [],
|
|
10858
|
+
nativeCurrency: { name: 'Unit', symbol: 'Unit', decimals: 18 },
|
|
10859
|
+
infoURL: 'https://tanssi.network',
|
|
10860
|
+
shortName: 'TanssiCC',
|
|
10861
|
+
chainId: 5678,
|
|
10862
|
+
networkId: 5678,
|
|
10863
|
+
explorers: []
|
|
10864
|
+
},
|
|
10482
10865
|
5700: {
|
|
10483
10866
|
name: 'Syscoin Tanenbaum Testnet',
|
|
10484
10867
|
chain: 'SYS',
|
|
@@ -11542,17 +11925,13 @@ exports.chains = {
|
|
|
11542
11925
|
status: 'incubating'
|
|
11543
11926
|
},
|
|
11544
11927
|
8181: {
|
|
11545
|
-
name: 'BeOne Chain
|
|
11546
|
-
chain: '
|
|
11547
|
-
rpc: [
|
|
11548
|
-
'https://pre-boc1.beonechain.com',
|
|
11549
|
-
'https://pre-boc2.beonechain.com',
|
|
11550
|
-
'https://pre-boc3.beonechain.com'
|
|
11551
|
-
],
|
|
11928
|
+
name: 'Testnet BeOne Chain',
|
|
11929
|
+
chain: 'tBOC',
|
|
11930
|
+
rpc: ['https://pre-boc1.beonechain.com'],
|
|
11552
11931
|
faucets: ['https://testnet.beonescan.com/faucet'],
|
|
11553
11932
|
nativeCurrency: {
|
|
11554
|
-
name: 'BeOne Chain
|
|
11555
|
-
symbol: '
|
|
11933
|
+
name: 'Testnet BeOne Chain',
|
|
11934
|
+
symbol: 'tBOC',
|
|
11556
11935
|
decimals: 18
|
|
11557
11936
|
},
|
|
11558
11937
|
infoURL: 'https://testnet.beonescan.com',
|
|
@@ -11562,7 +11941,7 @@ exports.chains = {
|
|
|
11562
11941
|
icon: 'beonechain',
|
|
11563
11942
|
explorers: [
|
|
11564
11943
|
{
|
|
11565
|
-
name: 'BeOne Chain
|
|
11944
|
+
name: 'Testnet BeOne Chain',
|
|
11566
11945
|
url: 'https://testnet.beonescan.com',
|
|
11567
11946
|
icon: 'beonechain',
|
|
11568
11947
|
standard: 'none'
|
|
@@ -11639,7 +12018,13 @@ exports.chains = {
|
|
|
11639
12018
|
8453: {
|
|
11640
12019
|
name: 'Base',
|
|
11641
12020
|
chain: 'ETH',
|
|
11642
|
-
rpc: [
|
|
12021
|
+
rpc: [
|
|
12022
|
+
'https://mainnet.base.org/',
|
|
12023
|
+
'https://developer-access-mainnet.base.org/',
|
|
12024
|
+
'https://base.gateway.tenderly.co',
|
|
12025
|
+
'wss://base.gateway.tenderly.co',
|
|
12026
|
+
'https://base.publicnode.com'
|
|
12027
|
+
],
|
|
11643
12028
|
faucets: [],
|
|
11644
12029
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
11645
12030
|
infoURL: 'https://base.org',
|
|
@@ -12183,7 +12568,9 @@ exports.chains = {
|
|
|
12183
12568
|
'https://testnet.bnb.boba.network',
|
|
12184
12569
|
'wss://wss.testnet.bnb.boba.network',
|
|
12185
12570
|
'https://replica.testnet.bnb.boba.network',
|
|
12186
|
-
'wss://replica-wss.testnet.bnb.boba.network'
|
|
12571
|
+
'wss://replica-wss.testnet.bnb.boba.network',
|
|
12572
|
+
'https://boba-bnb-testnet.gateway.tenderly.co',
|
|
12573
|
+
'wss://boba-bnb-testnet.gateway.tenderly.co'
|
|
12187
12574
|
],
|
|
12188
12575
|
faucets: [],
|
|
12189
12576
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
|
@@ -12319,7 +12706,10 @@ exports.chains = {
|
|
|
12319
12706
|
name: 'Mind Smart Chain Testnet',
|
|
12320
12707
|
chain: 'tMIND',
|
|
12321
12708
|
icon: 'mindchain',
|
|
12322
|
-
rpc: [
|
|
12709
|
+
rpc: [
|
|
12710
|
+
'https://testnet-msc.mindchain.info/',
|
|
12711
|
+
'wss://testnet-msc.mindchain.info/ws'
|
|
12712
|
+
],
|
|
12323
12713
|
faucets: ['https://faucet.mindchain.info/'],
|
|
12324
12714
|
nativeCurrency: { name: 'MIND Coin', symbol: 'tMIND', decimals: 18 },
|
|
12325
12715
|
infoURL: 'https://mindscan.info',
|
|
@@ -12529,6 +12919,49 @@ exports.chains = {
|
|
|
12529
12919
|
}
|
|
12530
12920
|
]
|
|
12531
12921
|
},
|
|
12922
|
+
10201: {
|
|
12923
|
+
name: 'MaxxChain Mainnet',
|
|
12924
|
+
chain: 'MaxxChain',
|
|
12925
|
+
rpc: [
|
|
12926
|
+
'https://rpc.maxxchain.org',
|
|
12927
|
+
'https://rpc1.maxxchain.org',
|
|
12928
|
+
'https://rpc2.maxxchain.org'
|
|
12929
|
+
],
|
|
12930
|
+
faucets: ['https://faucet.maxxchain.org'],
|
|
12931
|
+
nativeCurrency: { name: 'Power', symbol: 'PWR', decimals: 18 },
|
|
12932
|
+
icon: 'pwr',
|
|
12933
|
+
infoURL: 'https://www.maxxchain.org/',
|
|
12934
|
+
shortName: 'PWR',
|
|
12935
|
+
chainId: 10201,
|
|
12936
|
+
networkId: 10201,
|
|
12937
|
+
explorers: [
|
|
12938
|
+
{
|
|
12939
|
+
name: 'MaxxChain Block Explorer',
|
|
12940
|
+
url: 'https://explorer.maxxchain.org',
|
|
12941
|
+
standard: 'EIP3091'
|
|
12942
|
+
}
|
|
12943
|
+
]
|
|
12944
|
+
},
|
|
12945
|
+
10243: {
|
|
12946
|
+
name: 'Arthera Testnet',
|
|
12947
|
+
chain: 'AA',
|
|
12948
|
+
icon: 'arthera',
|
|
12949
|
+
rpc: ['https://rpc-test.arthera.net'],
|
|
12950
|
+
faucets: ['https://faucet.arthera.net'],
|
|
12951
|
+
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
|
12952
|
+
infoURL: 'https://docs.arthera.net',
|
|
12953
|
+
shortName: 'aa',
|
|
12954
|
+
chainId: 10243,
|
|
12955
|
+
networkId: 10243,
|
|
12956
|
+
explorers: [
|
|
12957
|
+
{
|
|
12958
|
+
name: 'blockscout',
|
|
12959
|
+
url: 'https://explorer-test.arthera.net',
|
|
12960
|
+
icon: 'blockscout',
|
|
12961
|
+
standard: 'EIP3091'
|
|
12962
|
+
}
|
|
12963
|
+
]
|
|
12964
|
+
},
|
|
12532
12965
|
10248: {
|
|
12533
12966
|
name: '0XTade',
|
|
12534
12967
|
chain: '0XTade Chain',
|
|
@@ -13052,8 +13485,9 @@ exports.chains = {
|
|
|
13052
13485
|
features: [{ name: 'EIP1559' }],
|
|
13053
13486
|
faucets: [],
|
|
13054
13487
|
nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
|
|
13055
|
-
infoURL: 'https://
|
|
13056
|
-
shortName: '
|
|
13488
|
+
infoURL: 'https://www.onbeam.com',
|
|
13489
|
+
shortName: 'beam-testnet',
|
|
13490
|
+
icon: 'beam',
|
|
13057
13491
|
chainId: 13337,
|
|
13058
13492
|
networkId: 13337,
|
|
13059
13493
|
explorers: [
|
|
@@ -13126,7 +13560,7 @@ exports.chains = {
|
|
|
13126
13560
|
chain: 'Humanode Testnet 5',
|
|
13127
13561
|
rpc: ['https://explorer-rpc-http.testnet5.stages.humanode.io'],
|
|
13128
13562
|
faucets: ['https://t.me/HumanodeTestnet5FaucetBot'],
|
|
13129
|
-
nativeCurrency: { name: '
|
|
13563
|
+
nativeCurrency: { name: 'eHMND', symbol: 'eHMND', decimals: 18 },
|
|
13130
13564
|
infoURL: 'https://humanode.io',
|
|
13131
13565
|
shortName: 'hmnd-t5',
|
|
13132
13566
|
chainId: 14853,
|
|
@@ -13297,6 +13731,30 @@ exports.chains = {
|
|
|
13297
13731
|
}
|
|
13298
13732
|
]
|
|
13299
13733
|
},
|
|
13734
|
+
17000: {
|
|
13735
|
+
name: 'Holesky',
|
|
13736
|
+
chain: 'ETH',
|
|
13737
|
+
rpc: ['https://rpc.holesky.ethpandaops.io'],
|
|
13738
|
+
faucets: [
|
|
13739
|
+
'https://faucet.holesky.ethpandaops.io',
|
|
13740
|
+
'https://holesky-faucet.pk910.de'
|
|
13741
|
+
],
|
|
13742
|
+
nativeCurrency: { name: 'Testnet ETH', symbol: 'ETH', decimals: 18 },
|
|
13743
|
+
infoURL: 'https://holesky.ethpandaops.io',
|
|
13744
|
+
shortName: 'holesky',
|
|
13745
|
+
chainId: 17000,
|
|
13746
|
+
networkId: 17000,
|
|
13747
|
+
icon: 'ethereum',
|
|
13748
|
+
status: 'incubating',
|
|
13749
|
+
explorers: [
|
|
13750
|
+
{
|
|
13751
|
+
name: 'Holesky Explorer',
|
|
13752
|
+
url: 'https://holesky.beaconcha.in',
|
|
13753
|
+
icon: 'ethereum',
|
|
13754
|
+
standard: 'EIP3091'
|
|
13755
|
+
}
|
|
13756
|
+
]
|
|
13757
|
+
},
|
|
13300
13758
|
17180: {
|
|
13301
13759
|
name: 'Palette Chain Testnet',
|
|
13302
13760
|
chain: 'PLT',
|
|
@@ -14761,8 +15219,8 @@ exports.chains = {
|
|
|
14761
15219
|
chain: 'Boba BNB Mainnet',
|
|
14762
15220
|
rpc: [
|
|
14763
15221
|
'https://bnb.boba.network',
|
|
14764
|
-
'
|
|
14765
|
-
'
|
|
15222
|
+
'https://boba-bnb.gateway.tenderly.co/',
|
|
15223
|
+
'https://gateway.tenderly.co/public/boba-bnb',
|
|
14766
15224
|
'https://replica.bnb.boba.network',
|
|
14767
15225
|
'wss://boba-bnb.gateway.tenderly.co/',
|
|
14768
15226
|
'wss://gateway.tenderly.co/public/boba-bnb'
|
|
@@ -14786,6 +15244,25 @@ exports.chains = {
|
|
|
14786
15244
|
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
14787
15245
|
}
|
|
14788
15246
|
},
|
|
15247
|
+
56789: {
|
|
15248
|
+
name: 'VELO Labs Mainnet',
|
|
15249
|
+
chain: 'NOVA chain',
|
|
15250
|
+
rpc: ['https://nova.velo.org'],
|
|
15251
|
+
faucets: ['https://nova-faucet.velo.org'],
|
|
15252
|
+
nativeCurrency: { name: 'Nova', symbol: 'NOVA', decimals: 18 },
|
|
15253
|
+
infoURL: 'https://velo.org',
|
|
15254
|
+
shortName: 'VELO',
|
|
15255
|
+
chainId: 56789,
|
|
15256
|
+
networkId: 56789,
|
|
15257
|
+
icon: 'novachain',
|
|
15258
|
+
explorers: [
|
|
15259
|
+
{
|
|
15260
|
+
name: 'novascan',
|
|
15261
|
+
url: 'https://novascan.velo.org',
|
|
15262
|
+
standard: 'EIP3091'
|
|
15263
|
+
}
|
|
15264
|
+
]
|
|
15265
|
+
},
|
|
14789
15266
|
57000: {
|
|
14790
15267
|
name: 'Rollux Testnet',
|
|
14791
15268
|
chain: 'SYS',
|
|
@@ -15509,7 +15986,9 @@ exports.chains = {
|
|
|
15509
15986
|
'https://matic-mumbai.chainstacklabs.com',
|
|
15510
15987
|
'https://rpc-mumbai.maticvigil.com',
|
|
15511
15988
|
'https://matic-testnet-archive-rpc.bwarelabs.com',
|
|
15512
|
-
'https://polygon-mumbai-bor.publicnode.com'
|
|
15989
|
+
'https://polygon-mumbai-bor.publicnode.com',
|
|
15990
|
+
'https://polygon-mumbai.gateway.tenderly.co',
|
|
15991
|
+
'wss://polygon-mumbai.gateway.tenderly.co'
|
|
15513
15992
|
],
|
|
15514
15993
|
faucets: ['https://faucet.polygon.technology/'],
|
|
15515
15994
|
nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
|
|
@@ -15645,7 +16124,12 @@ exports.chains = {
|
|
|
15645
16124
|
84531: {
|
|
15646
16125
|
name: 'Base Goerli Testnet',
|
|
15647
16126
|
chain: 'ETH',
|
|
15648
|
-
rpc: [
|
|
16127
|
+
rpc: [
|
|
16128
|
+
'https://goerli.base.org',
|
|
16129
|
+
'https://base-goerli.gateway.tenderly.co',
|
|
16130
|
+
'wss://base-goerli.gateway.tenderly.co',
|
|
16131
|
+
'https://base-goerli.publicnode.com'
|
|
16132
|
+
],
|
|
15649
16133
|
faucets: ['https://www.coinbase.com/faucets/base-ethereum-goerli-faucet'],
|
|
15650
16134
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
15651
16135
|
infoURL: 'https://base.org',
|
|
@@ -15667,6 +16151,26 @@ exports.chains = {
|
|
|
15667
16151
|
}
|
|
15668
16152
|
]
|
|
15669
16153
|
},
|
|
16154
|
+
84886: {
|
|
16155
|
+
name: 'Aerie Network',
|
|
16156
|
+
chain: 'Aerie',
|
|
16157
|
+
rpc: ['https://mainnet.aerielab.io'],
|
|
16158
|
+
faucets: [],
|
|
16159
|
+
nativeCurrency: { name: 'Aerie', symbol: 'AER', decimals: 18 },
|
|
16160
|
+
infoURL: 'https://aerielab.io/',
|
|
16161
|
+
shortName: 'Aerie',
|
|
16162
|
+
chainId: 84886,
|
|
16163
|
+
networkId: 84886,
|
|
16164
|
+
icon: 'aerie',
|
|
16165
|
+
explorers: [
|
|
16166
|
+
{
|
|
16167
|
+
name: 'Aerie Explorer',
|
|
16168
|
+
url: 'https://explorer.aerielab.io',
|
|
16169
|
+
icon: 'aerie',
|
|
16170
|
+
standard: 'EIP3091'
|
|
16171
|
+
}
|
|
16172
|
+
]
|
|
16173
|
+
},
|
|
15670
16174
|
85449: {
|
|
15671
16175
|
name: 'CYBERTRUST',
|
|
15672
16176
|
chain: 'CYBER',
|
|
@@ -17241,6 +17745,30 @@ exports.chains = {
|
|
|
17241
17745
|
}
|
|
17242
17746
|
]
|
|
17243
17747
|
},
|
|
17748
|
+
420692: {
|
|
17749
|
+
name: 'Alterium L2 Testnet',
|
|
17750
|
+
chain: 'ALT',
|
|
17751
|
+
icon: 'alterium',
|
|
17752
|
+
rpc: ['https://l2-testnet-rpc.altscan.org'],
|
|
17753
|
+
faucets: [],
|
|
17754
|
+
nativeCurrency: { name: 'Alterium ETH', symbol: 'AltETH', decimals: 18 },
|
|
17755
|
+
infoURL: 'https://alteriumprotocol.org',
|
|
17756
|
+
shortName: 'alterium',
|
|
17757
|
+
chainId: 420692,
|
|
17758
|
+
networkId: 420692,
|
|
17759
|
+
parent: {
|
|
17760
|
+
type: 'L2',
|
|
17761
|
+
chain: 'eip155-5',
|
|
17762
|
+
bridges: [{ url: 'https://testnet-bridge.alteriumprotocol.org' }]
|
|
17763
|
+
},
|
|
17764
|
+
explorers: [
|
|
17765
|
+
{
|
|
17766
|
+
name: 'Alterium L2 Testnet Explorer',
|
|
17767
|
+
url: 'https://l2-testnet.altscan.org',
|
|
17768
|
+
standard: 'EIP3091'
|
|
17769
|
+
}
|
|
17770
|
+
]
|
|
17771
|
+
},
|
|
17244
17772
|
421611: {
|
|
17245
17773
|
name: 'Arbitrum Rinkeby',
|
|
17246
17774
|
title: 'Arbitrum Testnet Rinkeby',
|
|
@@ -17999,6 +18527,25 @@ exports.chains = {
|
|
|
17999
18527
|
}
|
|
18000
18528
|
]
|
|
18001
18529
|
},
|
|
18530
|
+
2021398: {
|
|
18531
|
+
name: 'DeBank Testnet',
|
|
18532
|
+
chain: 'DeBank',
|
|
18533
|
+
rpc: ['http://rpc.testnet.debank.com'],
|
|
18534
|
+
faucets: [],
|
|
18535
|
+
icon: 'debank',
|
|
18536
|
+
nativeCurrency: { name: 'DeBank USD', symbol: 'USD', decimals: 18 },
|
|
18537
|
+
infoURL: 'https://debank.com',
|
|
18538
|
+
shortName: 'dbk',
|
|
18539
|
+
chainId: 2021398,
|
|
18540
|
+
networkId: 2021398,
|
|
18541
|
+
explorers: [
|
|
18542
|
+
{
|
|
18543
|
+
name: 'DeBank Chain Explorer',
|
|
18544
|
+
url: 'https://explorer.testnet.debank.com',
|
|
18545
|
+
standard: 'EIP3091'
|
|
18546
|
+
}
|
|
18547
|
+
]
|
|
18548
|
+
},
|
|
18002
18549
|
2099156: {
|
|
18003
18550
|
name: 'Plian Mainnet Main',
|
|
18004
18551
|
chain: 'Plian',
|
|
@@ -18418,7 +18965,9 @@ exports.chains = {
|
|
|
18418
18965
|
'https://rpc-sepolia.rockx.com',
|
|
18419
18966
|
'https://rpc.sepolia.ethpandaops.io',
|
|
18420
18967
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
18421
|
-
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}'
|
|
18968
|
+
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
18969
|
+
'https://sepolia.gateway.tenderly.co',
|
|
18970
|
+
'wss://sepolia.gateway.tenderly.co'
|
|
18422
18971
|
],
|
|
18423
18972
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
18424
18973
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -19418,6 +19967,25 @@ exports.chains = {
|
|
|
19418
19967
|
bridges: [{ url: 'https://ruby.exchange/bridge.html' }]
|
|
19419
19968
|
}
|
|
19420
19969
|
},
|
|
19970
|
+
2863311531: {
|
|
19971
|
+
name: 'Ancient8 Testnet',
|
|
19972
|
+
chain: 'Ancient8',
|
|
19973
|
+
icon: 'ancient8',
|
|
19974
|
+
rpc: ['https://rpc-testnet.ancient8.gg'],
|
|
19975
|
+
faucets: [],
|
|
19976
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
19977
|
+
infoURL: 'https://ancient8.gg/',
|
|
19978
|
+
shortName: 'a8',
|
|
19979
|
+
chainId: 2863311531,
|
|
19980
|
+
networkId: 2863311531,
|
|
19981
|
+
explorers: [
|
|
19982
|
+
{
|
|
19983
|
+
name: 'a8scan-testnet',
|
|
19984
|
+
url: 'https://testnet.a8scan.io',
|
|
19985
|
+
standard: 'EIP3091'
|
|
19986
|
+
}
|
|
19987
|
+
]
|
|
19988
|
+
},
|
|
19421
19989
|
3125659152: {
|
|
19422
19990
|
name: 'Pirl',
|
|
19423
19991
|
chain: 'PIRL',
|