eth-chainlist 0.0.331 → 0.0.333
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +265 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.333 (2024-02-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.332 ([6ee1de4](https://github.com/poowf/eth-chainlist/commit/6ee1de47fbd8d927e185b78f3d758322a75fd200))
|
9
|
+
* update chain data ([753ac6e](https://github.com/poowf/eth-chainlist/commit/753ac6ed338e55f8a493e183d8c561d240e405bc))
|
10
|
+
|
11
|
+
### 0.0.332 (2024-02-01)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.331 ([70f7a20](https://github.com/poowf/eth-chainlist/commit/70f7a2063c2fa2b6e8873a076063180a115d4bd4))
|
17
|
+
* update chain data ([f427112](https://github.com/poowf/eth-chainlist/commit/f427112cad65552202f620c4d5ae49a5e71c24d9))
|
18
|
+
|
3
19
|
### 0.0.331 (2024-01-31)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2982,6 +2982,25 @@ const chainArray = [
|
|
2982
2982
|
}
|
2983
2983
|
]
|
2984
2984
|
},
|
2985
|
+
{
|
2986
|
+
name: 'Puppynet Shibarium',
|
2987
|
+
chain: 'Puppynet Shibarium',
|
2988
|
+
icon: 'shibarium',
|
2989
|
+
rpc: [ 'https://puppynet.shibrpc.com' ],
|
2990
|
+
faucets: [ 'https://beta.shibariumtech.com/faucet' ],
|
2991
|
+
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
2992
|
+
infoURL: 'https://shibariumecosystem.com',
|
2993
|
+
shortName: 'puppynet',
|
2994
|
+
chainId: 157,
|
2995
|
+
networkId: 157,
|
2996
|
+
explorers: [
|
2997
|
+
{
|
2998
|
+
name: 'puppyscan',
|
2999
|
+
url: 'https://puppyscan.shib.io',
|
3000
|
+
standard: 'none'
|
3001
|
+
}
|
3002
|
+
]
|
3003
|
+
},
|
2985
3004
|
{
|
2986
3005
|
name: 'Armonia Eva Chain Mainnet',
|
2987
3006
|
chain: 'Eva',
|
@@ -3949,6 +3968,21 @@ const chainArray = [
|
|
3949
3968
|
}
|
3950
3969
|
]
|
3951
3970
|
},
|
3971
|
+
{
|
3972
|
+
name: 'BPX Blockchain',
|
3973
|
+
chain: 'BPX',
|
3974
|
+
icon: 'bpx',
|
3975
|
+
rpc: [
|
3976
|
+
'https://rpc.mainnet.bpxchain.cc',
|
3977
|
+
'https://bpx-dataseed.infinex.cc'
|
3978
|
+
],
|
3979
|
+
faucets: [],
|
3980
|
+
nativeCurrency: { name: 'BPX', symbol: 'BPX', decimals: 18 },
|
3981
|
+
infoURL: 'https://bpxchain.cc',
|
3982
|
+
shortName: 'bpx',
|
3983
|
+
chainId: 279,
|
3984
|
+
networkId: 279
|
3985
|
+
},
|
3952
3986
|
{
|
3953
3987
|
name: 'zkSync Era Goerli Testnet (deprecated)',
|
3954
3988
|
status: 'deprecated',
|
@@ -4222,6 +4256,25 @@ const chainArray = [
|
|
4222
4256
|
}
|
4223
4257
|
]
|
4224
4258
|
},
|
4259
|
+
{
|
4260
|
+
name: 'Lovely Network Testnet',
|
4261
|
+
chain: 'Lovely',
|
4262
|
+
icon: 'lovely',
|
4263
|
+
rpc: [ 'https://trpc.lovely.network' ],
|
4264
|
+
faucets: [ 'https://faucet.lovely.network' ],
|
4265
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
4266
|
+
infoURL: 'https://lovely.network',
|
4267
|
+
shortName: 'LOVELY-Testnet',
|
4268
|
+
chainId: 307,
|
4269
|
+
networkId: 307,
|
4270
|
+
explorers: [
|
4271
|
+
{
|
4272
|
+
name: 'Lovely Network Testnet',
|
4273
|
+
url: 'https://tscan.lovely.network',
|
4274
|
+
standard: 'EIP3091'
|
4275
|
+
}
|
4276
|
+
]
|
4277
|
+
},
|
4225
4278
|
{
|
4226
4279
|
name: 'Wyzth Testnet',
|
4227
4280
|
chain: 'WYZ',
|
@@ -5927,6 +5980,25 @@ const chainArray = [
|
|
5927
5980
|
networkId: 727,
|
5928
5981
|
slip44: 727
|
5929
5982
|
},
|
5983
|
+
{
|
5984
|
+
name: 'Lovely Network Mainnet',
|
5985
|
+
chain: 'Lovely',
|
5986
|
+
icon: 'lovely',
|
5987
|
+
rpc: [ 'https://rpc.lovely.network' ],
|
5988
|
+
faucets: [],
|
5989
|
+
nativeCurrency: { name: 'Lovely', symbol: 'LOVELY', decimals: 18 },
|
5990
|
+
infoURL: 'https://lovely.network',
|
5991
|
+
shortName: 'LOVELY',
|
5992
|
+
chainId: 730,
|
5993
|
+
networkId: 730,
|
5994
|
+
explorers: [
|
5995
|
+
{
|
5996
|
+
name: 'Lovely Network Mainnet',
|
5997
|
+
url: 'https://scan.lovely.network',
|
5998
|
+
standard: 'EIP3091'
|
5999
|
+
}
|
6000
|
+
]
|
6001
|
+
},
|
5930
6002
|
{
|
5931
6003
|
name: 'Canto Testnet',
|
5932
6004
|
chain: 'Canto Tesnet',
|
@@ -7365,11 +7437,12 @@ const chainArray = [
|
|
7365
7437
|
chain: 'Humans',
|
7366
7438
|
rpc: [
|
7367
7439
|
'https://jsonrpc.humans.nodestake.top',
|
7368
|
-
'https://humans-mainnet-evm.itrocket.net
|
7440
|
+
'https://humans-mainnet-evm.itrocket.net',
|
7369
7441
|
'https://humans-evm-rpc.staketab.org:443',
|
7370
7442
|
'https://evm.humans.stakepool.dev.br',
|
7371
7443
|
'https://mainnet-humans-evm.konsortech.xyz',
|
7372
|
-
'https://evm-rpc.mainnet.humans.zone'
|
7444
|
+
'https://evm-rpc.mainnet.humans.zone',
|
7445
|
+
'https://json-rpc.humans.bh.rocks'
|
7373
7446
|
],
|
7374
7447
|
faucets: [],
|
7375
7448
|
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
@@ -7407,6 +7480,19 @@ const chainArray = [
|
|
7407
7480
|
}
|
7408
7481
|
]
|
7409
7482
|
},
|
7483
|
+
{
|
7484
|
+
name: 'Dymension',
|
7485
|
+
chain: 'Dymension',
|
7486
|
+
rpc: [ 'https://dymension-evm.blockpi.network/v1/rpc/public' ],
|
7487
|
+
faucets: [],
|
7488
|
+
nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
|
7489
|
+
infoURL: 'https://dymension.xyz',
|
7490
|
+
shortName: 'dymension',
|
7491
|
+
chainId: 1100,
|
7492
|
+
networkId: 1100,
|
7493
|
+
explorers: [],
|
7494
|
+
status: 'incubating'
|
7495
|
+
},
|
7410
7496
|
{
|
7411
7497
|
name: 'Polygon zkEVM',
|
7412
7498
|
title: 'Polygon zkEVM',
|
@@ -8763,6 +8849,31 @@ const chainArray = [
|
|
8763
8849
|
}
|
8764
8850
|
]
|
8765
8851
|
},
|
8852
|
+
{
|
8853
|
+
name: 'Mint Testnet',
|
8854
|
+
chain: 'ETH',
|
8855
|
+
rpc: [ 'https://testnet-rpc.mintchain.io' ],
|
8856
|
+
faucets: [],
|
8857
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
8858
|
+
infoURL: 'https://www.mintchain.io',
|
8859
|
+
shortName: 'minttest',
|
8860
|
+
chainId: 1686,
|
8861
|
+
networkId: 1686,
|
8862
|
+
icon: 'mintTestnet',
|
8863
|
+
explorers: [
|
8864
|
+
{
|
8865
|
+
name: 'blockscout',
|
8866
|
+
url: 'https://testnet-explorer.mintchain.io',
|
8867
|
+
icon: 'mintTestnet',
|
8868
|
+
standard: 'EIP3091'
|
8869
|
+
}
|
8870
|
+
],
|
8871
|
+
parent: {
|
8872
|
+
type: 'L2',
|
8873
|
+
chain: 'eip155-1',
|
8874
|
+
bridges: [ { url: 'https://testnet-bridge.mintchain.io' } ]
|
8875
|
+
}
|
8876
|
+
},
|
8766
8877
|
{
|
8767
8878
|
name: 'LUDAN Mainnet',
|
8768
8879
|
chain: 'LUDAN',
|
@@ -11022,6 +11133,29 @@ const chainArray = [
|
|
11022
11133
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
11023
11134
|
}
|
11024
11135
|
},
|
11136
|
+
{
|
11137
|
+
name: 'Xenon Chain Testnet',
|
11138
|
+
chain: 'XEN',
|
11139
|
+
rpc: [
|
11140
|
+
'https://testnet-chain.xenonchain.com/',
|
11141
|
+
'https://testnet-dev.xenonchain.com/'
|
11142
|
+
],
|
11143
|
+
faucets: [ 'https://xfaucet.xenonchain.com' ],
|
11144
|
+
nativeCurrency: { name: 'Xenon Testnet', symbol: 'tXEN', decimals: 18 },
|
11145
|
+
infoURL: 'https://xenonchain.com',
|
11146
|
+
shortName: 'xenon',
|
11147
|
+
chainId: 2941,
|
11148
|
+
networkId: 2941,
|
11149
|
+
icon: 'xenon',
|
11150
|
+
slip44: 1,
|
11151
|
+
explorers: [
|
11152
|
+
{
|
11153
|
+
name: 'Xenon testnet Explorer',
|
11154
|
+
url: 'https://testnet.xenonchain.com',
|
11155
|
+
standard: 'none'
|
11156
|
+
}
|
11157
|
+
]
|
11158
|
+
},
|
11025
11159
|
{
|
11026
11160
|
name: 'BitYuan Mainnet',
|
11027
11161
|
chain: 'BTY',
|
@@ -13419,14 +13553,17 @@ const chainArray = [
|
|
13419
13553
|
name: 'ZetaChain Mainnet',
|
13420
13554
|
chain: 'ZetaChain',
|
13421
13555
|
icon: 'zetachain',
|
13422
|
-
rpc: [
|
13556
|
+
rpc: [
|
13557
|
+
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
13558
|
+
'https://zetachain-mainnet-archive.allthatnode.com:8545'
|
13559
|
+
],
|
13423
13560
|
faucets: [],
|
13424
13561
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
13425
13562
|
infoURL: 'https://zetachain.com/docs/',
|
13426
13563
|
shortName: 'zetachain-mainnet',
|
13427
13564
|
chainId: 7000,
|
13428
13565
|
networkId: 7000,
|
13429
|
-
status: '
|
13566
|
+
status: 'active',
|
13430
13567
|
explorers: [
|
13431
13568
|
{
|
13432
13569
|
name: 'ZetaChain Mainnet Explorer',
|
@@ -20013,6 +20150,26 @@ const chainArray = [
|
|
20013
20150
|
}
|
20014
20151
|
]
|
20015
20152
|
},
|
20153
|
+
{
|
20154
|
+
name: 'MetaDAP Enterprise Mainnet',
|
20155
|
+
title: 'MetaDAP Enterprise Mainnet',
|
20156
|
+
chain: 'MetaDAP',
|
20157
|
+
icon: 'metadap',
|
20158
|
+
faucets: [],
|
20159
|
+
rpc: [ 'https://rpc.chain.metadap.io', 'wss://rpc-ws.chain.metadap.io' ],
|
20160
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
20161
|
+
infoURL: 'https://metadap.io/',
|
20162
|
+
shortName: 'MetaDAP',
|
20163
|
+
chainId: 91120,
|
20164
|
+
networkId: 91120,
|
20165
|
+
explorers: [
|
20166
|
+
{
|
20167
|
+
name: 'MetaDAP Enterprise Mainnet explorer',
|
20168
|
+
url: 'https://explorer.chain.metadap.io',
|
20169
|
+
standard: 'none'
|
20170
|
+
}
|
20171
|
+
]
|
20172
|
+
},
|
20016
20173
|
{
|
20017
20174
|
name: 'Combo Testnet',
|
20018
20175
|
chain: 'Combo',
|
@@ -20730,6 +20887,29 @@ const chainArray = [
|
|
20730
20887
|
}
|
20731
20888
|
]
|
20732
20889
|
},
|
20890
|
+
{
|
20891
|
+
name: 'MetaDAP Enterprise Testnet',
|
20892
|
+
title: 'MetaDAP Enterprise Testnet',
|
20893
|
+
chain: 'MetaDAP',
|
20894
|
+
icon: 'metadap',
|
20895
|
+
faucets: [],
|
20896
|
+
rpc: [
|
20897
|
+
'https://rpc.testnet.chain.metadap.io',
|
20898
|
+
'wss://rpc-ws.testnet.chain.metadap.io'
|
20899
|
+
],
|
20900
|
+
nativeCurrency: { name: 'DAP', symbol: 'DAP', decimals: 18 },
|
20901
|
+
infoURL: 'https://metadap.io/',
|
20902
|
+
shortName: 'MetaDAP-T',
|
20903
|
+
chainId: 119139,
|
20904
|
+
networkId: 119139,
|
20905
|
+
explorers: [
|
20906
|
+
{
|
20907
|
+
name: 'MetaDAP Enterprise Testnet explorer',
|
20908
|
+
url: 'https://explorer.testnet.chain.metadap.io',
|
20909
|
+
standard: 'none'
|
20910
|
+
}
|
20911
|
+
]
|
20912
|
+
},
|
20733
20913
|
{
|
20734
20914
|
name: 'ADIL Devnet',
|
20735
20915
|
chain: 'ADIL',
|
@@ -21493,6 +21673,25 @@ const chainArray = [
|
|
21493
21673
|
}
|
21494
21674
|
]
|
21495
21675
|
},
|
21676
|
+
{
|
21677
|
+
name: 'Bloom Genesis Testnet',
|
21678
|
+
chain: 'Bloom',
|
21679
|
+
icon: 'bloom',
|
21680
|
+
rpc: [ 'https://testnet-rpc.bloomgenesis.com' ],
|
21681
|
+
faucets: [ 'https://faucet.bloomgenesis.com' ],
|
21682
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
21683
|
+
infoURL: 'https://www.bloomgenesis.com',
|
21684
|
+
shortName: 'BGBC-Testnet',
|
21685
|
+
chainId: 323213,
|
21686
|
+
networkId: 323213,
|
21687
|
+
explorers: [
|
21688
|
+
{
|
21689
|
+
name: 'Bloom Genesis Testnet',
|
21690
|
+
url: 'https://testnet.bloomgenesis.com',
|
21691
|
+
standard: 'EIP3091'
|
21692
|
+
}
|
21693
|
+
]
|
21694
|
+
},
|
21496
21695
|
{
|
21497
21696
|
name: 'TTcoin Smart Chain Mainnet',
|
21498
21697
|
chain: 'TSC',
|
@@ -21513,6 +21712,25 @@ const chainArray = [
|
|
21513
21712
|
}
|
21514
21713
|
]
|
21515
21714
|
},
|
21715
|
+
{
|
21716
|
+
name: 'Bloom Genesis Mainnet',
|
21717
|
+
chain: 'Bloom',
|
21718
|
+
icon: 'bloom',
|
21719
|
+
rpc: [ 'https://mainnet-rpc.bloomgenesis.com' ],
|
21720
|
+
faucets: [],
|
21721
|
+
nativeCurrency: { name: 'Bloom', symbol: 'BGBC', decimals: 18 },
|
21722
|
+
infoURL: 'https://www.bloomgenesis.com',
|
21723
|
+
shortName: 'BGBC',
|
21724
|
+
chainId: 333313,
|
21725
|
+
networkId: 333313,
|
21726
|
+
explorers: [
|
21727
|
+
{
|
21728
|
+
name: 'Bloom Genesis Mainnet',
|
21729
|
+
url: 'https://explorer.bloomgenesis.com',
|
21730
|
+
standard: 'EIP3091'
|
21731
|
+
}
|
21732
|
+
]
|
21733
|
+
},
|
21516
21734
|
{
|
21517
21735
|
name: 'Aves Testnet',
|
21518
21736
|
chain: 'AVST',
|
@@ -21959,6 +22177,30 @@ const chainArray = [
|
|
21959
22177
|
}
|
21960
22178
|
]
|
21961
22179
|
},
|
22180
|
+
{
|
22181
|
+
name: 'Syndr L3 Sepolia',
|
22182
|
+
title: 'Syndr L3 Sepolia Rollup Testnet',
|
22183
|
+
chain: 'SYNDRSEPOLIA',
|
22184
|
+
rpc: [ 'https://sepolia.syndr.com/http', 'wss://sepolia.syndr.com/ws' ],
|
22185
|
+
faucets: [],
|
22186
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
22187
|
+
infoURL: 'https://syndr.com',
|
22188
|
+
shortName: 'syndr',
|
22189
|
+
chainId: 444444,
|
22190
|
+
networkId: 444444,
|
22191
|
+
explorers: [
|
22192
|
+
{
|
22193
|
+
name: 'Syndr L3 Sepolia Testnet Explorer',
|
22194
|
+
url: 'https://sepolia-explorer.syndr.com',
|
22195
|
+
standard: 'EIP3091'
|
22196
|
+
}
|
22197
|
+
],
|
22198
|
+
parent: {
|
22199
|
+
type: 'L2',
|
22200
|
+
chain: 'eip155-421614',
|
22201
|
+
bridges: [ { url: 'https://sepolia-bridge.syndr.com' } ]
|
22202
|
+
}
|
22203
|
+
},
|
21962
22204
|
{
|
21963
22205
|
name: 'Weelink Testnet',
|
21964
22206
|
chain: 'WLK',
|
@@ -24344,6 +24586,25 @@ const chainArray = [
|
|
24344
24586
|
chainId: 1313161556,
|
24345
24587
|
networkId: 1313161556
|
24346
24588
|
},
|
24589
|
+
{
|
24590
|
+
name: 'PowerGold',
|
24591
|
+
chain: 'NEAR',
|
24592
|
+
rpc: [ 'https://powergold.aurora.dev' ],
|
24593
|
+
icon: 'powergold',
|
24594
|
+
faucets: [],
|
24595
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
24596
|
+
infoURL: 'https://www.powergold.tech',
|
24597
|
+
shortName: 'powergold',
|
24598
|
+
chainId: 1313161560,
|
24599
|
+
networkId: 1313161560,
|
24600
|
+
explorers: [
|
24601
|
+
{
|
24602
|
+
name: 'PowerGold explorer',
|
24603
|
+
url: 'https://explorer.powergold.aurora.dev',
|
24604
|
+
standard: 'EIP3091'
|
24605
|
+
}
|
24606
|
+
]
|
24607
|
+
},
|
24347
24608
|
{
|
24348
24609
|
name: 'SKALE Titan Hub',
|
24349
24610
|
chain: 'parallel-stormy-spica',
|