eth-chainlist 0.0.254 → 0.0.256
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 +73 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.256 (2023-10-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.255 ([ae0752c](https://github.com/poowf/eth-chainlist/commit/ae0752c64ddd396539e5b462b323d577a7eff8a3))
|
9
|
+
* update chain data ([ec42db3](https://github.com/poowf/eth-chainlist/commit/ec42db3a97c6fb7bfc31a95b5c9741e17b101ff0))
|
10
|
+
|
11
|
+
### 0.0.255 (2023-10-10)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.254 ([5ff2b10](https://github.com/poowf/eth-chainlist/commit/5ff2b10977ffb00993bbf66f0c34afc9adec8592))
|
17
|
+
* update chain data ([d518e3d](https://github.com/poowf/eth-chainlist/commit/d518e3d5e4dab0f3354e37c0b4df936d7b73af7e))
|
18
|
+
|
3
19
|
### 0.0.254 (2023-10-09)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3210,7 +3210,7 @@ const chainArray = [
|
|
3210
3210
|
explorers: [
|
3211
3211
|
{
|
3212
3212
|
name: 'opbnbscan',
|
3213
|
-
url: '
|
3213
|
+
url: 'https://mainnet.opbnbscan.com',
|
3214
3214
|
standard: 'EIP3091'
|
3215
3215
|
}
|
3216
3216
|
]
|
@@ -3278,6 +3278,25 @@ const chainArray = [
|
|
3278
3278
|
}
|
3279
3279
|
]
|
3280
3280
|
},
|
3281
|
+
{
|
3282
|
+
name: 'Shinarium Mainnet',
|
3283
|
+
chain: 'Shinarium',
|
3284
|
+
icon: 'shinarium',
|
3285
|
+
rpc: [ 'https://mainnet.shinarium.org' ],
|
3286
|
+
faucets: [],
|
3287
|
+
nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
|
3288
|
+
infoURL: 'https://shinarium.org',
|
3289
|
+
shortName: 'shinarium',
|
3290
|
+
chainId: 214,
|
3291
|
+
networkId: 214,
|
3292
|
+
explorers: [
|
3293
|
+
{
|
3294
|
+
name: 'shinascan',
|
3295
|
+
url: 'https://shinascan.shinarium.org',
|
3296
|
+
standard: 'EIP3091'
|
3297
|
+
}
|
3298
|
+
]
|
3299
|
+
},
|
3281
3300
|
{
|
3282
3301
|
name: 'SiriusNet V2',
|
3283
3302
|
chain: 'SIN2',
|
@@ -3702,7 +3721,10 @@ const chainArray = [
|
|
3702
3721
|
{
|
3703
3722
|
name: 'Orderly Mainnet',
|
3704
3723
|
chain: 'ETH',
|
3705
|
-
rpc: [
|
3724
|
+
rpc: [
|
3725
|
+
'https://rpc.orderly.network',
|
3726
|
+
'https://l2-orderly-mainnet-0.t.conduit.xyz'
|
3727
|
+
],
|
3706
3728
|
faucets: [],
|
3707
3729
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
3708
3730
|
infoURL: 'www.orderly.network',
|
@@ -11240,19 +11262,21 @@ const chainArray = [
|
|
11240
11262
|
]
|
11241
11263
|
},
|
11242
11264
|
{
|
11243
|
-
name: '
|
11244
|
-
title: 'Bahamut mainnet
|
11245
|
-
chain: '
|
11265
|
+
name: 'Bahamut',
|
11266
|
+
title: 'Bahamut mainnet',
|
11267
|
+
chain: 'Bahamut',
|
11246
11268
|
icon: 'bahamut',
|
11247
11269
|
rpc: [
|
11248
|
-
'https://rpc1.
|
11249
|
-
'https://rpc2.
|
11270
|
+
'https://rpc1.bahamut.io',
|
11271
|
+
'https://rpc2.bahamut.io',
|
11272
|
+
'wss://ws1.sahara.bahamutchain.com',
|
11273
|
+
'wss://ws2.sahara.bahamutchain.com'
|
11250
11274
|
],
|
11251
11275
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11252
11276
|
faucets: [],
|
11253
11277
|
nativeCurrency: { name: 'FTN', symbol: 'FTN', decimals: 18 },
|
11254
11278
|
shortName: 'ftn',
|
11255
|
-
infoURL: 'https://
|
11279
|
+
infoURL: 'https://bahamut.io',
|
11256
11280
|
chainId: 5165,
|
11257
11281
|
networkId: 5165,
|
11258
11282
|
explorers: [
|
@@ -11470,7 +11494,7 @@ const chainArray = [
|
|
11470
11494
|
},
|
11471
11495
|
{
|
11472
11496
|
name: 'opbnbscan',
|
11473
|
-
url: '
|
11497
|
+
url: 'https://opbnbscan.com',
|
11474
11498
|
standard: 'EIP3091'
|
11475
11499
|
}
|
11476
11500
|
]
|
@@ -12720,6 +12744,25 @@ const chainArray = [
|
|
12720
12744
|
icon: 'toki',
|
12721
12745
|
explorers: []
|
12722
12746
|
},
|
12747
|
+
{
|
12748
|
+
name: 'Hela Official Runtime Mainnet',
|
12749
|
+
chain: 'Hela',
|
12750
|
+
icon: 'hela',
|
12751
|
+
rpc: [ 'https://mainnet-rpc.helachain.com' ],
|
12752
|
+
faucets: [],
|
12753
|
+
nativeCurrency: { name: 'Hela HLUSD', symbol: 'HLUSD', decimals: 18 },
|
12754
|
+
infoURL: 'https://helalabs.com',
|
12755
|
+
shortName: 'hela',
|
12756
|
+
chainId: 8668,
|
12757
|
+
networkId: 8668,
|
12758
|
+
explorers: [
|
12759
|
+
{
|
12760
|
+
name: 'Hela Official Runtime Mainnet Explorer',
|
12761
|
+
url: 'https://mainnet-blockexplorer.helachain.com',
|
12762
|
+
standard: 'EIP3091'
|
12763
|
+
}
|
12764
|
+
]
|
12765
|
+
},
|
12723
12766
|
{
|
12724
12767
|
name: 'TOOL Global Mainnet',
|
12725
12768
|
chain: 'OLO',
|
@@ -19321,6 +19364,25 @@ const chainArray = [
|
|
19321
19364
|
networkId: 666666,
|
19322
19365
|
slip44: 60
|
19323
19366
|
},
|
19367
|
+
{
|
19368
|
+
name: 'Hela Official Runtime Testnet',
|
19369
|
+
chain: 'Hela',
|
19370
|
+
icon: 'hela',
|
19371
|
+
rpc: [ 'https://testnet-rpc.helachain.com' ],
|
19372
|
+
faucets: [ 'https://testnet-faucet.helachain.com' ],
|
19373
|
+
nativeCurrency: { name: 'Hela HLUSD', symbol: 'HLUSD', decimals: 18 },
|
19374
|
+
infoURL: 'https://helalabs.com',
|
19375
|
+
shortName: 'hela-testnet',
|
19376
|
+
chainId: 666888,
|
19377
|
+
networkId: 666888,
|
19378
|
+
explorers: [
|
19379
|
+
{
|
19380
|
+
name: 'Hela Official Runtime Testnet Explorer',
|
19381
|
+
url: 'https://testnet-blockexplorer.helachain.com',
|
19382
|
+
standard: 'EIP3091'
|
19383
|
+
}
|
19384
|
+
]
|
19385
|
+
},
|
19324
19386
|
{
|
19325
19387
|
name: 'Bear Network Chain Testnet',
|
19326
19388
|
chain: 'BRNKCTEST',
|
@@ -20051,7 +20113,7 @@ const chainArray = [
|
|
20051
20113
|
status: 'incubating',
|
20052
20114
|
rpc: [],
|
20053
20115
|
faucets: [],
|
20054
|
-
nativeCurrency: { name: '
|
20116
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20055
20117
|
infoURL: '',
|
20056
20118
|
shortName: 'quarix-testnet',
|
20057
20119
|
chainId: 8888881,
|
@@ -20065,7 +20127,7 @@ const chainArray = [
|
|
20065
20127
|
status: 'incubating',
|
20066
20128
|
rpc: [],
|
20067
20129
|
faucets: [],
|
20068
|
-
nativeCurrency: { name: '
|
20130
|
+
nativeCurrency: { name: 'QARE', symbol: 'QARE', decimals: 18 },
|
20069
20131
|
infoURL: '',
|
20070
20132
|
shortName: 'quarix',
|
20071
20133
|
chainId: 8888888,
|