eth-chainlist 0.0.362 → 0.0.364
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 +103 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.364 (2024-03-28)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.363 ([985db80](https://github.com/poowf/eth-chainlist/commit/985db801ef823e39248abf49bac9c76409a018de))
|
9
|
+
* update chain data ([3d2f7be](https://github.com/poowf/eth-chainlist/commit/3d2f7be4bdd5519fb62b6b49ee7132ab3041389e))
|
10
|
+
|
11
|
+
### 0.0.363 (2024-03-27)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.362 ([5bfa839](https://github.com/poowf/eth-chainlist/commit/5bfa839643c2ee88bc20ecc5e6663b30d26a7e6c))
|
17
|
+
* update chain data ([c138fae](https://github.com/poowf/eth-chainlist/commit/c138fae44d15b9144cb16b6437a40834b26a043f))
|
18
|
+
|
3
19
|
### 0.0.362 (2024-03-22)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2810,23 +2810,25 @@ const chainArray = [
|
|
2810
2810
|
name: 'Defi Oracle Meta Mainnet',
|
2811
2811
|
chain: 'dfiometa',
|
2812
2812
|
icon: 'defioraclemeta',
|
2813
|
-
rpc: [
|
2814
|
-
'https://rpc.public-0138.defi-oracle.io',
|
2815
|
-
'wss://rpc.public-0138.defi-oracle.io'
|
2816
|
-
],
|
2813
|
+
rpc: [ 'https://rpc.defi-oracle.io', 'wss://wss.defi-oracle.io' ],
|
2817
2814
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2818
2815
|
faucets: [],
|
2819
2816
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
2820
|
-
infoURL: 'https://defi-oracle.io/',
|
2817
|
+
infoURL: 'https://info.defi-oracle.io/',
|
2821
2818
|
shortName: 'dfio-meta-main',
|
2822
2819
|
chainId: 138,
|
2823
2820
|
networkId: 1,
|
2824
2821
|
slip44: 60,
|
2825
2822
|
ens: { registry: '0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85' },
|
2826
2823
|
explorers: [
|
2824
|
+
{
|
2825
|
+
name: 'Blockscout Explorer',
|
2826
|
+
url: 'https://blockscout.defi-oracle.io',
|
2827
|
+
standard: 'none'
|
2828
|
+
},
|
2827
2829
|
{
|
2828
2830
|
name: 'Quorum Explorer',
|
2829
|
-
url: 'https://
|
2831
|
+
url: 'https://explorer.defi-oracle.io',
|
2830
2832
|
standard: 'none'
|
2831
2833
|
}
|
2832
2834
|
]
|
@@ -13958,6 +13960,25 @@ const chainArray = [
|
|
13958
13960
|
}
|
13959
13961
|
]
|
13960
13962
|
},
|
13963
|
+
{
|
13964
|
+
name: 'Arcturus Testneet',
|
13965
|
+
chain: 'Arcturus',
|
13966
|
+
rpc: [ 'https://rpc-testnet.arcturuschain.io/' ],
|
13967
|
+
faucets: [ 'https://faucet.arcturuschain.io' ],
|
13968
|
+
nativeCurrency: { name: 'tARC', symbol: 'tARC', decimals: 18 },
|
13969
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13970
|
+
infoURL: 'https://arcturuschain.io',
|
13971
|
+
shortName: 'arcturus-testnet',
|
13972
|
+
chainId: 5615,
|
13973
|
+
networkId: 5615,
|
13974
|
+
explorers: [
|
13975
|
+
{
|
13976
|
+
name: 'explorer-arcturus-testnet',
|
13977
|
+
url: 'https://testnet.arcscan.net',
|
13978
|
+
standard: 'EIP3091'
|
13979
|
+
}
|
13980
|
+
]
|
13981
|
+
},
|
13961
13982
|
{
|
13962
13983
|
name: 'Arcturus Chain Testnet',
|
13963
13984
|
chain: 'ARCTURUS',
|
@@ -19531,6 +19552,20 @@ const chainArray = [
|
|
19531
19552
|
chainId: 43110,
|
19532
19553
|
networkId: 43110
|
19533
19554
|
},
|
19555
|
+
{
|
19556
|
+
name: 'Hemi Network',
|
19557
|
+
chain: 'ETH',
|
19558
|
+
rpc: [],
|
19559
|
+
faucets: [],
|
19560
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
19561
|
+
infoURL: 'https://hemi.xyz',
|
19562
|
+
shortName: 'hemi',
|
19563
|
+
chainId: 43111,
|
19564
|
+
networkId: 43111,
|
19565
|
+
explorers: [],
|
19566
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
19567
|
+
status: 'incubating'
|
19568
|
+
},
|
19534
19569
|
{
|
19535
19570
|
name: 'Avalanche Fuji Testnet',
|
19536
19571
|
chain: 'AVAX',
|
@@ -21536,6 +21571,25 @@ const chainArray = [
|
|
21536
21571
|
}
|
21537
21572
|
]
|
21538
21573
|
},
|
21574
|
+
{
|
21575
|
+
name: 'Unit Zero Stagenet',
|
21576
|
+
chain: 'Unit Zero',
|
21577
|
+
rpc: [ 'https://rpc-stagenet.unit0.dev' ],
|
21578
|
+
faucets: [],
|
21579
|
+
nativeCurrency: { name: 'UNIT0', symbol: 'UNIT0', decimals: 18 },
|
21580
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
21581
|
+
infoURL: 'https://units.network',
|
21582
|
+
shortName: 'unit0-stagenet',
|
21583
|
+
chainId: 88819,
|
21584
|
+
networkId: 88819,
|
21585
|
+
explorers: [
|
21586
|
+
{
|
21587
|
+
name: 'explorer-stagenet',
|
21588
|
+
url: 'https://explorer-stagenet.unit0.dev',
|
21589
|
+
standard: 'EIP3091'
|
21590
|
+
}
|
21591
|
+
]
|
21592
|
+
},
|
21539
21593
|
{
|
21540
21594
|
name: 'Chiliz Scoville Testnet',
|
21541
21595
|
chain: 'CHZ',
|
@@ -22724,7 +22778,10 @@ const chainArray = [
|
|
22724
22778
|
chain: 'Bitlayer',
|
22725
22779
|
rpc: [
|
22726
22780
|
'https://testnet-rpc.bitlayer.org',
|
22727
|
-
'wss://testnet-ws.bitlayer.org'
|
22781
|
+
'wss://testnet-ws.bitlayer.org',
|
22782
|
+
'https://testnet-rpc.bitlayer-rpc.com',
|
22783
|
+
'wss://testnet-ws.bitlayer-rpc.com',
|
22784
|
+
'https://rpc.ankr.com/bitlayer_testnet'
|
22728
22785
|
],
|
22729
22786
|
faucets: [ 'https://www.bitlayer.org/faucet' ],
|
22730
22787
|
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
@@ -22851,6 +22908,24 @@ const chainArray = [
|
|
22851
22908
|
}
|
22852
22909
|
]
|
22853
22910
|
},
|
22911
|
+
{
|
22912
|
+
name: 'YMTECH-BESU Testnet',
|
22913
|
+
chain: 'YMTECH-BESU',
|
22914
|
+
rpc: [ 'http://39.119.118.216:8545' ],
|
22915
|
+
faucets: [],
|
22916
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
22917
|
+
infoURL: 'https://www.ymtech.co.kr',
|
22918
|
+
shortName: 'YMTECH-BESU',
|
22919
|
+
chainId: 202401,
|
22920
|
+
networkId: 202401,
|
22921
|
+
explorers: [
|
22922
|
+
{
|
22923
|
+
name: 'YMTECH-BESU Chainlens',
|
22924
|
+
url: 'http://39.119.118.198',
|
22925
|
+
standard: 'none'
|
22926
|
+
}
|
22927
|
+
]
|
22928
|
+
},
|
22854
22929
|
{
|
22855
22930
|
name: 'Jellie',
|
22856
22931
|
title: 'Twala Testnet Jellie',
|
@@ -24250,6 +24325,27 @@ const chainArray = [
|
|
24250
24325
|
}
|
24251
24326
|
]
|
24252
24327
|
},
|
24328
|
+
{
|
24329
|
+
name: 'Hemi Sepolia',
|
24330
|
+
chain: 'ETH',
|
24331
|
+
rpc: [ 'https://testnet.rpc.hemi.network/rpc' ],
|
24332
|
+
faucets: [],
|
24333
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
24334
|
+
infoURL: 'https://hemi.xyz',
|
24335
|
+
shortName: 'hemi-sep',
|
24336
|
+
chainId: 743111,
|
24337
|
+
networkId: 743111,
|
24338
|
+
explorers: [
|
24339
|
+
{
|
24340
|
+
name: 'blockscout',
|
24341
|
+
url: 'https://testnet.explorer.hemi.network',
|
24342
|
+
icon: 'blockscout',
|
24343
|
+
standard: 'EIP3091'
|
24344
|
+
}
|
24345
|
+
],
|
24346
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
24347
|
+
status: 'active'
|
24348
|
+
},
|
24253
24349
|
{
|
24254
24350
|
name: 'Bear Network Chain Testnet',
|
24255
24351
|
chain: 'BRNKCTEST',
|