eth-chainlist 0.0.570 → 0.0.572
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 +98 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.572 (2024-12-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.571 ([017a0fd](https://github.com/poowf/eth-chainlist/commit/017a0fdae70dccd8a7a9f11632a6383294e13d1c))
|
9
|
+
* update chain data ([4fec33e](https://github.com/poowf/eth-chainlist/commit/4fec33e76c95dd53c3641cb33bcdc9ad3a61aee1))
|
10
|
+
|
11
|
+
### 0.0.571 (2024-12-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.570 ([3b42918](https://github.com/poowf/eth-chainlist/commit/3b4291810aa417db2ac93568f7c9b237ebb2bf71))
|
17
|
+
* update chain data ([38c5ad4](https://github.com/poowf/eth-chainlist/commit/38c5ad43381d367c11dbbd3f0e72c8a9540b04ab))
|
18
|
+
|
3
19
|
### 0.0.570 (2024-12-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -8024,6 +8024,26 @@ const chainArray = [
|
|
8024
8024
|
}
|
8025
8025
|
]
|
8026
8026
|
},
|
8027
|
+
{
|
8028
|
+
name: 'Rivalz',
|
8029
|
+
chain: 'rivalz',
|
8030
|
+
rpc: [ 'https://rivalz.calderachain.xyz/http' ],
|
8031
|
+
faucets: [],
|
8032
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
8033
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8034
|
+
infoURL: 'https://rivalz.hub.caldera.xyz',
|
8035
|
+
shortName: 'rivalz',
|
8036
|
+
chainId: 753,
|
8037
|
+
networkId: 753,
|
8038
|
+
icon: 'rivalz',
|
8039
|
+
explorers: [
|
8040
|
+
{
|
8041
|
+
name: 'Rivalz Caldera Explorer',
|
8042
|
+
url: 'https://rivalz.calderaexplorer.xyz',
|
8043
|
+
standard: 'EIP3091'
|
8044
|
+
}
|
8045
|
+
]
|
8046
|
+
},
|
8027
8047
|
{
|
8028
8048
|
name: 'QL1',
|
8029
8049
|
chain: 'QOM',
|
@@ -15419,6 +15439,26 @@ const chainArray = [
|
|
15419
15439
|
}
|
15420
15440
|
]
|
15421
15441
|
},
|
15442
|
+
{
|
15443
|
+
name: 'Rufus',
|
15444
|
+
chain: 'rufus',
|
15445
|
+
rpc: [ 'https://rufus.calderachain.xyz/http' ],
|
15446
|
+
faucets: [],
|
15447
|
+
nativeCurrency: { name: 'Dogelon', symbol: 'ELON', decimals: 18 },
|
15448
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
15449
|
+
infoURL: 'https://rufus.hub.caldera.xyz',
|
15450
|
+
shortName: 'rufus',
|
15451
|
+
chainId: 2420,
|
15452
|
+
networkId: 2420,
|
15453
|
+
icon: 'rufus',
|
15454
|
+
explorers: [
|
15455
|
+
{
|
15456
|
+
name: 'Rufus Caldera Explorer',
|
15457
|
+
url: 'https://rufus.calderaexplorer.xyz',
|
15458
|
+
standard: 'EIP3091'
|
15459
|
+
}
|
15460
|
+
]
|
15461
|
+
},
|
15422
15462
|
{
|
15423
15463
|
name: 'King Of Legends Mainnet',
|
15424
15464
|
title: 'King Of Legends Mainnet',
|
@@ -18140,7 +18180,7 @@ const chainArray = [
|
|
18140
18180
|
{
|
18141
18181
|
name: 'Hydra Chain',
|
18142
18182
|
chain: 'HYDRA',
|
18143
|
-
rpc: [],
|
18183
|
+
rpc: [ 'https://rpc-mainnet.hydrachain.org' ],
|
18144
18184
|
faucets: [],
|
18145
18185
|
nativeCurrency: { name: 'Hydra', symbol: 'HYDRA', decimals: 18 },
|
18146
18186
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -18149,8 +18189,14 @@ const chainArray = [
|
|
18149
18189
|
chainId: 4488,
|
18150
18190
|
networkId: 4488,
|
18151
18191
|
icon: 'hydra',
|
18152
|
-
explorers: [
|
18153
|
-
|
18192
|
+
explorers: [
|
18193
|
+
{
|
18194
|
+
name: 'Hydra Chain Mainnet explorer',
|
18195
|
+
url: 'https://skynet.hydrachain.org',
|
18196
|
+
icon: 'hydra',
|
18197
|
+
standard: 'EIP3091'
|
18198
|
+
}
|
18199
|
+
]
|
18154
18200
|
},
|
18155
18201
|
{
|
18156
18202
|
name: 'Emoney Network Testnet',
|
@@ -18444,6 +18490,34 @@ const chainArray = [
|
|
18444
18490
|
}
|
18445
18491
|
]
|
18446
18492
|
},
|
18493
|
+
{
|
18494
|
+
name: 'OEV Network',
|
18495
|
+
chain: 'oev-network',
|
18496
|
+
rpc: [
|
18497
|
+
'https://oev.rpc.api3.org',
|
18498
|
+
'https://oev-network.calderachain.xyz/http'
|
18499
|
+
],
|
18500
|
+
faucets: [],
|
18501
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
18502
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18503
|
+
infoURL: 'https://api3.org/oev/',
|
18504
|
+
shortName: 'oev-network',
|
18505
|
+
chainId: 4913,
|
18506
|
+
networkId: 4913,
|
18507
|
+
icon: 'oev-network',
|
18508
|
+
explorers: [
|
18509
|
+
{
|
18510
|
+
name: 'OEV Network Explorer',
|
18511
|
+
url: 'https://oev.explorer.api3.org',
|
18512
|
+
standard: 'EIP3091'
|
18513
|
+
},
|
18514
|
+
{
|
18515
|
+
name: 'OEV Network Caldera Explorer',
|
18516
|
+
url: 'https://oev-network.calderaexplorer.xyz',
|
18517
|
+
standard: 'EIP3091'
|
18518
|
+
}
|
18519
|
+
]
|
18520
|
+
},
|
18447
18521
|
{
|
18448
18522
|
name: 'Venidium Testnet',
|
18449
18523
|
chain: 'XVM',
|
@@ -23816,6 +23890,7 @@ const chainArray = [
|
|
23816
23890
|
shortName: 'joct',
|
23817
23891
|
chainId: 10081,
|
23818
23892
|
networkId: 10081,
|
23893
|
+
icon: 'joct',
|
23819
23894
|
slip44: 1,
|
23820
23895
|
explorers: [
|
23821
23896
|
{
|
@@ -25382,6 +25457,26 @@ const chainArray = [
|
|
25382
25457
|
],
|
25383
25458
|
icon: 'bth'
|
25384
25459
|
},
|
25460
|
+
{
|
25461
|
+
name: 'Bitlazer',
|
25462
|
+
chain: 'bitlazer',
|
25463
|
+
rpc: [ 'https://bitlazer.calderachain.xyz/http' ],
|
25464
|
+
faucets: [],
|
25465
|
+
nativeCurrency: { name: 'lzrBTC', symbol: 'lzrBTC', decimals: 18 },
|
25466
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
25467
|
+
infoURL: 'https://bitlazer.hub.caldera.xyz',
|
25468
|
+
shortName: 'bitlazer',
|
25469
|
+
chainId: 14235,
|
25470
|
+
networkId: 14235,
|
25471
|
+
icon: 'bitlazer',
|
25472
|
+
explorers: [
|
25473
|
+
{
|
25474
|
+
name: 'Bitlazer Caldera Explorer',
|
25475
|
+
url: 'https://bitlazer.calderaexplorer.xyz',
|
25476
|
+
standard: 'EIP3091'
|
25477
|
+
}
|
25478
|
+
]
|
25479
|
+
},
|
25385
25480
|
{
|
25386
25481
|
name: 'EVOLVE Testnet',
|
25387
25482
|
chain: 'EVO',
|