@revoke.cash/chains 4.0.0 → 5.1.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/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/dist/src/chains.js +448 -108
- package/dist/src/enums.d.ts +48 -10
- package/dist/src/enums.js +48 -10
- package/dist/src/index.d.ts +0 -45
- package/dist/src/index.js +4 -35
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -720,33 +720,28 @@ exports.chains = {
|
|
|
720
720
|
]
|
|
721
721
|
},
|
|
722
722
|
42: {
|
|
723
|
-
name: '
|
|
724
|
-
|
|
725
|
-
|
|
723
|
+
name: 'LUKSO Mainnet',
|
|
724
|
+
chain: 'LUKSO',
|
|
725
|
+
icon: 'lukso',
|
|
726
726
|
rpc: [
|
|
727
|
-
'https://
|
|
728
|
-
'
|
|
729
|
-
'https://kovan.infura.io/v3/${INFURA_API_KEY}',
|
|
730
|
-
'wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}',
|
|
731
|
-
'ws://kovan.poa.network:8546'
|
|
732
|
-
],
|
|
733
|
-
faucets: [
|
|
734
|
-
'http://fauceth.komputing.org?chain=42&address=${ADDRESS}',
|
|
735
|
-
'https://faucet.kovan.network',
|
|
736
|
-
'https://gitter.im/kovan-testnet/faucet'
|
|
727
|
+
'https://rpc.mainnet.lukso.network',
|
|
728
|
+
'wss://ws-rpc.mainnet.lukso.network'
|
|
737
729
|
],
|
|
738
|
-
|
|
730
|
+
faucets: [],
|
|
731
|
+
nativeCurrency: { name: 'LUKSO', symbol: 'LYX', decimals: 18 },
|
|
739
732
|
explorers: [
|
|
740
733
|
{
|
|
741
|
-
name: '
|
|
742
|
-
url: 'https://
|
|
734
|
+
name: 'Blockscout',
|
|
735
|
+
url: 'https://explorer.execution.mainnet.lukso.network',
|
|
743
736
|
standard: 'EIP3091'
|
|
744
737
|
}
|
|
745
738
|
],
|
|
746
|
-
infoURL: 'https://
|
|
747
|
-
shortName: '
|
|
739
|
+
infoURL: 'https://lukso.network',
|
|
740
|
+
shortName: 'lukso',
|
|
748
741
|
chainId: 42,
|
|
749
|
-
networkId: 42
|
|
742
|
+
networkId: 42,
|
|
743
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
744
|
+
redFlags: ['reusedChainId']
|
|
750
745
|
},
|
|
751
746
|
43: {
|
|
752
747
|
name: 'Darwinia Pangolin Testnet',
|
|
@@ -1078,7 +1073,12 @@ exports.chains = {
|
|
|
1078
1073
|
57: {
|
|
1079
1074
|
name: 'Syscoin Mainnet',
|
|
1080
1075
|
chain: 'SYS',
|
|
1081
|
-
rpc: [
|
|
1076
|
+
rpc: [
|
|
1077
|
+
'https://rpc.syscoin.org',
|
|
1078
|
+
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
|
1079
|
+
'https://syscoin.public-rpc.com',
|
|
1080
|
+
'wss://rpc.syscoin.org/wss'
|
|
1081
|
+
],
|
|
1082
1082
|
faucets: ['https://faucet.syscoin.org'],
|
|
1083
1083
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
1084
1084
|
infoURL: 'https://www.syscoin.org',
|
|
@@ -1889,18 +1889,21 @@ exports.chains = {
|
|
|
1889
1889
|
icon: 'gnosis',
|
|
1890
1890
|
rpc: [
|
|
1891
1891
|
'https://rpc.gnosischain.com',
|
|
1892
|
+
'https://rpc.gnosis.gateway.fm',
|
|
1892
1893
|
'https://rpc.ankr.com/gnosis',
|
|
1893
1894
|
'https://gnosischain-rpc.gateway.pokt.network',
|
|
1894
1895
|
'https://gnosis-mainnet.public.blastapi.io',
|
|
1896
|
+
'https://gnosis.api.onfinality.io/public',
|
|
1897
|
+
'https://gnosis.blockpi.network/v1/rpc/public',
|
|
1898
|
+
'https://web3endpoints.com/gnosischain-mainnet',
|
|
1895
1899
|
'wss://rpc.gnosischain.com/wss'
|
|
1896
1900
|
],
|
|
1897
1901
|
faucets: [
|
|
1898
1902
|
'https://gnosisfaucet.com',
|
|
1899
|
-
'https://faucet.gimlu.com/gnosis',
|
|
1900
1903
|
'https://stakely.io/faucet/gnosis-chain-xdai',
|
|
1901
1904
|
'https://faucet.prussia.dev/xdai'
|
|
1902
1905
|
],
|
|
1903
|
-
nativeCurrency: { name: 'xDAI', symbol: '
|
|
1906
|
+
nativeCurrency: { name: 'xDAI', symbol: 'XDAI', decimals: 18 },
|
|
1904
1907
|
infoURL: 'https://docs.gnosischain.com',
|
|
1905
1908
|
shortName: 'gno',
|
|
1906
1909
|
chainId: 100,
|
|
@@ -3308,7 +3311,8 @@ exports.chains = {
|
|
|
3308
3311
|
icon: 'LaChain',
|
|
3309
3312
|
rpc: [
|
|
3310
3313
|
'https://rpc1.mainnet.lachain.network',
|
|
3311
|
-
'https://rpc2.mainnet.lachain.network'
|
|
3314
|
+
'https://rpc2.mainnet.lachain.network',
|
|
3315
|
+
'https://lachain.rpc-nodes.cedalio.dev'
|
|
3312
3316
|
],
|
|
3313
3317
|
faucets: [],
|
|
3314
3318
|
nativeCurrency: { name: 'LaCoin', symbol: 'LAC', decimals: 18 },
|
|
@@ -3493,26 +3497,17 @@ exports.chains = {
|
|
|
3493
3497
|
explorers: []
|
|
3494
3498
|
},
|
|
3495
3499
|
300: {
|
|
3496
|
-
name: 'Optimism on
|
|
3500
|
+
name: '(deprecated) Optimism on GC',
|
|
3497
3501
|
chain: 'OGC',
|
|
3498
|
-
rpc: [
|
|
3499
|
-
|
|
3500
|
-
'wss://optimism.gnosischain.com/wss'
|
|
3501
|
-
],
|
|
3502
|
-
faucets: ['https://faucet.gimlu.com/gnosis'],
|
|
3502
|
+
rpc: [],
|
|
3503
|
+
faucets: [],
|
|
3503
3504
|
nativeCurrency: { name: 'xDAI', symbol: 'xDAI', decimals: 18 },
|
|
3504
|
-
infoURL: 'https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc',
|
|
3505
3505
|
shortName: 'ogc',
|
|
3506
3506
|
chainId: 300,
|
|
3507
3507
|
networkId: 300,
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
url: 'https://blockscout.com/xdai/optimism',
|
|
3512
|
-
icon: 'blockscout',
|
|
3513
|
-
standard: 'EIP3091'
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3508
|
+
infoURL: 'https://docs.gnosischain.com',
|
|
3509
|
+
explorers: [],
|
|
3510
|
+
status: 'deprecated'
|
|
3516
3511
|
},
|
|
3517
3512
|
301: {
|
|
3518
3513
|
name: 'Bobaopera',
|
|
@@ -3931,6 +3926,25 @@ exports.chains = {
|
|
|
3931
3926
|
}
|
|
3932
3927
|
]
|
|
3933
3928
|
},
|
|
3929
|
+
401: {
|
|
3930
|
+
name: 'Ozone Chain Testnet',
|
|
3931
|
+
chain: 'OZONE',
|
|
3932
|
+
rpc: ['https://node1.testnet.ozonechain.io'],
|
|
3933
|
+
faucets: [],
|
|
3934
|
+
nativeCurrency: { name: 'OZONE', symbol: 'OZO', decimals: 18 },
|
|
3935
|
+
infoURL: 'https://ozonechain.io',
|
|
3936
|
+
shortName: 'ozo_tst',
|
|
3937
|
+
chainId: 401,
|
|
3938
|
+
networkId: 401,
|
|
3939
|
+
icon: 'ozonechain',
|
|
3940
|
+
explorers: [
|
|
3941
|
+
{
|
|
3942
|
+
name: 'OZONE Scan',
|
|
3943
|
+
url: 'https://testnet.ozonescan.io',
|
|
3944
|
+
standard: 'EIP3091'
|
|
3945
|
+
}
|
|
3946
|
+
]
|
|
3947
|
+
},
|
|
3934
3948
|
416: {
|
|
3935
3949
|
name: 'SX Network Mainnet',
|
|
3936
3950
|
chain: 'SX',
|
|
@@ -3954,7 +3968,10 @@ exports.chains = {
|
|
|
3954
3968
|
name: 'LaTestnet',
|
|
3955
3969
|
chain: 'LaTestnet',
|
|
3956
3970
|
icon: 'LaChain',
|
|
3957
|
-
rpc: [
|
|
3971
|
+
rpc: [
|
|
3972
|
+
'https://rpc.testnet.lachain.network',
|
|
3973
|
+
'https://lachain-testnet.rpc-nodes.cedalio.dev'
|
|
3974
|
+
],
|
|
3958
3975
|
faucets: ['https://faucet.lachain.network'],
|
|
3959
3976
|
nativeCurrency: { name: 'Test LaCoin', symbol: 'TLA', decimals: 18 },
|
|
3960
3977
|
features: [{ name: 'EIP155' }],
|
|
@@ -4284,6 +4301,24 @@ exports.chains = {
|
|
|
4284
4301
|
}
|
|
4285
4302
|
]
|
|
4286
4303
|
},
|
|
4304
|
+
570: {
|
|
4305
|
+
name: 'Rollux Mainnet',
|
|
4306
|
+
chain: 'SYS',
|
|
4307
|
+
rpc: ['https://rpc.rollux.com', 'wss://rpc.rollux.com/wss'],
|
|
4308
|
+
faucets: ['https://rollux.id/faucetapp'],
|
|
4309
|
+
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
|
4310
|
+
infoURL: 'https://rollux.com',
|
|
4311
|
+
shortName: 'sys-rollux',
|
|
4312
|
+
chainId: 570,
|
|
4313
|
+
networkId: 570,
|
|
4314
|
+
explorers: [
|
|
4315
|
+
{
|
|
4316
|
+
name: 'Rollux Explorer',
|
|
4317
|
+
url: 'https://explorer.rollux.com',
|
|
4318
|
+
standard: 'EIP3091'
|
|
4319
|
+
}
|
|
4320
|
+
]
|
|
4321
|
+
},
|
|
4287
4322
|
588: {
|
|
4288
4323
|
name: 'Metis Stardust Testnet',
|
|
4289
4324
|
chain: 'ETH',
|
|
@@ -4674,6 +4709,29 @@ exports.chains = {
|
|
|
4674
4709
|
chainId: 777,
|
|
4675
4710
|
networkId: 777
|
|
4676
4711
|
},
|
|
4712
|
+
786: {
|
|
4713
|
+
name: 'MAAL Sharia Chain',
|
|
4714
|
+
chain: 'MAAL',
|
|
4715
|
+
icon: 'maal',
|
|
4716
|
+
rpc: [
|
|
4717
|
+
'https://node1-mainnet.maalscan.io/',
|
|
4718
|
+
'https://node2-mainnet.maalscan.io/',
|
|
4719
|
+
'https://node3-mainnet.maalscan.io/'
|
|
4720
|
+
],
|
|
4721
|
+
faucets: [],
|
|
4722
|
+
nativeCurrency: { name: 'MAAL', symbol: 'MAAL', decimals: 18 },
|
|
4723
|
+
infoURL: 'https://www.maalblockchain.com/',
|
|
4724
|
+
shortName: 'maal',
|
|
4725
|
+
chainId: 786,
|
|
4726
|
+
networkId: 786,
|
|
4727
|
+
explorers: [
|
|
4728
|
+
{
|
|
4729
|
+
name: 'maalscan',
|
|
4730
|
+
url: 'https://maalscan.io',
|
|
4731
|
+
standard: 'EIP3091'
|
|
4732
|
+
}
|
|
4733
|
+
]
|
|
4734
|
+
},
|
|
4677
4735
|
787: {
|
|
4678
4736
|
name: 'Acala Network',
|
|
4679
4737
|
chain: 'ACA',
|
|
@@ -4708,6 +4766,17 @@ exports.chains = {
|
|
|
4708
4766
|
}
|
|
4709
4767
|
]
|
|
4710
4768
|
},
|
|
4769
|
+
789: {
|
|
4770
|
+
name: 'Patex',
|
|
4771
|
+
chain: 'ETH',
|
|
4772
|
+
rpc: ['https://rpc.patex.io/'],
|
|
4773
|
+
faucets: [],
|
|
4774
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
4775
|
+
infoURL: 'https://patex.io/',
|
|
4776
|
+
shortName: 'peth',
|
|
4777
|
+
chainId: 789,
|
|
4778
|
+
networkId: 789
|
|
4779
|
+
},
|
|
4711
4780
|
800: {
|
|
4712
4781
|
name: 'Lucid Blockchain',
|
|
4713
4782
|
chain: 'Lucid',
|
|
@@ -6596,6 +6665,21 @@ exports.chains = {
|
|
|
6596
6665
|
}
|
|
6597
6666
|
]
|
|
6598
6667
|
},
|
|
6668
|
+
1440: {
|
|
6669
|
+
name: 'Living Assets Mainnet',
|
|
6670
|
+
chain: 'LAS',
|
|
6671
|
+
icon: 'livingassets',
|
|
6672
|
+
rpc: [
|
|
6673
|
+
'https://beta.mainnet.livingassets.io/rpc',
|
|
6674
|
+
'https://gamma.mainnet.livingassets.io/rpc'
|
|
6675
|
+
],
|
|
6676
|
+
faucets: [],
|
|
6677
|
+
nativeCurrency: { name: 'LAS', symbol: 'LAS', decimals: 18 },
|
|
6678
|
+
infoURL: 'https://dev.livingassets.io/',
|
|
6679
|
+
shortName: 'LAS',
|
|
6680
|
+
chainId: 1440,
|
|
6681
|
+
networkId: 1440
|
|
6682
|
+
},
|
|
6599
6683
|
1442: {
|
|
6600
6684
|
name: 'Polygon zkEVM Testnet',
|
|
6601
6685
|
title: 'Polygon zkEVM Testnet',
|
|
@@ -6653,6 +6737,24 @@ exports.chains = {
|
|
|
6653
6737
|
}
|
|
6654
6738
|
]
|
|
6655
6739
|
},
|
|
6740
|
+
1501: {
|
|
6741
|
+
name: 'ChainX-EVM',
|
|
6742
|
+
chain: 'ChainX',
|
|
6743
|
+
rpc: ['https://mainnet.chainx.org/rpc', 'https://mainnet2.chainx.org/rpc'],
|
|
6744
|
+
faucets: [],
|
|
6745
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
|
6746
|
+
infoURL: 'https://chainx.org',
|
|
6747
|
+
shortName: 'chainx',
|
|
6748
|
+
chainId: 1501,
|
|
6749
|
+
networkId: 1501,
|
|
6750
|
+
explorers: [
|
|
6751
|
+
{
|
|
6752
|
+
name: 'chainx-evm scan',
|
|
6753
|
+
url: 'https://evm.chainx.org',
|
|
6754
|
+
standard: 'none'
|
|
6755
|
+
}
|
|
6756
|
+
]
|
|
6757
|
+
},
|
|
6656
6758
|
1506: {
|
|
6657
6759
|
name: 'Sherpax Mainnet',
|
|
6658
6760
|
chain: 'Sherpax Mainnet',
|
|
@@ -8379,6 +8481,25 @@ exports.chains = {
|
|
|
8379
8481
|
}
|
|
8380
8482
|
]
|
|
8381
8483
|
},
|
|
8484
|
+
2625: {
|
|
8485
|
+
name: 'WhiteBIT Network Testnet',
|
|
8486
|
+
chain: 'WBT',
|
|
8487
|
+
rpc: ['https://rpc-testnet.whitebit.network'],
|
|
8488
|
+
faucets: ['https://explorer.whitebit.network/testnet/faucet'],
|
|
8489
|
+
nativeCurrency: { name: 'WhiteBIT Coin', symbol: 'WBT', decimals: 18 },
|
|
8490
|
+
infoURL: 'https://whitebit.com/wbt',
|
|
8491
|
+
shortName: 'twbt',
|
|
8492
|
+
chainId: 2625,
|
|
8493
|
+
networkId: 2625,
|
|
8494
|
+
icon: 'whitebit-testnet',
|
|
8495
|
+
explorers: [
|
|
8496
|
+
{
|
|
8497
|
+
name: 'wb-explorer-testnet',
|
|
8498
|
+
url: 'https://explorer.whitebit.network/testnet',
|
|
8499
|
+
standard: 'EIP3091'
|
|
8500
|
+
}
|
|
8501
|
+
]
|
|
8502
|
+
},
|
|
8382
8503
|
2888: {
|
|
8383
8504
|
name: 'Boba Network Goerli Testnet',
|
|
8384
8505
|
chain: 'ETH',
|
|
@@ -8470,6 +8591,27 @@ exports.chains = {
|
|
|
8470
8591
|
}
|
|
8471
8592
|
]
|
|
8472
8593
|
},
|
|
8594
|
+
3011: {
|
|
8595
|
+
name: 'PLAYA3ULL GAMES',
|
|
8596
|
+
chain: '3ULL',
|
|
8597
|
+
rpc: ['https://api.mainnet.playa3ull.games'],
|
|
8598
|
+
faucets: [],
|
|
8599
|
+
nativeCurrency: { name: '3ULL', symbol: '3ULL', decimals: 18 },
|
|
8600
|
+
features: [{ name: 'EIP1559' }],
|
|
8601
|
+
infoURL: 'https://playa3ull.games',
|
|
8602
|
+
shortName: '3ULL',
|
|
8603
|
+
chainId: 3011,
|
|
8604
|
+
networkId: 3011,
|
|
8605
|
+
icon: 'playa3ull',
|
|
8606
|
+
explorers: [
|
|
8607
|
+
{
|
|
8608
|
+
name: 'PLAYA3ULL GAMES Explorer',
|
|
8609
|
+
url: 'https://3011.routescan.io',
|
|
8610
|
+
icon: 'playa3ull',
|
|
8611
|
+
standard: 'EIP3091'
|
|
8612
|
+
}
|
|
8613
|
+
]
|
|
8614
|
+
},
|
|
8473
8615
|
3031: {
|
|
8474
8616
|
name: 'Orlando Chain',
|
|
8475
8617
|
chain: 'ORL',
|
|
@@ -8515,43 +8657,18 @@ exports.chains = {
|
|
|
8515
8657
|
},
|
|
8516
8658
|
3141: {
|
|
8517
8659
|
name: 'Filecoin - Hyperspace testnet',
|
|
8660
|
+
status: 'deprecated',
|
|
8518
8661
|
chain: 'FIL',
|
|
8519
8662
|
icon: 'filecoin',
|
|
8520
|
-
rpc: [
|
|
8521
|
-
|
|
8522
|
-
'https://rpc.ankr.com/filecoin_testnet',
|
|
8523
|
-
'https://filecoin-hyperspace.chainstacklabs.com/rpc/v1'
|
|
8524
|
-
],
|
|
8525
|
-
faucets: ['https://hyperspace.yoga/#faucet'],
|
|
8663
|
+
rpc: [],
|
|
8664
|
+
faucets: [],
|
|
8526
8665
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
8527
8666
|
infoURL: 'https://filecoin.io',
|
|
8528
8667
|
shortName: 'filecoin-hyperspace',
|
|
8529
8668
|
chainId: 3141,
|
|
8530
8669
|
networkId: 3141,
|
|
8531
8670
|
slip44: 1,
|
|
8532
|
-
explorers: [
|
|
8533
|
-
{
|
|
8534
|
-
name: 'Filfox - Hyperspace',
|
|
8535
|
-
url: 'https://hyperspace.filfox.info/en',
|
|
8536
|
-
standard: 'none'
|
|
8537
|
-
},
|
|
8538
|
-
{
|
|
8539
|
-
name: 'Glif Explorer - Hyperspace',
|
|
8540
|
-
url: 'https://explorer.glif.io/?network=hyperspace',
|
|
8541
|
-
standard: 'none'
|
|
8542
|
-
},
|
|
8543
|
-
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' },
|
|
8544
|
-
{
|
|
8545
|
-
name: 'Dev.storage',
|
|
8546
|
-
url: 'https://dev.storage',
|
|
8547
|
-
standard: 'none'
|
|
8548
|
-
},
|
|
8549
|
-
{
|
|
8550
|
-
name: 'Filscan - Hyperspace',
|
|
8551
|
-
url: 'https://hyperspace.filscan.io',
|
|
8552
|
-
standard: 'none'
|
|
8553
|
-
}
|
|
8554
|
-
]
|
|
8671
|
+
explorers: []
|
|
8555
8672
|
},
|
|
8556
8673
|
3306: {
|
|
8557
8674
|
name: 'Debounce Subnet Testnet',
|
|
@@ -8920,6 +9037,25 @@ exports.chains = {
|
|
|
8920
9037
|
}
|
|
8921
9038
|
]
|
|
8922
9039
|
},
|
|
9040
|
+
4000: {
|
|
9041
|
+
name: 'Ozone Chain Mainnet',
|
|
9042
|
+
chain: 'OZONE',
|
|
9043
|
+
rpc: ['https://node1.ozonechain.io'],
|
|
9044
|
+
faucets: [],
|
|
9045
|
+
nativeCurrency: { name: 'OZONE', symbol: 'OZO', decimals: 18 },
|
|
9046
|
+
infoURL: 'https://ozonechain.io',
|
|
9047
|
+
shortName: 'ozo',
|
|
9048
|
+
chainId: 4000,
|
|
9049
|
+
networkId: 4000,
|
|
9050
|
+
icon: 'ozonechain',
|
|
9051
|
+
explorers: [
|
|
9052
|
+
{
|
|
9053
|
+
name: 'OZONE Scan',
|
|
9054
|
+
url: 'https://ozonescan.io',
|
|
9055
|
+
standard: 'EIP3091'
|
|
9056
|
+
}
|
|
9057
|
+
]
|
|
9058
|
+
},
|
|
8923
9059
|
4002: {
|
|
8924
9060
|
name: 'Fantom Testnet',
|
|
8925
9061
|
chain: 'FTM',
|
|
@@ -9127,6 +9263,29 @@ exports.chains = {
|
|
|
9127
9263
|
}
|
|
9128
9264
|
]
|
|
9129
9265
|
},
|
|
9266
|
+
4201: {
|
|
9267
|
+
name: 'LUKSO Testnet',
|
|
9268
|
+
chain: 'LUKSO Testnet',
|
|
9269
|
+
icon: 'lukso',
|
|
9270
|
+
rpc: [
|
|
9271
|
+
'https://rpc.testnet.lukso.network',
|
|
9272
|
+
'wss://ws-rpc.testnet.lukso.network'
|
|
9273
|
+
],
|
|
9274
|
+
faucets: ['https://faucet.testnet.lukso.network'],
|
|
9275
|
+
nativeCurrency: { name: 'TestLYX', symbol: 'LYXt', decimals: 18 },
|
|
9276
|
+
explorers: [
|
|
9277
|
+
{
|
|
9278
|
+
name: 'Blockscout',
|
|
9279
|
+
url: 'https://explorer.execution.testnet.lukso.network',
|
|
9280
|
+
standard: 'none'
|
|
9281
|
+
}
|
|
9282
|
+
],
|
|
9283
|
+
infoURL: 'https://lukso.network',
|
|
9284
|
+
shortName: 'lukso-testnet',
|
|
9285
|
+
chainId: 4201,
|
|
9286
|
+
networkId: 4201,
|
|
9287
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }]
|
|
9288
|
+
},
|
|
9130
9289
|
4242: {
|
|
9131
9290
|
name: 'Nexi Mainnet',
|
|
9132
9291
|
chain: 'Nexi',
|
|
@@ -9324,7 +9483,7 @@ exports.chains = {
|
|
|
9324
9483
|
chain: 'ETH',
|
|
9325
9484
|
rpc: ['https://rpc.mantle.xyz'],
|
|
9326
9485
|
faucets: [],
|
|
9327
|
-
nativeCurrency: { name: '
|
|
9486
|
+
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
|
9328
9487
|
infoURL: 'https://mantle.xyz',
|
|
9329
9488
|
shortName: 'mantle',
|
|
9330
9489
|
chainId: 5000,
|
|
@@ -9342,7 +9501,7 @@ exports.chains = {
|
|
|
9342
9501
|
chain: 'ETH',
|
|
9343
9502
|
rpc: ['https://rpc.testnet.mantle.xyz'],
|
|
9344
9503
|
faucets: ['https://faucet.testnet.mantle.xyz'],
|
|
9345
|
-
nativeCurrency: { name: 'Testnet
|
|
9504
|
+
nativeCurrency: { name: 'Testnet Mantle', symbol: 'MNT', decimals: 18 },
|
|
9346
9505
|
infoURL: 'https://mantle.xyz',
|
|
9347
9506
|
shortName: 'mantle-testnet',
|
|
9348
9507
|
chainId: 5001,
|
|
@@ -9561,17 +9720,17 @@ exports.chains = {
|
|
|
9561
9720
|
name: 'SatoshiChain Testnet',
|
|
9562
9721
|
chain: 'SATS',
|
|
9563
9722
|
icon: 'satoshichain',
|
|
9564
|
-
rpc: ['https://rpc.satoshichain.io'],
|
|
9723
|
+
rpc: ['https://testnet-rpc.satoshichain.io'],
|
|
9565
9724
|
faucets: ['https://faucet.satoshichain.io'],
|
|
9566
9725
|
nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
|
|
9567
9726
|
infoURL: 'https://satoshichain.net',
|
|
9568
|
-
shortName: '
|
|
9727
|
+
shortName: 'satst',
|
|
9569
9728
|
chainId: 5758,
|
|
9570
9729
|
networkId: 5758,
|
|
9571
9730
|
explorers: [
|
|
9572
9731
|
{
|
|
9573
|
-
name: 'SatoshiChain Explorer',
|
|
9574
|
-
url: 'https://satoshiscan.io',
|
|
9732
|
+
name: 'SatoshiChain Testnet Explorer',
|
|
9733
|
+
url: 'https://testnet.satoshiscan.io',
|
|
9575
9734
|
standard: 'EIP3091'
|
|
9576
9735
|
}
|
|
9577
9736
|
]
|
|
@@ -9676,6 +9835,46 @@ exports.chains = {
|
|
|
9676
9835
|
}
|
|
9677
9836
|
]
|
|
9678
9837
|
},
|
|
9838
|
+
6118: {
|
|
9839
|
+
name: 'UPTN Testnet',
|
|
9840
|
+
chain: 'UPTN',
|
|
9841
|
+
icon: 'uptn',
|
|
9842
|
+
rpc: ['https://node-api.alp.uptn.io/v1/ext/rpc'],
|
|
9843
|
+
features: [{ name: 'EIP1559' }],
|
|
9844
|
+
faucets: [],
|
|
9845
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
|
9846
|
+
infoURL: 'https://uptn.io',
|
|
9847
|
+
shortName: 'UPTN-TEST',
|
|
9848
|
+
chainId: 6118,
|
|
9849
|
+
networkId: 6118,
|
|
9850
|
+
explorers: [
|
|
9851
|
+
{
|
|
9852
|
+
name: 'UPTN Testnet Explorer',
|
|
9853
|
+
url: 'https://testnet.explorer.uptn.io',
|
|
9854
|
+
standard: 'EIP3091'
|
|
9855
|
+
}
|
|
9856
|
+
]
|
|
9857
|
+
},
|
|
9858
|
+
6119: {
|
|
9859
|
+
name: 'UPTN',
|
|
9860
|
+
chain: 'UPTN',
|
|
9861
|
+
icon: 'uptn',
|
|
9862
|
+
rpc: ['https://node-api.uptn.io/v1/ext/rpc'],
|
|
9863
|
+
features: [{ name: 'EIP1559' }],
|
|
9864
|
+
faucets: [],
|
|
9865
|
+
nativeCurrency: { name: 'UPTN', symbol: 'UPTN', decimals: 18 },
|
|
9866
|
+
infoURL: 'https://uptn.io',
|
|
9867
|
+
shortName: 'UPTN',
|
|
9868
|
+
chainId: 6119,
|
|
9869
|
+
networkId: 6119,
|
|
9870
|
+
explorers: [
|
|
9871
|
+
{
|
|
9872
|
+
name: 'UPTN Explorer',
|
|
9873
|
+
url: 'https://explorer.uptn.io',
|
|
9874
|
+
standard: 'EIP3091'
|
|
9875
|
+
}
|
|
9876
|
+
]
|
|
9877
|
+
},
|
|
9679
9878
|
6502: {
|
|
9680
9879
|
name: 'Peerpay',
|
|
9681
9880
|
chain: 'P2P',
|
|
@@ -9841,7 +10040,7 @@ exports.chains = {
|
|
|
9841
10040
|
rpc: ['https://api.mainnet.zetachain.com/evm'],
|
|
9842
10041
|
faucets: [],
|
|
9843
10042
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
|
9844
|
-
infoURL: 'https://
|
|
10043
|
+
infoURL: 'https://zetachain.com/docs/',
|
|
9845
10044
|
shortName: 'zetachain-mainnet',
|
|
9846
10045
|
chainId: 7000,
|
|
9847
10046
|
networkId: 7000,
|
|
@@ -9858,10 +10057,13 @@ exports.chains = {
|
|
|
9858
10057
|
name: 'ZetaChain Athens Testnet',
|
|
9859
10058
|
chain: 'ZetaChain',
|
|
9860
10059
|
icon: 'zetachain',
|
|
9861
|
-
rpc: [
|
|
10060
|
+
rpc: [
|
|
10061
|
+
'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
|
|
10062
|
+
'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket'
|
|
10063
|
+
],
|
|
9862
10064
|
faucets: ['https://labs.zetachain.com/get-zeta'],
|
|
9863
10065
|
nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
|
|
9864
|
-
infoURL: 'https://
|
|
10066
|
+
infoURL: 'https://zetachain.com/docs',
|
|
9865
10067
|
shortName: 'zetachain-athens',
|
|
9866
10068
|
chainId: 7001,
|
|
9867
10069
|
networkId: 7001,
|
|
@@ -11219,15 +11421,16 @@ exports.chains = {
|
|
|
11219
11421
|
networkId: 10101
|
|
11220
11422
|
},
|
|
11221
11423
|
10200: {
|
|
11222
|
-
name: 'Chiado Testnet',
|
|
11223
|
-
chain: '
|
|
11424
|
+
name: 'Gnosis Chiado Testnet',
|
|
11425
|
+
chain: 'GNO',
|
|
11224
11426
|
icon: 'gnosis',
|
|
11225
11427
|
rpc: [
|
|
11226
11428
|
'https://rpc.chiadochain.net',
|
|
11227
|
-
'https://rpc.
|
|
11429
|
+
'https://rpc.chiado.gnosis.gateway.fm',
|
|
11430
|
+
'wss://rpc.chiadochain.net/wss'
|
|
11228
11431
|
],
|
|
11229
11432
|
faucets: ['https://gnosisfaucet.com'],
|
|
11230
|
-
nativeCurrency: { name: 'Chiado xDAI', symbol: '
|
|
11433
|
+
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
11231
11434
|
infoURL: 'https://docs.gnosischain.com',
|
|
11232
11435
|
shortName: 'chi',
|
|
11233
11436
|
chainId: 10200,
|
|
@@ -11547,6 +11750,25 @@ exports.chains = {
|
|
|
11547
11750
|
}
|
|
11548
11751
|
]
|
|
11549
11752
|
},
|
|
11753
|
+
12009: {
|
|
11754
|
+
name: 'SatoshiChain Mainnet',
|
|
11755
|
+
chain: 'SATS',
|
|
11756
|
+
icon: 'satoshichain',
|
|
11757
|
+
rpc: ['https://mainnet-rpc.satoshichain.io'],
|
|
11758
|
+
faucets: [],
|
|
11759
|
+
nativeCurrency: { name: 'SatoshiChain Coin', symbol: 'SATS', decimals: 18 },
|
|
11760
|
+
infoURL: 'https://satoshichain.net',
|
|
11761
|
+
shortName: 'sats',
|
|
11762
|
+
chainId: 12009,
|
|
11763
|
+
networkId: 12009,
|
|
11764
|
+
explorers: [
|
|
11765
|
+
{
|
|
11766
|
+
name: 'SatoshiChain Explorer',
|
|
11767
|
+
url: 'https://satoshiscan.io',
|
|
11768
|
+
standard: 'EIP3091'
|
|
11769
|
+
}
|
|
11770
|
+
]
|
|
11771
|
+
},
|
|
11550
11772
|
12051: {
|
|
11551
11773
|
name: 'Singularity ZERO Testnet',
|
|
11552
11774
|
chain: 'ZERO',
|
|
@@ -12521,10 +12743,11 @@ exports.chains = {
|
|
|
12521
12743
|
},
|
|
12522
12744
|
31415: {
|
|
12523
12745
|
name: 'Filecoin - Wallaby testnet',
|
|
12746
|
+
status: 'deprecated',
|
|
12524
12747
|
chain: 'FIL',
|
|
12525
12748
|
icon: 'filecoin',
|
|
12526
|
-
rpc: [
|
|
12527
|
-
faucets: [
|
|
12749
|
+
rpc: [],
|
|
12750
|
+
faucets: [],
|
|
12528
12751
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
12529
12752
|
infoURL: 'https://filecoin.io',
|
|
12530
12753
|
shortName: 'filecoin-wallaby',
|
|
@@ -13070,7 +13293,7 @@ exports.chains = {
|
|
|
13070
13293
|
icon: 'wireshape',
|
|
13071
13294
|
rpc: [
|
|
13072
13295
|
'https://rpc-floripa.wireshape.org',
|
|
13073
|
-
'https://floripa.rpc.thirdweb.com'
|
|
13296
|
+
'https://wireshape-floripa-testnet.rpc.thirdweb.com'
|
|
13074
13297
|
],
|
|
13075
13298
|
faucets: [],
|
|
13076
13299
|
nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
|
|
@@ -13295,25 +13518,22 @@ exports.chains = {
|
|
|
13295
13518
|
]
|
|
13296
13519
|
},
|
|
13297
13520
|
57000: {
|
|
13298
|
-
name: '
|
|
13521
|
+
name: 'Rollux Testnet',
|
|
13299
13522
|
chain: 'SYS',
|
|
13300
13523
|
rpc: [
|
|
13301
13524
|
'https://rpc-tanenbaum.rollux.com',
|
|
13525
|
+
'https://rpc.ankr.com/rollux_testnet/${ANKR_API_KEY}',
|
|
13302
13526
|
'wss://rpc-tanenbaum.rollux.com/wss'
|
|
13303
13527
|
],
|
|
13304
|
-
faucets: [],
|
|
13305
|
-
nativeCurrency: {
|
|
13306
|
-
|
|
13307
|
-
symbol: 'tSYS',
|
|
13308
|
-
decimals: 18
|
|
13309
|
-
},
|
|
13310
|
-
infoURL: 'https://syscoin.org',
|
|
13528
|
+
faucets: ['https://rollux.id/faucetapp'],
|
|
13529
|
+
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'TSYS', decimals: 18 },
|
|
13530
|
+
infoURL: 'https://rollux.com',
|
|
13311
13531
|
shortName: 'tsys-rollux',
|
|
13312
13532
|
chainId: 57000,
|
|
13313
13533
|
networkId: 57000,
|
|
13314
13534
|
explorers: [
|
|
13315
13535
|
{
|
|
13316
|
-
name: '
|
|
13536
|
+
name: 'Rollux Testnet Explorer',
|
|
13317
13537
|
url: 'https://rollux.tanenbaum.io',
|
|
13318
13538
|
standard: 'EIP3091'
|
|
13319
13539
|
}
|
|
@@ -13427,6 +13647,25 @@ exports.chains = {
|
|
|
13427
13647
|
}
|
|
13428
13648
|
]
|
|
13429
13649
|
},
|
|
13650
|
+
61800: {
|
|
13651
|
+
name: 'AxelChain Dev-Net',
|
|
13652
|
+
chain: 'AXEL',
|
|
13653
|
+
rpc: ['https://aium-rpc-dev.viacube.com'],
|
|
13654
|
+
faucets: [],
|
|
13655
|
+
nativeCurrency: { name: 'Axelium', symbol: 'AIUM', decimals: 18 },
|
|
13656
|
+
infoURL: 'https://www.axel.org',
|
|
13657
|
+
shortName: 'aium-dev',
|
|
13658
|
+
chainId: 61800,
|
|
13659
|
+
networkId: 61800,
|
|
13660
|
+
icon: 'axelium',
|
|
13661
|
+
explorers: [
|
|
13662
|
+
{
|
|
13663
|
+
name: 'AxelChain Dev-Net Explorer',
|
|
13664
|
+
url: 'https://devexplorer2.viacube.com',
|
|
13665
|
+
standard: 'EIP3091'
|
|
13666
|
+
}
|
|
13667
|
+
]
|
|
13668
|
+
},
|
|
13430
13669
|
61803: {
|
|
13431
13670
|
name: 'Etica Mainnet',
|
|
13432
13671
|
chain: 'Etica Protocol (ETI/EGAZ)',
|
|
@@ -14140,6 +14379,30 @@ exports.chains = {
|
|
|
14140
14379
|
}
|
|
14141
14380
|
]
|
|
14142
14381
|
},
|
|
14382
|
+
91002: {
|
|
14383
|
+
name: 'Nautilus Chain',
|
|
14384
|
+
title: 'Nautilus Trition Testnet',
|
|
14385
|
+
chain: 'ETH',
|
|
14386
|
+
icon: 'nautilus',
|
|
14387
|
+
rpc: ['https://triton.api.nautchain.xyz'],
|
|
14388
|
+
faucets: ['https://faucet.eclipse.builders'],
|
|
14389
|
+
nativeCurrency: {
|
|
14390
|
+
name: 'Nautilus Zebec Testnet Tokens',
|
|
14391
|
+
symbol: 'tZBC',
|
|
14392
|
+
decimals: 18
|
|
14393
|
+
},
|
|
14394
|
+
infoURL: 'https://docs.nautchain.xyz',
|
|
14395
|
+
shortName: 'NAUT',
|
|
14396
|
+
chainId: 91002,
|
|
14397
|
+
networkId: 91002,
|
|
14398
|
+
explorers: [
|
|
14399
|
+
{
|
|
14400
|
+
name: 'Nautscan',
|
|
14401
|
+
url: 'https://triton.nautscan.com',
|
|
14402
|
+
standard: 'EIP3091'
|
|
14403
|
+
}
|
|
14404
|
+
]
|
|
14405
|
+
},
|
|
14143
14406
|
92001: {
|
|
14144
14407
|
name: 'Lambda Testnet',
|
|
14145
14408
|
chain: 'Lambda',
|
|
@@ -14459,24 +14722,17 @@ exports.chains = {
|
|
|
14459
14722
|
]
|
|
14460
14723
|
},
|
|
14461
14724
|
100100: {
|
|
14462
|
-
name: 'Deprecated
|
|
14725
|
+
name: 'Deprecated CHI',
|
|
14463
14726
|
chain: 'CHI1',
|
|
14464
14727
|
icon: 'gnosis',
|
|
14465
|
-
rpc: [
|
|
14466
|
-
faucets: [
|
|
14728
|
+
rpc: [],
|
|
14729
|
+
faucets: [],
|
|
14467
14730
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'xDAI', decimals: 18 },
|
|
14468
14731
|
infoURL: 'https://docs.gnosischain.com',
|
|
14469
14732
|
shortName: 'chi1',
|
|
14470
14733
|
chainId: 100100,
|
|
14471
14734
|
networkId: 100100,
|
|
14472
|
-
explorers: [
|
|
14473
|
-
{
|
|
14474
|
-
name: 'blockscout',
|
|
14475
|
-
url: 'https://blockscout-chiado.gnosistestnet.com',
|
|
14476
|
-
icon: 'blockscout',
|
|
14477
|
-
standard: 'EIP3091'
|
|
14478
|
-
}
|
|
14479
|
-
],
|
|
14735
|
+
explorers: [],
|
|
14480
14736
|
status: 'deprecated'
|
|
14481
14737
|
},
|
|
14482
14738
|
101010: {
|
|
@@ -14728,12 +14984,32 @@ exports.chains = {
|
|
|
14728
14984
|
}
|
|
14729
14985
|
]
|
|
14730
14986
|
},
|
|
14987
|
+
111000: {
|
|
14988
|
+
name: 'Siberium Test Network',
|
|
14989
|
+
chain: 'SBR',
|
|
14990
|
+
rpc: ['https://rpc.test.siberium.net'],
|
|
14991
|
+
faucets: [],
|
|
14992
|
+
nativeCurrency: { name: 'TestSIBR', symbol: 'SIBR', decimals: 18 },
|
|
14993
|
+
infoURL: 'https://siberium.net',
|
|
14994
|
+
shortName: 'testsbr',
|
|
14995
|
+
chainId: 111000,
|
|
14996
|
+
networkId: 111000,
|
|
14997
|
+
icon: 'siberium',
|
|
14998
|
+
explorers: [
|
|
14999
|
+
{
|
|
15000
|
+
name: 'Siberium Testnet Explorer - blockscout',
|
|
15001
|
+
url: 'https://explorer.test.siberium.net',
|
|
15002
|
+
icon: 'siberium',
|
|
15003
|
+
standard: 'EIP3091'
|
|
15004
|
+
}
|
|
15005
|
+
]
|
|
15006
|
+
},
|
|
14731
15007
|
111111: {
|
|
14732
15008
|
name: 'Siberium Network',
|
|
14733
15009
|
chain: 'SBR',
|
|
14734
15010
|
rpc: ['https://rpc.main.siberium.net', 'https://rpc.main.siberium.net.ru'],
|
|
14735
15011
|
faucets: [],
|
|
14736
|
-
nativeCurrency: { name: 'Siberium', symbol: '
|
|
15012
|
+
nativeCurrency: { name: 'Siberium', symbol: 'SIBR', decimals: 18 },
|
|
14737
15013
|
infoURL: 'https://siberium.net',
|
|
14738
15014
|
shortName: 'sbr',
|
|
14739
15015
|
chainId: 111111,
|
|
@@ -14815,6 +15091,7 @@ exports.chains = {
|
|
|
14815
15091
|
167004: {
|
|
14816
15092
|
name: 'Taiko (Alpha-2 Testnet)',
|
|
14817
15093
|
chain: 'ETH',
|
|
15094
|
+
status: 'deprecated',
|
|
14818
15095
|
icon: 'taiko',
|
|
14819
15096
|
rpc: ['https://rpc.a2.taiko.xyz'],
|
|
14820
15097
|
faucets: [],
|
|
@@ -14831,6 +15108,26 @@ exports.chains = {
|
|
|
14831
15108
|
}
|
|
14832
15109
|
]
|
|
14833
15110
|
},
|
|
15111
|
+
167005: {
|
|
15112
|
+
name: 'Taiko (Alpha-3 Testnet)',
|
|
15113
|
+
chain: 'ETH',
|
|
15114
|
+
status: 'active',
|
|
15115
|
+
icon: 'taiko',
|
|
15116
|
+
rpc: ['https://rpc.test.taiko.xyz'],
|
|
15117
|
+
faucets: [],
|
|
15118
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
15119
|
+
infoURL: 'https://taiko.xyz',
|
|
15120
|
+
shortName: 'taiko-a3',
|
|
15121
|
+
chainId: 167005,
|
|
15122
|
+
networkId: 167005,
|
|
15123
|
+
explorers: [
|
|
15124
|
+
{
|
|
15125
|
+
name: 'blockscout',
|
|
15126
|
+
url: 'https://explorer.test.taiko.xyz',
|
|
15127
|
+
standard: 'EIP3091'
|
|
15128
|
+
}
|
|
15129
|
+
]
|
|
15130
|
+
},
|
|
14834
15131
|
188881: {
|
|
14835
15132
|
name: 'Condor Test Network',
|
|
14836
15133
|
chain: 'CONDOR',
|
|
@@ -15207,7 +15504,12 @@ exports.chains = {
|
|
|
15207
15504
|
name: 'Filecoin - Calibration testnet',
|
|
15208
15505
|
chain: 'FIL',
|
|
15209
15506
|
icon: 'filecoin',
|
|
15210
|
-
rpc: [
|
|
15507
|
+
rpc: [
|
|
15508
|
+
'https://api.calibration.node.glif.io/rpc/v1',
|
|
15509
|
+
'https://rpc.ankr.com/filecoin_testnet',
|
|
15510
|
+
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
|
15511
|
+
'https://filecoin-calibration.chainup.net/rpc/v1'
|
|
15512
|
+
],
|
|
15211
15513
|
faucets: ['https://faucet.calibration.fildev.network/'],
|
|
15212
15514
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
15213
15515
|
infoURL: 'https://filecoin.io',
|
|
@@ -15230,7 +15532,13 @@ exports.chains = {
|
|
|
15230
15532
|
name: 'Filfox - Calibration',
|
|
15231
15533
|
url: 'https://calibration.filfox.info',
|
|
15232
15534
|
standard: 'none'
|
|
15233
|
-
}
|
|
15535
|
+
},
|
|
15536
|
+
{
|
|
15537
|
+
name: 'Glif Explorer - Calibration',
|
|
15538
|
+
url: 'https://explorer.glif.io/?network=calibration',
|
|
15539
|
+
standard: 'none'
|
|
15540
|
+
},
|
|
15541
|
+
{ name: 'Beryx', url: 'https://beryx.zondax.ch', standard: 'none' }
|
|
15234
15542
|
]
|
|
15235
15543
|
},
|
|
15236
15544
|
330844: {
|
|
@@ -15253,6 +15561,27 @@ exports.chains = {
|
|
|
15253
15561
|
}
|
|
15254
15562
|
]
|
|
15255
15563
|
},
|
|
15564
|
+
333331: {
|
|
15565
|
+
name: 'Aves Testnet',
|
|
15566
|
+
chain: 'AVST',
|
|
15567
|
+
rpc: ['https://test.rpc.avescoin.io'],
|
|
15568
|
+
faucets: [],
|
|
15569
|
+
nativeCurrency: { name: 'AvesT', symbol: 'AVST', decimals: 18 },
|
|
15570
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
15571
|
+
infoURL: 'https://ethereum.org',
|
|
15572
|
+
shortName: 'avst',
|
|
15573
|
+
chainId: 333331,
|
|
15574
|
+
networkId: 333331,
|
|
15575
|
+
icon: 'aves',
|
|
15576
|
+
explorers: [
|
|
15577
|
+
{
|
|
15578
|
+
name: 'avescan',
|
|
15579
|
+
url: 'https://testnet.avescoin.io',
|
|
15580
|
+
icon: 'avescan',
|
|
15581
|
+
standard: 'EIP3091'
|
|
15582
|
+
}
|
|
15583
|
+
]
|
|
15584
|
+
},
|
|
15256
15585
|
333777: {
|
|
15257
15586
|
name: 'Oone Chain Testnet',
|
|
15258
15587
|
chain: 'OONE',
|
|
@@ -15586,6 +15915,17 @@ exports.chains = {
|
|
|
15586
15915
|
}
|
|
15587
15916
|
]
|
|
15588
15917
|
},
|
|
15918
|
+
471100: {
|
|
15919
|
+
name: 'Patex Sepolia Testnet',
|
|
15920
|
+
chain: 'ETH',
|
|
15921
|
+
rpc: ['https://test-rpc.patex.io/'],
|
|
15922
|
+
faucets: [],
|
|
15923
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
15924
|
+
infoURL: 'https://patex.io/',
|
|
15925
|
+
shortName: 'psep',
|
|
15926
|
+
chainId: 471100,
|
|
15927
|
+
networkId: 471100
|
|
15928
|
+
},
|
|
15589
15929
|
474142: {
|
|
15590
15930
|
name: 'OpenChain Mainnet',
|
|
15591
15931
|
chain: 'OpenChain',
|
|
@@ -15694,7 +16034,7 @@ exports.chains = {
|
|
|
15694
16034
|
},
|
|
15695
16035
|
{
|
|
15696
16036
|
name: 'Scroll Alpha Testnet Block Explorer',
|
|
15697
|
-
url: 'https://
|
|
16037
|
+
url: 'https://scrollscan.co',
|
|
15698
16038
|
standard: 'EIP3091'
|
|
15699
16039
|
}
|
|
15700
16040
|
],
|