eth-chainlist 0.0.253 → 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 +16 -0
- package/data/chain.js +77 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.254 (2023-10-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.253 ([c351707](https://github.com/poowf/eth-chainlist/commit/c35170781006f50737324b9fa1466ff1691b38d6))
|
17
|
+
* update chain data ([8e9533b](https://github.com/poowf/eth-chainlist/commit/8e9533bcc6938ddf0d5d972b884974808cfdeabc))
|
18
|
+
|
3
19
|
### 0.0.253 (2023-10-08)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3699,6 +3699,29 @@ const chainArray = [
|
|
3699
3699
|
bridges: [ { url: 'https://gateway.boba.network' } ]
|
3700
3700
|
}
|
3701
3701
|
},
|
3702
|
+
{
|
3703
|
+
name: 'Orderly Mainnet',
|
3704
|
+
chain: 'ETH',
|
3705
|
+
rpc: [
|
3706
|
+
'https://rpc.orderly.network',
|
3707
|
+
'https://l2-orderly-mainnet-0.t.conduit.xyz'
|
3708
|
+
],
|
3709
|
+
faucets: [],
|
3710
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3711
|
+
infoURL: 'www.orderly.network',
|
3712
|
+
shortName: 'orderly',
|
3713
|
+
chainId: 291,
|
3714
|
+
networkId: 291,
|
3715
|
+
icon: 'orderly',
|
3716
|
+
explorers: [
|
3717
|
+
{
|
3718
|
+
name: 'orderlyscout',
|
3719
|
+
url: 'https://explorer.orderly.network',
|
3720
|
+
icon: 'blockscout',
|
3721
|
+
standard: 'EIP3091'
|
3722
|
+
}
|
3723
|
+
]
|
3724
|
+
},
|
3702
3725
|
{
|
3703
3726
|
name: 'Hedera Mainnet',
|
3704
3727
|
chain: 'Hedera',
|
@@ -11220,19 +11243,21 @@ const chainArray = [
|
|
11220
11243
|
]
|
11221
11244
|
},
|
11222
11245
|
{
|
11223
|
-
name: '
|
11224
|
-
title: 'Bahamut mainnet
|
11225
|
-
chain: '
|
11246
|
+
name: 'Bahamut',
|
11247
|
+
title: 'Bahamut mainnet',
|
11248
|
+
chain: 'Bahamut',
|
11226
11249
|
icon: 'bahamut',
|
11227
11250
|
rpc: [
|
11228
|
-
'https://rpc1.
|
11229
|
-
'https://rpc2.
|
11251
|
+
'https://rpc1.bahamut.io',
|
11252
|
+
'https://rpc2.bahamut.io',
|
11253
|
+
'wss://ws1.sahara.bahamutchain.com',
|
11254
|
+
'wss://ws2.sahara.bahamutchain.com'
|
11230
11255
|
],
|
11231
11256
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11232
11257
|
faucets: [],
|
11233
11258
|
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
11234
11259
|
shortName: 'ftn',
|
11235
|
-
infoURL: 'https://
|
11260
|
+
infoURL: 'https://bahamut.io',
|
11236
11261
|
chainId: 5165,
|
11237
11262
|
networkId: 5165,
|
11238
11263
|
explorers: [
|
@@ -12700,6 +12725,25 @@ const chainArray = [
|
|
12700
12725
|
icon: 'toki',
|
12701
12726
|
explorers: []
|
12702
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
|
+
},
|
12703
12747
|
{
|
12704
12748
|
name: 'TOOL Global Mainnet',
|
12705
12749
|
chain: 'OLO',
|
@@ -16301,6 +16345,12 @@ const chainArray = [
|
|
16301
16345
|
url: 'https://explorer.linea.build',
|
16302
16346
|
standard: 'EIP3091',
|
16303
16347
|
icon: 'linea'
|
16348
|
+
},
|
16349
|
+
{
|
16350
|
+
name: 'L2scan',
|
16351
|
+
url: 'https://linea.l2scan.co',
|
16352
|
+
standard: 'EIP3091',
|
16353
|
+
icon: 'linea'
|
16304
16354
|
}
|
16305
16355
|
],
|
16306
16356
|
status: 'active'
|
@@ -19295,6 +19345,25 @@ const chainArray = [
|
|
19295
19345
|
networkId: 666666,
|
19296
19346
|
slip44: 60
|
19297
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
|
+
},
|
19298
19367
|
{
|
19299
19368
|
name: 'Bear Network Chain Testnet',
|
19300
19369
|
chain: 'BRNKCTEST',
|
@@ -20025,7 +20094,7 @@ const chainArray = [
|
|
20025
20094
|
status: 'incubating',
|
20026
20095
|
rpc: [],
|
20027
20096
|
faucets: [],
|
20028
|
-
nativeCurrency: { name: '
|
20097
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20029
20098
|
infoURL: '',
|
20030
20099
|
shortName: 'quarix-testnet',
|
20031
20100
|
chainId: 8888881,
|
@@ -20039,7 +20108,7 @@ const chainArray = [
|
|
20039
20108
|
status: 'incubating',
|
20040
20109
|
rpc: [],
|
20041
20110
|
faucets: [],
|
20042
|
-
nativeCurrency: { name: '
|
20111
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20043
20112
|
infoURL: '',
|
20044
20113
|
shortName: 'quarix',
|
20045
20114
|
chainId: 8888888,
|