eth-chainlist 0.0.332 → 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 +8 -0
- package/data/chain.js +263 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.332 (2024-02-01)
|
4
12
|
|
5
13
|
|
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,7 +7437,7 @@ 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',
|
@@ -7408,6 +7480,19 @@ const chainArray = [
|
|
7408
7480
|
}
|
7409
7481
|
]
|
7410
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
|
+
},
|
7411
7496
|
{
|
7412
7497
|
name: 'Polygon zkEVM',
|
7413
7498
|
title: 'Polygon zkEVM',
|
@@ -8764,6 +8849,31 @@ const chainArray = [
|
|
8764
8849
|
}
|
8765
8850
|
]
|
8766
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
|
+
},
|
8767
8877
|
{
|
8768
8878
|
name: 'LUDAN Mainnet',
|
8769
8879
|
chain: 'LUDAN',
|
@@ -11023,6 +11133,29 @@ const chainArray = [
|
|
11023
11133
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
11024
11134
|
}
|
11025
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
|
+
},
|
11026
11159
|
{
|
11027
11160
|
name: 'BitYuan Mainnet',
|
11028
11161
|
chain: 'BTY',
|
@@ -13420,14 +13553,17 @@ const chainArray = [
|
|
13420
13553
|
name: 'ZetaChain Mainnet',
|
13421
13554
|
chain: 'ZetaChain',
|
13422
13555
|
icon: 'zetachain',
|
13423
|
-
rpc: [
|
13556
|
+
rpc: [
|
13557
|
+
'https://zetachain-evm.blockpi.network/v1/rpc/public',
|
13558
|
+
'https://zetachain-mainnet-archive.allthatnode.com:8545'
|
13559
|
+
],
|
13424
13560
|
faucets: [],
|
13425
13561
|
nativeCurrency: { name: 'Zeta', symbol: 'ZETA', decimals: 18 },
|
13426
13562
|
infoURL: 'https://zetachain.com/docs/',
|
13427
13563
|
shortName: 'zetachain-mainnet',
|
13428
13564
|
chainId: 7000,
|
13429
13565
|
networkId: 7000,
|
13430
|
-
status: '
|
13566
|
+
status: 'active',
|
13431
13567
|
explorers: [
|
13432
13568
|
{
|
13433
13569
|
name: 'ZetaChain Mainnet Explorer',
|
@@ -20014,6 +20150,26 @@ const chainArray = [
|
|
20014
20150
|
}
|
20015
20151
|
]
|
20016
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
|
+
},
|
20017
20173
|
{
|
20018
20174
|
name: 'Combo Testnet',
|
20019
20175
|
chain: 'Combo',
|
@@ -20731,6 +20887,29 @@ const chainArray = [
|
|
20731
20887
|
}
|
20732
20888
|
]
|
20733
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
|
+
},
|
20734
20913
|
{
|
20735
20914
|
name: 'ADIL Devnet',
|
20736
20915
|
chain: 'ADIL',
|
@@ -21494,6 +21673,25 @@ const chainArray = [
|
|
21494
21673
|
}
|
21495
21674
|
]
|
21496
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
|
+
},
|
21497
21695
|
{
|
21498
21696
|
name: 'TTcoin Smart Chain Mainnet',
|
21499
21697
|
chain: 'TSC',
|
@@ -21514,6 +21712,25 @@ const chainArray = [
|
|
21514
21712
|
}
|
21515
21713
|
]
|
21516
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
|
+
},
|
21517
21734
|
{
|
21518
21735
|
name: 'Aves Testnet',
|
21519
21736
|
chain: 'AVST',
|
@@ -21960,6 +22177,30 @@ const chainArray = [
|
|
21960
22177
|
}
|
21961
22178
|
]
|
21962
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
|
+
},
|
21963
22204
|
{
|
21964
22205
|
name: 'Weelink Testnet',
|
21965
22206
|
chain: 'WLK',
|
@@ -24345,6 +24586,25 @@ const chainArray = [
|
|
24345
24586
|
chainId: 1313161556,
|
24346
24587
|
networkId: 1313161556
|
24347
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
|
+
},
|
24348
24608
|
{
|
24349
24609
|
name: 'SKALE Titan Hub',
|
24350
24610
|
chain: 'parallel-stormy-spica',
|