eth-chainlist 0.0.254 → 0.0.255
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 +52 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.255 (2023-10-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.254 ([5ff2b10](https://github.com/poowf/eth-chainlist/commit/5ff2b10977ffb00993bbf66f0c34afc9adec8592))
|
9
|
+
* update chain data ([d518e3d](https://github.com/poowf/eth-chainlist/commit/d518e3d5e4dab0f3354e37c0b4df936d7b73af7e))
|
10
|
+
|
3
11
|
### 0.0.254 (2023-10-09)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3702,7 +3702,10 @@ const chainArray = [
|
|
3702
3702
|
{
|
3703
3703
|
name: 'Orderly Mainnet',
|
3704
3704
|
chain: 'ETH',
|
3705
|
-
rpc: [
|
3705
|
+
rpc: [
|
3706
|
+
'https://rpc.orderly.network',
|
3707
|
+
'https://l2-orderly-mainnet-0.t.conduit.xyz'
|
3708
|
+
],
|
3706
3709
|
faucets: [],
|
3707
3710
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3708
3711
|
infoURL: 'www.orderly.network',
|
@@ -11240,19 +11243,21 @@ const chainArray = [
|
|
11240
11243
|
]
|
11241
11244
|
},
|
11242
11245
|
{
|
11243
|
-
name: '
|
11244
|
-
title: 'Bahamut mainnet
|
11245
|
-
chain: '
|
11246
|
+
name: 'Bahamut',
|
11247
|
+
title: 'Bahamut mainnet',
|
11248
|
+
chain: 'Bahamut',
|
11246
11249
|
icon: 'bahamut',
|
11247
11250
|
rpc: [
|
11248
|
-
'https://rpc1.
|
11249
|
-
'https://rpc2.
|
11251
|
+
'https://rpc1.bahamut.io',
|
11252
|
+
'https://rpc2.bahamut.io',
|
11253
|
+
'wss://ws1.sahara.bahamutchain.com',
|
11254
|
+
'wss://ws2.sahara.bahamutchain.com'
|
11250
11255
|
],
|
11251
11256
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11252
11257
|
faucets: [],
|
11253
11258
|
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
11254
11259
|
shortName: 'ftn',
|
11255
|
-
infoURL: 'https://
|
11260
|
+
infoURL: 'https://bahamut.io',
|
11256
11261
|
chainId: 5165,
|
11257
11262
|
networkId: 5165,
|
11258
11263
|
explorers: [
|
@@ -12720,6 +12725,25 @@ const chainArray = [
|
|
12720
12725
|
icon: 'toki',
|
12721
12726
|
explorers: []
|
12722
12727
|
},
|
12728
|
+
{
|
12729
|
+
name: 'Hela Official Runtime Mainnet',
|
12730
|
+
chain: 'Hela',
|
12731
|
+
icon: 'hela',
|
12732
|
+
rpc: [ 'https://mainnet-rpc.helachain.com' ],
|
12733
|
+
faucets: [],
|
12734
|
+
nativeCurrency: { name: 'Hela HLUSD', symbol: 'HLUSD', decimals: 18 },
|
12735
|
+
infoURL: 'https://helalabs.com',
|
12736
|
+
shortName: 'hela',
|
12737
|
+
chainId: 8668,
|
12738
|
+
networkId: 8668,
|
12739
|
+
explorers: [
|
12740
|
+
{
|
12741
|
+
name: 'Hela Official Runtime Mainnet Explorer',
|
12742
|
+
url: 'https://mainnet-blockexplorer.helachain.com',
|
12743
|
+
standard: 'EIP3091'
|
12744
|
+
}
|
12745
|
+
]
|
12746
|
+
},
|
12723
12747
|
{
|
12724
12748
|
name: 'TOOL Global Mainnet',
|
12725
12749
|
chain: 'OLO',
|
@@ -19321,6 +19345,25 @@ const chainArray = [
|
|
19321
19345
|
networkId: 666666,
|
19322
19346
|
slip44: 60
|
19323
19347
|
},
|
19348
|
+
{
|
19349
|
+
name: 'Hela Official Runtime Testnet',
|
19350
|
+
chain: 'Hela',
|
19351
|
+
icon: 'hela',
|
19352
|
+
rpc: [ 'https://testnet-rpc.helachain.com' ],
|
19353
|
+
faucets: [ 'https://testnet-faucet.helachain.com' ],
|
19354
|
+
nativeCurrency: { name: 'Hela HLUSD', symbol: 'HLUSD', decimals: 18 },
|
19355
|
+
infoURL: 'https://helalabs.com',
|
19356
|
+
shortName: 'hela-testnet',
|
19357
|
+
chainId: 666888,
|
19358
|
+
networkId: 666888,
|
19359
|
+
explorers: [
|
19360
|
+
{
|
19361
|
+
name: 'Hela Official Runtime Testnet Explorer',
|
19362
|
+
url: 'https://testnet-blockexplorer.helachain.com',
|
19363
|
+
standard: 'EIP3091'
|
19364
|
+
}
|
19365
|
+
]
|
19366
|
+
},
|
19324
19367
|
{
|
19325
19368
|
name: 'Bear Network Chain Testnet',
|
19326
19369
|
chain: 'BRNKCTEST',
|
@@ -20051,7 +20094,7 @@ const chainArray = [
|
|
20051
20094
|
status: 'incubating',
|
20052
20095
|
rpc: [],
|
20053
20096
|
faucets: [],
|
20054
|
-
nativeCurrency: { name: '
|
20097
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20055
20098
|
infoURL: '',
|
20056
20099
|
shortName: 'quarix-testnet',
|
20057
20100
|
chainId: 8888881,
|
@@ -20065,7 +20108,7 @@ const chainArray = [
|
|
20065
20108
|
status: 'incubating',
|
20066
20109
|
rpc: [],
|
20067
20110
|
faucets: [],
|
20068
|
-
nativeCurrency: { name: '
|
20111
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20069
20112
|
infoURL: '',
|
20070
20113
|
shortName: 'quarix',
|
20071
20114
|
chainId: 8888888,
|