@revoke.cash/chains 7.0.0 → 8.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 +587 -42
- package/dist/src/enums.d.ts +58 -8
- package/dist/src/enums.js +58 -8
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -1033,13 +1033,13 @@ exports.chains = {
|
|
|
1033
1033
|
]
|
|
1034
1034
|
},
|
|
1035
1035
|
56: {
|
|
1036
|
-
name: '
|
|
1036
|
+
name: 'BNB Smart Chain Mainnet',
|
|
1037
1037
|
chain: 'BSC',
|
|
1038
1038
|
rpc: [
|
|
1039
|
-
'https://bsc-dataseed1.
|
|
1040
|
-
'https://bsc-dataseed2.
|
|
1041
|
-
'https://bsc-dataseed3.
|
|
1042
|
-
'https://bsc-dataseed4.
|
|
1039
|
+
'https://bsc-dataseed1.bnbchain.org',
|
|
1040
|
+
'https://bsc-dataseed2.bnbchain.org',
|
|
1041
|
+
'https://bsc-dataseed3.bnbchain.org',
|
|
1042
|
+
'https://bsc-dataseed4.bnbchain.org',
|
|
1043
1043
|
'https://bsc-dataseed1.defibit.io',
|
|
1044
1044
|
'https://bsc-dataseed2.defibit.io',
|
|
1045
1045
|
'https://bsc-dataseed3.defibit.io',
|
|
@@ -1053,11 +1053,11 @@ exports.chains = {
|
|
|
1053
1053
|
],
|
|
1054
1054
|
faucets: ['https://free-online-app.com/faucet-for-eth-evm-chains/'],
|
|
1055
1055
|
nativeCurrency: {
|
|
1056
|
-
name: '
|
|
1056
|
+
name: 'BNB Chain Native Token',
|
|
1057
1057
|
symbol: 'BNB',
|
|
1058
1058
|
decimals: 18
|
|
1059
1059
|
},
|
|
1060
|
-
infoURL: 'https://www.
|
|
1060
|
+
infoURL: 'https://www.bnbchain.org/en',
|
|
1061
1061
|
shortName: 'bnb',
|
|
1062
1062
|
chainId: 56,
|
|
1063
1063
|
networkId: 56,
|
|
@@ -1820,24 +1820,24 @@ exports.chains = {
|
|
|
1820
1820
|
redFlags: ['reusedChainId']
|
|
1821
1821
|
},
|
|
1822
1822
|
97: {
|
|
1823
|
-
name: '
|
|
1823
|
+
name: 'BNB Smart Chain Testnet',
|
|
1824
1824
|
chain: 'BSC',
|
|
1825
1825
|
rpc: [
|
|
1826
|
-
'https://data-seed-prebsc-1-s1.
|
|
1827
|
-
'https://data-seed-prebsc-2-s1.
|
|
1828
|
-
'https://data-seed-prebsc-1-s2.
|
|
1829
|
-
'https://data-seed-prebsc-2-s2.
|
|
1830
|
-
'https://data-seed-prebsc-1-s3.
|
|
1831
|
-
'https://data-seed-prebsc-2-s3.
|
|
1826
|
+
'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
|
|
1827
|
+
'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
|
|
1828
|
+
'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
|
|
1829
|
+
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
|
1830
|
+
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
|
1831
|
+
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
|
1832
1832
|
'https://bsc-testnet.publicnode.com'
|
|
1833
1833
|
],
|
|
1834
|
-
faucets: ['https://testnet.
|
|
1834
|
+
faucets: ['https://testnet.bnbchain.org/faucet-smart'],
|
|
1835
1835
|
nativeCurrency: {
|
|
1836
|
-
name: '
|
|
1836
|
+
name: 'BNB Chain Native Token',
|
|
1837
1837
|
symbol: 'tBNB',
|
|
1838
1838
|
decimals: 18
|
|
1839
1839
|
},
|
|
1840
|
-
infoURL: 'https://
|
|
1840
|
+
infoURL: 'https://www.bnbchain.org/en',
|
|
1841
1841
|
shortName: 'bnbt',
|
|
1842
1842
|
chainId: 97,
|
|
1843
1843
|
networkId: 97,
|
|
@@ -3180,6 +3180,29 @@ exports.chains = {
|
|
|
3180
3180
|
}
|
|
3181
3181
|
]
|
|
3182
3182
|
},
|
|
3183
|
+
242: {
|
|
3184
|
+
name: 'Plinga Mainnet',
|
|
3185
|
+
chain: 'Plinga',
|
|
3186
|
+
icon: 'plinga',
|
|
3187
|
+
rpc: [
|
|
3188
|
+
'https://rpcurl.mainnet.plgchain.com',
|
|
3189
|
+
'https://rpcurl.plgchain.blockchain.evmnode.online',
|
|
3190
|
+
'https://rpcurl.mainnet.plgchain.plinga.technology'
|
|
3191
|
+
],
|
|
3192
|
+
faucets: [],
|
|
3193
|
+
nativeCurrency: { name: 'Plinga', symbol: 'PLINGA', decimals: 18 },
|
|
3194
|
+
infoURL: 'https://www.plinga.technology/',
|
|
3195
|
+
shortName: 'plgchain',
|
|
3196
|
+
chainId: 242,
|
|
3197
|
+
networkId: 242,
|
|
3198
|
+
explorers: [
|
|
3199
|
+
{
|
|
3200
|
+
name: 'plgscan',
|
|
3201
|
+
url: 'https://www.plgscan.com',
|
|
3202
|
+
standard: 'EIP3091'
|
|
3203
|
+
}
|
|
3204
|
+
]
|
|
3205
|
+
},
|
|
3183
3206
|
246: {
|
|
3184
3207
|
name: 'Energy Web Chain',
|
|
3185
3208
|
chain: 'Energy Web Chain',
|
|
@@ -3333,6 +3356,25 @@ exports.chains = {
|
|
|
3333
3356
|
{ name: 'hscan', url: 'https://hscan.org', standard: 'EIP3091' }
|
|
3334
3357
|
]
|
|
3335
3358
|
},
|
|
3359
|
+
271: {
|
|
3360
|
+
name: 'EgonCoin Mainnet',
|
|
3361
|
+
chain: 'EGON',
|
|
3362
|
+
icon: 'egonicon',
|
|
3363
|
+
rpc: ['https://rpc.egcscan.com'],
|
|
3364
|
+
faucets: ['https://faucet.egcscan.com'],
|
|
3365
|
+
nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
|
|
3366
|
+
infoURL: 'https://egcscan.com',
|
|
3367
|
+
shortName: 'EGONm',
|
|
3368
|
+
chainId: 271,
|
|
3369
|
+
networkId: 271,
|
|
3370
|
+
explorers: [
|
|
3371
|
+
{
|
|
3372
|
+
name: 'EgonCoin Mainnet',
|
|
3373
|
+
url: 'https://egcscan.com',
|
|
3374
|
+
standard: 'EIP3091'
|
|
3375
|
+
}
|
|
3376
|
+
]
|
|
3377
|
+
},
|
|
3336
3378
|
274: {
|
|
3337
3379
|
name: 'LaChain',
|
|
3338
3380
|
chain: 'LaChain',
|
|
@@ -3385,7 +3427,14 @@ exports.chains = {
|
|
|
3385
3427
|
288: {
|
|
3386
3428
|
name: 'Boba Network',
|
|
3387
3429
|
chain: 'ETH',
|
|
3388
|
-
rpc: [
|
|
3430
|
+
rpc: [
|
|
3431
|
+
'https://mainnet.boba.network',
|
|
3432
|
+
'https://replica.boba.network',
|
|
3433
|
+
'http://boba-ethereum.gateway.tenderly.co',
|
|
3434
|
+
'http://gateway.tenderly.co/public/boba-ethereum',
|
|
3435
|
+
'wss://boba-ethereum.gateway.tenderly.co/',
|
|
3436
|
+
'wss://gateway.tenderly.co/public/boba-ethereum'
|
|
3437
|
+
],
|
|
3389
3438
|
faucets: [],
|
|
3390
3439
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
3391
3440
|
infoURL: 'https://boba.network',
|
|
@@ -4022,6 +4071,32 @@ exports.chains = {
|
|
|
4022
4071
|
chainId: 420,
|
|
4023
4072
|
networkId: 420
|
|
4024
4073
|
},
|
|
4074
|
+
424: {
|
|
4075
|
+
name: 'PGN (Public Goods Network)',
|
|
4076
|
+
chain: 'ETH',
|
|
4077
|
+
rpc: ['https://rpc.publicgoods.network'],
|
|
4078
|
+
faucets: [],
|
|
4079
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4080
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
4081
|
+
infoURL: 'https://publicgoods.network/',
|
|
4082
|
+
shortName: 'PGN',
|
|
4083
|
+
chainId: 424,
|
|
4084
|
+
networkId: 424,
|
|
4085
|
+
icon: 'publicGoodsNetwork',
|
|
4086
|
+
explorers: [
|
|
4087
|
+
{
|
|
4088
|
+
name: 'blockscout',
|
|
4089
|
+
url: 'https://explorer.publicgoods.network',
|
|
4090
|
+
icon: 'blockscout',
|
|
4091
|
+
standard: 'EIP3091'
|
|
4092
|
+
}
|
|
4093
|
+
],
|
|
4094
|
+
parent: {
|
|
4095
|
+
type: 'L2',
|
|
4096
|
+
chain: 'eip155-1',
|
|
4097
|
+
bridges: [{ url: 'https://bridge.publicgoods.network' }]
|
|
4098
|
+
}
|
|
4099
|
+
},
|
|
4025
4100
|
427: {
|
|
4026
4101
|
name: 'Zeeth Chain',
|
|
4027
4102
|
chain: 'ZeethChain',
|
|
@@ -4487,6 +4562,26 @@ exports.chains = {
|
|
|
4487
4562
|
}
|
|
4488
4563
|
]
|
|
4489
4564
|
},
|
|
4565
|
+
634: {
|
|
4566
|
+
name: 'Avocado',
|
|
4567
|
+
chain: 'Avocado',
|
|
4568
|
+
rpc: ['https://rpc.avocado.instadapp.io'],
|
|
4569
|
+
faucets: [],
|
|
4570
|
+
nativeCurrency: { name: 'USDC', symbol: 'USDC', decimals: 18 },
|
|
4571
|
+
infoURL: 'https://avocado.instadapp.io',
|
|
4572
|
+
shortName: 'avocado',
|
|
4573
|
+
chainId: 634,
|
|
4574
|
+
networkId: 634,
|
|
4575
|
+
icon: 'avocado',
|
|
4576
|
+
explorers: [
|
|
4577
|
+
{
|
|
4578
|
+
name: 'avoscan',
|
|
4579
|
+
url: 'https://avoscan.co',
|
|
4580
|
+
icon: 'avocado',
|
|
4581
|
+
standard: 'none'
|
|
4582
|
+
}
|
|
4583
|
+
]
|
|
4584
|
+
},
|
|
4490
4585
|
647: {
|
|
4491
4586
|
name: 'SX Network Testnet',
|
|
4492
4587
|
chain: 'SX',
|
|
@@ -5698,6 +5793,30 @@ exports.chains = {
|
|
|
5698
5793
|
]
|
|
5699
5794
|
},
|
|
5700
5795
|
1071: {
|
|
5796
|
+
name: 'ShimmerEVM Testnet Deprecated',
|
|
5797
|
+
title: 'ShimmerEVM Testnet Deprecated',
|
|
5798
|
+
chain: 'ShimmerEVM',
|
|
5799
|
+
icon: 'shimmerevm',
|
|
5800
|
+
rpc: [],
|
|
5801
|
+
faucets: [
|
|
5802
|
+
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
5803
|
+
'https://evm-faucet.testnet.shimmer.network'
|
|
5804
|
+
],
|
|
5805
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
5806
|
+
infoURL: 'https://shimmer.network',
|
|
5807
|
+
shortName: 'shimmerevm-testnet-deprecated',
|
|
5808
|
+
chainId: 1071,
|
|
5809
|
+
networkId: 1071,
|
|
5810
|
+
explorers: [
|
|
5811
|
+
{
|
|
5812
|
+
name: 'explorer',
|
|
5813
|
+
url: 'https://explorer.evm.testnet.shimmer.network',
|
|
5814
|
+
standard: 'EIP3091'
|
|
5815
|
+
}
|
|
5816
|
+
],
|
|
5817
|
+
status: 'deprecated'
|
|
5818
|
+
},
|
|
5819
|
+
1072: {
|
|
5701
5820
|
name: 'ShimmerEVM Testnet',
|
|
5702
5821
|
title: 'ShimmerEVM Testnet',
|
|
5703
5822
|
chain: 'ShimmerEVM',
|
|
@@ -5707,11 +5826,11 @@ exports.chains = {
|
|
|
5707
5826
|
'https://evm-toolkit.evm.testnet.shimmer.network',
|
|
5708
5827
|
'https://evm-faucet.testnet.shimmer.network'
|
|
5709
5828
|
],
|
|
5710
|
-
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals:
|
|
5829
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 6 },
|
|
5711
5830
|
infoURL: 'https://shimmer.network',
|
|
5712
5831
|
shortName: 'shimmerevm-testnet',
|
|
5713
|
-
chainId:
|
|
5714
|
-
networkId:
|
|
5832
|
+
chainId: 1072,
|
|
5833
|
+
networkId: 1072,
|
|
5715
5834
|
explorers: [
|
|
5716
5835
|
{
|
|
5717
5836
|
name: 'explorer',
|
|
@@ -5720,6 +5839,26 @@ exports.chains = {
|
|
|
5720
5839
|
}
|
|
5721
5840
|
]
|
|
5722
5841
|
},
|
|
5842
|
+
1079: {
|
|
5843
|
+
name: 'Mintara Testnet',
|
|
5844
|
+
title: 'Mintara Testnet',
|
|
5845
|
+
chain: 'Mintara',
|
|
5846
|
+
icon: 'mintara',
|
|
5847
|
+
rpc: ['https://subnets.avax.network/mintara/testnet/rpc'],
|
|
5848
|
+
faucets: [],
|
|
5849
|
+
nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
|
|
5850
|
+
infoURL: 'https://playthink.co.jp',
|
|
5851
|
+
shortName: 'mintara-testnet',
|
|
5852
|
+
chainId: 1079,
|
|
5853
|
+
networkId: 1079,
|
|
5854
|
+
explorers: [
|
|
5855
|
+
{
|
|
5856
|
+
name: 'explorer',
|
|
5857
|
+
url: 'https://subnets-test.avax.network/mintara',
|
|
5858
|
+
standard: 'EIP3091'
|
|
5859
|
+
}
|
|
5860
|
+
]
|
|
5861
|
+
},
|
|
5723
5862
|
1088: {
|
|
5724
5863
|
name: 'Metis Andromeda Mainnet',
|
|
5725
5864
|
chain: 'ETH',
|
|
@@ -6777,7 +6916,7 @@ exports.chains = {
|
|
|
6777
6916
|
]
|
|
6778
6917
|
},
|
|
6779
6918
|
1501: {
|
|
6780
|
-
name: '
|
|
6919
|
+
name: 'BEVM',
|
|
6781
6920
|
chain: 'ChainX',
|
|
6782
6921
|
rpc: ['https://mainnet.chainx.org/rpc', 'https://mainnet2.chainx.org/rpc'],
|
|
6783
6922
|
faucets: [],
|
|
@@ -6788,7 +6927,7 @@ exports.chains = {
|
|
|
6788
6927
|
networkId: 1501,
|
|
6789
6928
|
explorers: [
|
|
6790
6929
|
{
|
|
6791
|
-
name: '
|
|
6930
|
+
name: 'bevm scan',
|
|
6792
6931
|
url: 'https://evm.chainx.org',
|
|
6793
6932
|
standard: 'none'
|
|
6794
6933
|
}
|
|
@@ -8127,6 +8266,27 @@ exports.chains = {
|
|
|
8127
8266
|
}
|
|
8128
8267
|
]
|
|
8129
8268
|
},
|
|
8269
|
+
2199: {
|
|
8270
|
+
name: 'Moonsama Network',
|
|
8271
|
+
chain: 'MSN',
|
|
8272
|
+
rpc: ['https://rpc.moonsama.com', 'wss://rpc.moonsama.com/ws'],
|
|
8273
|
+
faucets: ['https://multiverse.moonsama.com/faucet'],
|
|
8274
|
+
nativeCurrency: { name: 'Sama Token', symbol: 'SAMA', decimals: 18 },
|
|
8275
|
+
infoURL: 'https://moonsama.com',
|
|
8276
|
+
shortName: 'msn',
|
|
8277
|
+
chainId: 2199,
|
|
8278
|
+
networkId: 2199,
|
|
8279
|
+
slip44: 2199,
|
|
8280
|
+
icon: 'msn',
|
|
8281
|
+
explorers: [
|
|
8282
|
+
{
|
|
8283
|
+
name: 'blockscout',
|
|
8284
|
+
url: 'https://explorer.moonsama.com',
|
|
8285
|
+
icon: 'blockscout',
|
|
8286
|
+
standard: 'EIP3091'
|
|
8287
|
+
}
|
|
8288
|
+
]
|
|
8289
|
+
},
|
|
8130
8290
|
2203: {
|
|
8131
8291
|
name: 'Bitcoin EVM',
|
|
8132
8292
|
chain: 'Bitcoin EVM',
|
|
@@ -8325,12 +8485,39 @@ exports.chains = {
|
|
|
8325
8485
|
]
|
|
8326
8486
|
},
|
|
8327
8487
|
2357: {
|
|
8488
|
+
name: '(deprecated) Kroma Sepolia',
|
|
8489
|
+
title: '(deprecated) Kroma Testnet Sepolia',
|
|
8490
|
+
chainId: 2357,
|
|
8491
|
+
shortName: 'deprecated-kroma-sepolia',
|
|
8492
|
+
chain: 'ETH',
|
|
8493
|
+
networkId: 2357,
|
|
8494
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
8495
|
+
rpc: ['https://api.sepolia-deprecated.kroma.network'],
|
|
8496
|
+
faucets: [],
|
|
8497
|
+
infoURL: 'https://kroma.network',
|
|
8498
|
+
icon: 'kroma',
|
|
8499
|
+
explorers: [
|
|
8500
|
+
{
|
|
8501
|
+
name: 'blockscout',
|
|
8502
|
+
url: 'https://blockscout.sepolia-deprecated.kroma.network',
|
|
8503
|
+
icon: 'kroma',
|
|
8504
|
+
standard: 'EIP3091'
|
|
8505
|
+
}
|
|
8506
|
+
],
|
|
8507
|
+
parent: {
|
|
8508
|
+
type: 'L2',
|
|
8509
|
+
chain: 'eip155-11155111',
|
|
8510
|
+
bridges: [{ url: 'https://kroma.network/bridge' }]
|
|
8511
|
+
},
|
|
8512
|
+
status: 'deprecated'
|
|
8513
|
+
},
|
|
8514
|
+
2358: {
|
|
8328
8515
|
name: 'Kroma Sepolia',
|
|
8329
8516
|
title: 'Kroma Testnet Sepolia',
|
|
8330
|
-
chainId:
|
|
8517
|
+
chainId: 2358,
|
|
8331
8518
|
shortName: 'kroma-sepolia',
|
|
8332
8519
|
chain: 'ETH',
|
|
8333
|
-
networkId:
|
|
8520
|
+
networkId: 2358,
|
|
8334
8521
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
8335
8522
|
rpc: ['https://api.sepolia.kroma.network'],
|
|
8336
8523
|
faucets: [],
|
|
@@ -8552,11 +8739,11 @@ exports.chains = {
|
|
|
8552
8739
|
2888: {
|
|
8553
8740
|
name: 'Boba Network Goerli Testnet',
|
|
8554
8741
|
chain: 'ETH',
|
|
8555
|
-
rpc: ['https://goerli.boba.network/'],
|
|
8742
|
+
rpc: ['https://goerli.boba.network/', 'wss://wss.goerli.boba.network/'],
|
|
8556
8743
|
faucets: [],
|
|
8557
8744
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
|
8558
8745
|
infoURL: 'https://boba.network',
|
|
8559
|
-
shortName: '
|
|
8746
|
+
shortName: 'BobaGoerli',
|
|
8560
8747
|
chainId: 2888,
|
|
8561
8748
|
networkId: 2888,
|
|
8562
8749
|
explorers: [
|
|
@@ -8569,7 +8756,7 @@ exports.chains = {
|
|
|
8569
8756
|
parent: {
|
|
8570
8757
|
type: 'L2',
|
|
8571
8758
|
chain: 'eip155-5',
|
|
8572
|
-
bridges: [{ url: 'https://gateway.
|
|
8759
|
+
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
8573
8760
|
}
|
|
8574
8761
|
},
|
|
8575
8762
|
2999: {
|
|
@@ -8899,6 +9086,44 @@ exports.chains = {
|
|
|
8899
9086
|
}
|
|
8900
9087
|
]
|
|
8901
9088
|
},
|
|
9089
|
+
3636: {
|
|
9090
|
+
name: 'Botanix Testnet',
|
|
9091
|
+
chain: 'BTC',
|
|
9092
|
+
icon: 'botanix',
|
|
9093
|
+
rpc: ['https://testnet-rpc.btxtestchain.com'],
|
|
9094
|
+
faucets: ['https://faucet.btxtestchain.com'],
|
|
9095
|
+
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
|
9096
|
+
infoURL: 'https://btxtestchain.com',
|
|
9097
|
+
shortName: 'BTCt',
|
|
9098
|
+
chainId: 3636,
|
|
9099
|
+
networkId: 3636,
|
|
9100
|
+
explorers: [
|
|
9101
|
+
{
|
|
9102
|
+
name: 'Botanix',
|
|
9103
|
+
url: 'https://testnet.btxtestchain.com',
|
|
9104
|
+
standard: 'EIP3091'
|
|
9105
|
+
}
|
|
9106
|
+
]
|
|
9107
|
+
},
|
|
9108
|
+
3637: {
|
|
9109
|
+
name: 'Botanix Mainnet',
|
|
9110
|
+
chain: 'BTC',
|
|
9111
|
+
icon: 'botanix',
|
|
9112
|
+
rpc: ['https://rpc.btxtestchain.com'],
|
|
9113
|
+
faucets: ['https://faucet.btxtestchain.com'],
|
|
9114
|
+
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
|
9115
|
+
infoURL: 'https://btxtestchain.com',
|
|
9116
|
+
shortName: 'BTCm',
|
|
9117
|
+
chainId: 3637,
|
|
9118
|
+
networkId: 3637,
|
|
9119
|
+
explorers: [
|
|
9120
|
+
{
|
|
9121
|
+
name: 'Botanix',
|
|
9122
|
+
url: 'https://btxtestchain.com',
|
|
9123
|
+
standard: 'EIP3091'
|
|
9124
|
+
}
|
|
9125
|
+
]
|
|
9126
|
+
},
|
|
8902
9127
|
3666: {
|
|
8903
9128
|
name: 'Jouleverse Mainnet',
|
|
8904
9129
|
chain: 'Jouleverse',
|
|
@@ -8953,6 +9178,44 @@ exports.chains = {
|
|
|
8953
9178
|
}
|
|
8954
9179
|
]
|
|
8955
9180
|
},
|
|
9181
|
+
3698: {
|
|
9182
|
+
name: 'SenjePowers Testnet',
|
|
9183
|
+
chain: 'SPC',
|
|
9184
|
+
icon: 'SenjePowers',
|
|
9185
|
+
rpc: ['https://testnet-rpc.senjepowersscan.com'],
|
|
9186
|
+
faucets: ['https://faucet.senjepowersscan.com'],
|
|
9187
|
+
nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
|
|
9188
|
+
infoURL: 'https://senjepowersscan.com',
|
|
9189
|
+
shortName: 'SPCt',
|
|
9190
|
+
chainId: 3698,
|
|
9191
|
+
networkId: 3698,
|
|
9192
|
+
explorers: [
|
|
9193
|
+
{
|
|
9194
|
+
name: 'SenjePowers',
|
|
9195
|
+
url: 'https://testnet.senjepowersscan.com',
|
|
9196
|
+
standard: 'EIP3091'
|
|
9197
|
+
}
|
|
9198
|
+
]
|
|
9199
|
+
},
|
|
9200
|
+
3699: {
|
|
9201
|
+
name: 'SenjePowers Mainnet',
|
|
9202
|
+
chain: 'SPC',
|
|
9203
|
+
icon: 'SenjePowers',
|
|
9204
|
+
rpc: ['https://rpc.senjepowersscan.com'],
|
|
9205
|
+
faucets: ['https://faucet.senjepowersscan.com'],
|
|
9206
|
+
nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
|
|
9207
|
+
infoURL: 'https://senjepowersscan.com',
|
|
9208
|
+
shortName: 'SPCm',
|
|
9209
|
+
chainId: 3699,
|
|
9210
|
+
networkId: 3699,
|
|
9211
|
+
explorers: [
|
|
9212
|
+
{
|
|
9213
|
+
name: 'SenjePowers',
|
|
9214
|
+
url: 'https://senjepowersscan.com',
|
|
9215
|
+
standard: 'EIP3091'
|
|
9216
|
+
}
|
|
9217
|
+
]
|
|
9218
|
+
},
|
|
8956
9219
|
3737: {
|
|
8957
9220
|
name: 'Crossbell',
|
|
8958
9221
|
chain: 'Crossbell',
|
|
@@ -9389,8 +9652,7 @@ exports.chains = {
|
|
|
9389
9652
|
rpc: [
|
|
9390
9653
|
'https://testnet.avax.boba.network',
|
|
9391
9654
|
'wss://wss.testnet.avax.boba.network',
|
|
9392
|
-
'https://replica.testnet.avax.boba.network'
|
|
9393
|
-
'wss://replica-wss.testnet.avax.boba.network'
|
|
9655
|
+
'https://replica.testnet.avax.boba.network'
|
|
9394
9656
|
],
|
|
9395
9657
|
faucets: [],
|
|
9396
9658
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
|
@@ -9404,7 +9666,12 @@ exports.chains = {
|
|
|
9404
9666
|
url: 'https://blockexplorer.testnet.avax.boba.network',
|
|
9405
9667
|
standard: 'none'
|
|
9406
9668
|
}
|
|
9407
|
-
]
|
|
9669
|
+
],
|
|
9670
|
+
parent: {
|
|
9671
|
+
type: 'L2',
|
|
9672
|
+
chain: 'eip155-5',
|
|
9673
|
+
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
9674
|
+
}
|
|
9408
9675
|
},
|
|
9409
9676
|
4444: {
|
|
9410
9677
|
name: 'Htmlcoin Mainnet',
|
|
@@ -9463,6 +9730,26 @@ exports.chains = {
|
|
|
9463
9730
|
}
|
|
9464
9731
|
]
|
|
9465
9732
|
},
|
|
9733
|
+
4759: {
|
|
9734
|
+
name: 'MEVerse Chain Testnet',
|
|
9735
|
+
chain: 'MEVerse',
|
|
9736
|
+
rpc: ['https://rpc.meversetestnet.io'],
|
|
9737
|
+
faucets: [],
|
|
9738
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
|
9739
|
+
infoURL: 'https://www.meverse.sg',
|
|
9740
|
+
shortName: 'TESTMEV',
|
|
9741
|
+
chainId: 4759,
|
|
9742
|
+
networkId: 4759,
|
|
9743
|
+
icon: 'meverse',
|
|
9744
|
+
explorers: [
|
|
9745
|
+
{
|
|
9746
|
+
name: 'MEVerse Chain Testnet Explorer',
|
|
9747
|
+
url: 'https://testnet.meversescan.io',
|
|
9748
|
+
standard: 'none',
|
|
9749
|
+
icon: 'meverse'
|
|
9750
|
+
}
|
|
9751
|
+
]
|
|
9752
|
+
},
|
|
9466
9753
|
4777: {
|
|
9467
9754
|
name: 'BlackFort Exchange Network Testnet',
|
|
9468
9755
|
chain: 'TBXN',
|
|
@@ -10156,10 +10443,7 @@ exports.chains = {
|
|
|
10156
10443
|
name: 'ZetaChain Athens Testnet',
|
|
10157
10444
|
chain: 'ZetaChain',
|
|
10158
10445
|
icon: 'zetachain',
|
|
10159
|
-
rpc: [
|
|
10160
|
-
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
10161
|
-
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket'
|
|
10162
|
-
],
|
|
10446
|
+
rpc: ['https://api.athens2.zetachain.com/evm'],
|
|
10163
10447
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
10164
10448
|
nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
|
|
10165
10449
|
infoURL: 'https://zetachain.com/docs',
|
|
@@ -10214,6 +10498,25 @@ exports.chains = {
|
|
|
10214
10498
|
}
|
|
10215
10499
|
]
|
|
10216
10500
|
},
|
|
10501
|
+
7171: {
|
|
10502
|
+
name: 'Bitrock Mainnet',
|
|
10503
|
+
chain: 'Bitrock',
|
|
10504
|
+
icon: 'bitrock',
|
|
10505
|
+
rpc: ['https://connect.bit-rock.io'],
|
|
10506
|
+
faucets: [],
|
|
10507
|
+
nativeCurrency: { name: 'BITROCK', symbol: 'BROCK', decimals: 18 },
|
|
10508
|
+
infoURL: 'https://bit-rock.io',
|
|
10509
|
+
shortName: 'bitrock',
|
|
10510
|
+
chainId: 7171,
|
|
10511
|
+
networkId: 7171,
|
|
10512
|
+
explorers: [
|
|
10513
|
+
{
|
|
10514
|
+
name: 'Bitrock Explorer',
|
|
10515
|
+
url: 'https://scan.bit-rock.io',
|
|
10516
|
+
standard: 'EIP3091'
|
|
10517
|
+
}
|
|
10518
|
+
]
|
|
10519
|
+
},
|
|
10217
10520
|
7331: {
|
|
10218
10521
|
name: 'KLYNTAR',
|
|
10219
10522
|
chain: 'KLY',
|
|
@@ -10271,6 +10574,26 @@ exports.chains = {
|
|
|
10271
10574
|
}
|
|
10272
10575
|
]
|
|
10273
10576
|
},
|
|
10577
|
+
7518: {
|
|
10578
|
+
name: 'MEVerse Chain Mainnet',
|
|
10579
|
+
chain: 'MEVerse',
|
|
10580
|
+
rpc: ['https://rpc.meversemainnet.io'],
|
|
10581
|
+
faucets: [],
|
|
10582
|
+
nativeCurrency: { name: 'MEVerse', symbol: 'MEV', decimals: 18 },
|
|
10583
|
+
infoURL: 'https://www.meverse.sg',
|
|
10584
|
+
shortName: 'MEV',
|
|
10585
|
+
chainId: 7518,
|
|
10586
|
+
networkId: 7518,
|
|
10587
|
+
icon: 'meverse',
|
|
10588
|
+
explorers: [
|
|
10589
|
+
{
|
|
10590
|
+
name: 'MEVerse Chain Explorer',
|
|
10591
|
+
url: 'https://www.meversescan.io',
|
|
10592
|
+
standard: 'none',
|
|
10593
|
+
icon: 'meverse'
|
|
10594
|
+
}
|
|
10595
|
+
]
|
|
10596
|
+
},
|
|
10274
10597
|
7575: {
|
|
10275
10598
|
name: 'ADIL Testnet',
|
|
10276
10599
|
chain: 'ADIL',
|
|
@@ -10401,6 +10724,25 @@ exports.chains = {
|
|
|
10401
10724
|
}
|
|
10402
10725
|
]
|
|
10403
10726
|
},
|
|
10727
|
+
7771: {
|
|
10728
|
+
name: 'Bitrock Testnet',
|
|
10729
|
+
chain: 'Bitrock',
|
|
10730
|
+
icon: 'bitrock',
|
|
10731
|
+
rpc: ['https://testnet.bit-rock.io'],
|
|
10732
|
+
faucets: ['https://faucet.bit-rock.io'],
|
|
10733
|
+
nativeCurrency: { name: 'BITROCK', symbol: 'BROCK', decimals: 18 },
|
|
10734
|
+
infoURL: 'https://bit-rock.io',
|
|
10735
|
+
shortName: 'tbitrock',
|
|
10736
|
+
chainId: 7771,
|
|
10737
|
+
networkId: 7771,
|
|
10738
|
+
explorers: [
|
|
10739
|
+
{
|
|
10740
|
+
name: 'Bitrock Testnet Explorer',
|
|
10741
|
+
url: 'https://testnetscan.bit-rock.io',
|
|
10742
|
+
standard: 'EIP3091'
|
|
10743
|
+
}
|
|
10744
|
+
]
|
|
10745
|
+
},
|
|
10404
10746
|
7777: {
|
|
10405
10747
|
name: 'Rise of the Warbots Testnet',
|
|
10406
10748
|
chain: 'nmactest',
|
|
@@ -10797,14 +11139,23 @@ exports.chains = {
|
|
|
10797
11139
|
8453: {
|
|
10798
11140
|
name: 'Base',
|
|
10799
11141
|
chain: 'ETH',
|
|
10800
|
-
rpc: [],
|
|
11142
|
+
rpc: ['https://developer-access-mainnet.base.org/'],
|
|
10801
11143
|
faucets: [],
|
|
10802
11144
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
10803
11145
|
infoURL: 'https://base.org',
|
|
10804
11146
|
shortName: 'base',
|
|
10805
11147
|
chainId: 8453,
|
|
10806
11148
|
networkId: 8453,
|
|
10807
|
-
|
|
11149
|
+
icon: 'base',
|
|
11150
|
+
explorers: [
|
|
11151
|
+
{ name: 'basescan', url: 'https://basescan.org', standard: 'none' },
|
|
11152
|
+
{
|
|
11153
|
+
name: 'basescout',
|
|
11154
|
+
url: 'https://base.blockscout.com',
|
|
11155
|
+
standard: 'none'
|
|
11156
|
+
}
|
|
11157
|
+
],
|
|
11158
|
+
status: 'active'
|
|
10808
11159
|
},
|
|
10809
11160
|
8654: {
|
|
10810
11161
|
name: 'Toki Network',
|
|
@@ -11326,7 +11677,12 @@ exports.chains = {
|
|
|
11326
11677
|
url: 'https://blockexplorer.testnet.bnb.boba.network',
|
|
11327
11678
|
standard: 'none'
|
|
11328
11679
|
}
|
|
11329
|
-
]
|
|
11680
|
+
],
|
|
11681
|
+
parent: {
|
|
11682
|
+
type: 'L2',
|
|
11683
|
+
chain: 'eip155-5',
|
|
11684
|
+
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
11685
|
+
}
|
|
11330
11686
|
},
|
|
11331
11687
|
9768: {
|
|
11332
11688
|
name: 'MainnetZ Testnet',
|
|
@@ -12359,6 +12715,25 @@ exports.chains = {
|
|
|
12359
12715
|
}
|
|
12360
12716
|
]
|
|
12361
12717
|
},
|
|
12718
|
+
18686: {
|
|
12719
|
+
name: 'MXC zkEVM Mainnet',
|
|
12720
|
+
chain: 'MXC zkEVM',
|
|
12721
|
+
icon: 'mxczkevm',
|
|
12722
|
+
rpc: ['https://rpc.mxc.com'],
|
|
12723
|
+
faucets: [],
|
|
12724
|
+
nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
|
|
12725
|
+
infoURL: 'https://doc.mxc.com/docs/intro',
|
|
12726
|
+
shortName: 'MXCzkEVM',
|
|
12727
|
+
chainId: 18686,
|
|
12728
|
+
networkId: 18686,
|
|
12729
|
+
explorers: [
|
|
12730
|
+
{
|
|
12731
|
+
name: 'MXC zkEVM Mainnet',
|
|
12732
|
+
url: 'https://explorer.mxc.com',
|
|
12733
|
+
standard: 'EIP3091'
|
|
12734
|
+
}
|
|
12735
|
+
]
|
|
12736
|
+
},
|
|
12362
12737
|
19011: {
|
|
12363
12738
|
name: 'HOME Verse Mainnet',
|
|
12364
12739
|
chain: 'HOME Verse',
|
|
@@ -12546,6 +12921,25 @@ exports.chains = {
|
|
|
12546
12921
|
{ name: 'mapscan', url: 'https://mapscan.io', standard: 'EIP3091' }
|
|
12547
12922
|
]
|
|
12548
12923
|
},
|
|
12924
|
+
23006: {
|
|
12925
|
+
name: 'Antofy Testnet',
|
|
12926
|
+
chain: 'ABN',
|
|
12927
|
+
icon: 'antofy',
|
|
12928
|
+
rpc: ['https://testnet-rpc.antofy.io'],
|
|
12929
|
+
faucets: ['https://faucet.antofy.io'],
|
|
12930
|
+
nativeCurrency: { name: 'Antofy', symbol: 'ABN', decimals: 18 },
|
|
12931
|
+
infoURL: 'https://antofy.io',
|
|
12932
|
+
shortName: 'ABNt',
|
|
12933
|
+
chainId: 23006,
|
|
12934
|
+
networkId: 23006,
|
|
12935
|
+
explorers: [
|
|
12936
|
+
{
|
|
12937
|
+
name: 'Antofy Testnet',
|
|
12938
|
+
url: 'https://test.antofyscan.com',
|
|
12939
|
+
standard: 'EIP3091'
|
|
12940
|
+
}
|
|
12941
|
+
]
|
|
12942
|
+
},
|
|
12549
12943
|
23118: {
|
|
12550
12944
|
name: 'Opside Testnet',
|
|
12551
12945
|
chain: 'Opside',
|
|
@@ -13566,6 +13960,26 @@ exports.chains = {
|
|
|
13566
13960
|
}
|
|
13567
13961
|
]
|
|
13568
13962
|
},
|
|
13963
|
+
54321: {
|
|
13964
|
+
name: 'Toronet Testnet',
|
|
13965
|
+
chain: 'Toronet',
|
|
13966
|
+
icon: 'toronet',
|
|
13967
|
+
rpc: ['http://testnet.toronet.org/rpc'],
|
|
13968
|
+
faucets: [],
|
|
13969
|
+
nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
|
|
13970
|
+
infoURL: 'https://toronet.org',
|
|
13971
|
+
shortName: 'ToronetTestnet',
|
|
13972
|
+
chainId: 54321,
|
|
13973
|
+
networkId: 54321,
|
|
13974
|
+
ens: { registry: '0x059C474f26D65B0458F9da10A649a7322aB02C09' },
|
|
13975
|
+
explorers: [
|
|
13976
|
+
{
|
|
13977
|
+
name: 'toronet_explorer',
|
|
13978
|
+
url: 'https://testnet.toronet.org',
|
|
13979
|
+
standard: 'none'
|
|
13980
|
+
}
|
|
13981
|
+
]
|
|
13982
|
+
},
|
|
13569
13983
|
55004: {
|
|
13570
13984
|
name: 'Titan',
|
|
13571
13985
|
chain: 'ETH',
|
|
@@ -13630,9 +14044,11 @@ exports.chains = {
|
|
|
13630
14044
|
chain: 'Boba BNB Mainnet',
|
|
13631
14045
|
rpc: [
|
|
13632
14046
|
'https://bnb.boba.network',
|
|
13633
|
-
'
|
|
14047
|
+
'http://boba-bnb.gateway.tenderly.co/',
|
|
14048
|
+
'http://gateway.tenderly.co/public/boba-bnb',
|
|
13634
14049
|
'https://replica.bnb.boba.network',
|
|
13635
|
-
'wss://
|
|
14050
|
+
'wss://boba-bnb.gateway.tenderly.co/',
|
|
14051
|
+
'wss://gateway.tenderly.co/public/boba-bnb'
|
|
13636
14052
|
],
|
|
13637
14053
|
faucets: [],
|
|
13638
14054
|
nativeCurrency: { name: 'Boba Token', symbol: 'BOBA', decimals: 18 },
|
|
@@ -13646,7 +14062,12 @@ exports.chains = {
|
|
|
13646
14062
|
url: 'https://blockexplorer.bnb.boba.network',
|
|
13647
14063
|
standard: 'none'
|
|
13648
14064
|
}
|
|
13649
|
-
]
|
|
14065
|
+
],
|
|
14066
|
+
parent: {
|
|
14067
|
+
type: 'L2',
|
|
14068
|
+
chain: 'eip155-5',
|
|
14069
|
+
bridges: [{ url: 'https://gateway.boba.network' }]
|
|
14070
|
+
}
|
|
13650
14071
|
},
|
|
13651
14072
|
57000: {
|
|
13652
14073
|
name: 'Rollux Testnet',
|
|
@@ -13670,6 +14091,32 @@ exports.chains = {
|
|
|
13670
14091
|
}
|
|
13671
14092
|
]
|
|
13672
14093
|
},
|
|
14094
|
+
58008: {
|
|
14095
|
+
name: 'Sepolia PGN (Public Goods Network)',
|
|
14096
|
+
chain: 'ETH',
|
|
14097
|
+
rpc: ['https://sepolia.publicgoods.network'],
|
|
14098
|
+
faucets: [],
|
|
14099
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
14100
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
14101
|
+
infoURL: 'https://publicgoods.network/',
|
|
14102
|
+
shortName: 'sepPGN',
|
|
14103
|
+
chainId: 58008,
|
|
14104
|
+
networkId: 58008,
|
|
14105
|
+
icon: 'publicGoodsNetwork',
|
|
14106
|
+
explorers: [
|
|
14107
|
+
{
|
|
14108
|
+
name: 'blockscout',
|
|
14109
|
+
url: 'https://explorer.sepolia.publicgoods.network',
|
|
14110
|
+
icon: 'blockscout',
|
|
14111
|
+
standard: 'EIP3091'
|
|
14112
|
+
}
|
|
14113
|
+
],
|
|
14114
|
+
parent: {
|
|
14115
|
+
type: 'L2',
|
|
14116
|
+
chain: 'eip155-11155111',
|
|
14117
|
+
bridges: [{ url: 'https://pgn-bridge.vercel.app/bridge' }]
|
|
14118
|
+
}
|
|
14119
|
+
},
|
|
13673
14120
|
59140: {
|
|
13674
14121
|
name: 'Linea Testnet',
|
|
13675
14122
|
title: 'Linea Goerli Testnet',
|
|
@@ -14217,6 +14664,26 @@ exports.chains = {
|
|
|
14217
14664
|
}
|
|
14218
14665
|
]
|
|
14219
14666
|
},
|
|
14667
|
+
77777: {
|
|
14668
|
+
name: 'Toronet Mainnet',
|
|
14669
|
+
chain: 'Toronet',
|
|
14670
|
+
icon: 'toronet',
|
|
14671
|
+
rpc: ['http://toronet.org/rpc'],
|
|
14672
|
+
faucets: [],
|
|
14673
|
+
nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
|
|
14674
|
+
infoURL: 'https://toronet.org',
|
|
14675
|
+
shortName: 'Toronet',
|
|
14676
|
+
chainId: 77777,
|
|
14677
|
+
networkId: 77777,
|
|
14678
|
+
ens: { registry: '0x1f45a71f4aAD769E27c969c4359E0e250C67165c' },
|
|
14679
|
+
explorers: [
|
|
14680
|
+
{
|
|
14681
|
+
name: 'toronet_explorer',
|
|
14682
|
+
url: 'https://toronet.org/explorer',
|
|
14683
|
+
standard: 'none'
|
|
14684
|
+
}
|
|
14685
|
+
]
|
|
14686
|
+
},
|
|
14220
14687
|
78110: {
|
|
14221
14688
|
name: 'Firenze test network',
|
|
14222
14689
|
chain: 'ETH',
|
|
@@ -14424,6 +14891,7 @@ exports.chains = {
|
|
|
14424
14891
|
shortName: 'basegor',
|
|
14425
14892
|
chainId: 84531,
|
|
14426
14893
|
networkId: 84531,
|
|
14894
|
+
icon: 'baseTestnet',
|
|
14427
14895
|
explorers: [
|
|
14428
14896
|
{
|
|
14429
14897
|
name: 'basescan',
|
|
@@ -15639,6 +16107,25 @@ exports.chains = {
|
|
|
15639
16107
|
slip44: 266256,
|
|
15640
16108
|
explorers: []
|
|
15641
16109
|
},
|
|
16110
|
+
271271: {
|
|
16111
|
+
name: 'EgonCoin Testnet',
|
|
16112
|
+
chain: 'EGON',
|
|
16113
|
+
icon: 'egonicon',
|
|
16114
|
+
rpc: ['https://rpctest.egcscan.com'],
|
|
16115
|
+
faucets: ['https://faucet.egcscan.com'],
|
|
16116
|
+
nativeCurrency: { name: 'EgonCoin', symbol: 'EGON', decimals: 18 },
|
|
16117
|
+
infoURL: 'https://egcscan.com',
|
|
16118
|
+
shortName: 'EGONt',
|
|
16119
|
+
chainId: 271271,
|
|
16120
|
+
networkId: 271271,
|
|
16121
|
+
explorers: [
|
|
16122
|
+
{
|
|
16123
|
+
name: 'EgonCoin Testnet',
|
|
16124
|
+
url: 'https://testnet.egcscan.com',
|
|
16125
|
+
standard: 'EIP3091'
|
|
16126
|
+
}
|
|
16127
|
+
]
|
|
16128
|
+
},
|
|
15642
16129
|
281121: {
|
|
15643
16130
|
name: 'Social Smart Chain Mainnet',
|
|
15644
16131
|
chain: 'SoChain',
|
|
@@ -16210,6 +16697,24 @@ exports.chains = {
|
|
|
16210
16697
|
}
|
|
16211
16698
|
]
|
|
16212
16699
|
},
|
|
16700
|
+
534849: {
|
|
16701
|
+
name: 'Shinarium Beta',
|
|
16702
|
+
chain: 'Shinarium',
|
|
16703
|
+
rpc: ['https://rpc.shinarium.org'],
|
|
16704
|
+
faucets: ['https://faucet.shinarium.org'],
|
|
16705
|
+
nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
|
|
16706
|
+
infoURL: 'https://shinarium.org',
|
|
16707
|
+
shortName: 'shi',
|
|
16708
|
+
chainId: 534849,
|
|
16709
|
+
networkId: 534849,
|
|
16710
|
+
explorers: [
|
|
16711
|
+
{
|
|
16712
|
+
name: 'shinascan',
|
|
16713
|
+
url: 'https://shinascan.shinarium.org',
|
|
16714
|
+
standard: 'EIP3091'
|
|
16715
|
+
}
|
|
16716
|
+
]
|
|
16717
|
+
},
|
|
16213
16718
|
535037: {
|
|
16214
16719
|
name: 'BeanEco SmartChain',
|
|
16215
16720
|
title: 'BESC Mainnet',
|
|
@@ -16259,6 +16764,25 @@ exports.chains = {
|
|
|
16259
16764
|
}
|
|
16260
16765
|
]
|
|
16261
16766
|
},
|
|
16767
|
+
651940: {
|
|
16768
|
+
name: 'ALL Mainnet',
|
|
16769
|
+
chain: 'ALL',
|
|
16770
|
+
icon: 'alltra',
|
|
16771
|
+
rpc: ['https://mainnet-rpc.alltra.global'],
|
|
16772
|
+
faucets: [],
|
|
16773
|
+
nativeCurrency: { name: 'ALL', symbol: 'ALL', decimals: 18 },
|
|
16774
|
+
infoURL: 'https://alltra.world',
|
|
16775
|
+
shortName: 'ALL',
|
|
16776
|
+
chainId: 651940,
|
|
16777
|
+
networkId: 651940,
|
|
16778
|
+
explorers: [
|
|
16779
|
+
{
|
|
16780
|
+
name: 'Alltra SmartChain Explorer',
|
|
16781
|
+
url: 'https://alltra.global',
|
|
16782
|
+
standard: 'EIP3091'
|
|
16783
|
+
}
|
|
16784
|
+
]
|
|
16785
|
+
},
|
|
16262
16786
|
666666: {
|
|
16263
16787
|
name: 'Vision - Vpioneer Test Chain',
|
|
16264
16788
|
chain: 'Vision-Vpioneer',
|
|
@@ -16678,6 +17202,27 @@ exports.chains = {
|
|
|
16678
17202
|
slip44: 1,
|
|
16679
17203
|
explorers: []
|
|
16680
17204
|
},
|
|
17205
|
+
4000003: {
|
|
17206
|
+
name: 'AltLayer Zero Gas Network',
|
|
17207
|
+
chain: 'ETH',
|
|
17208
|
+
rpc: ['https://zero.alt.technology'],
|
|
17209
|
+
faucets: [],
|
|
17210
|
+
nativeCurrency: { name: 'ZERO', symbol: 'ZERO', decimals: 18 },
|
|
17211
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17212
|
+
infoURL: 'https://altlayer.io',
|
|
17213
|
+
shortName: 'alt-zerogas',
|
|
17214
|
+
chainId: 4000003,
|
|
17215
|
+
networkId: 4000003,
|
|
17216
|
+
icon: 'altlayer',
|
|
17217
|
+
explorers: [
|
|
17218
|
+
{
|
|
17219
|
+
name: 'blockscout',
|
|
17220
|
+
url: 'https://zero-explorer.alt.technology',
|
|
17221
|
+
icon: 'blockscout',
|
|
17222
|
+
standard: 'EIP3091'
|
|
17223
|
+
}
|
|
17224
|
+
]
|
|
17225
|
+
},
|
|
16681
17226
|
4281033: {
|
|
16682
17227
|
name: 'Worlds Caldera',
|
|
16683
17228
|
chain: 'WCal',
|
|
@@ -17413,7 +17958,7 @@ exports.chains = {
|
|
|
17413
17958
|
245022934: {
|
|
17414
17959
|
name: 'Neon EVM MainNet',
|
|
17415
17960
|
chain: 'Solana',
|
|
17416
|
-
rpc: [
|
|
17961
|
+
rpc: [],
|
|
17417
17962
|
faucets: [],
|
|
17418
17963
|
icon: 'neon',
|
|
17419
17964
|
nativeCurrency: { name: 'Neon', symbol: 'NEON', decimals: 18 },
|