eth-chainlist 0.0.553 → 0.0.555
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 +94 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.555 (2024-12-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.554 ([0a9fca5](https://github.com/poowf/eth-chainlist/commit/0a9fca51c7c4492d12bc16f1774cc46c3c762b36))
|
|
9
|
+
* update chain data ([90e0c13](https://github.com/poowf/eth-chainlist/commit/90e0c130b4cb47846fdbb3f742ca6d0713ba186f))
|
|
10
|
+
|
|
11
|
+
### 0.0.554 (2024-12-02)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.553 ([9b84262](https://github.com/poowf/eth-chainlist/commit/9b8426219d8e4e5334a3462ebc3c19bf84ec1c02))
|
|
17
|
+
* update chain data ([b25767e](https://github.com/poowf/eth-chainlist/commit/b25767e2b2e5d0ca5cc565e53eaa897a26aaa07f))
|
|
18
|
+
|
|
3
19
|
### 0.0.553 (2024-12-01)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -9353,7 +9353,12 @@ const chainArray = [
|
|
|
9353
9353
|
{
|
|
9354
9354
|
name: 'Jumbochain Mainnet',
|
|
9355
9355
|
chain: 'Jumbo',
|
|
9356
|
-
rpc: [
|
|
9356
|
+
rpc: [
|
|
9357
|
+
'https://rpcpriv.jumbochain.org',
|
|
9358
|
+
'https://rpc-datajumbo1.jumbochain.org',
|
|
9359
|
+
'https://rpc-datajumbo2.jumbochain.org',
|
|
9360
|
+
'https://rpc-datajumbo3.jumbochain.org'
|
|
9361
|
+
],
|
|
9357
9362
|
faucets: [],
|
|
9358
9363
|
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
9359
9364
|
features: [ { name: 'EIP155' } ],
|
|
@@ -24713,8 +24718,8 @@ const chainArray = [
|
|
|
24713
24718
|
]
|
|
24714
24719
|
},
|
|
24715
24720
|
{
|
|
24716
|
-
name: 'Bitharvest
|
|
24717
|
-
chain: 'Bitharvest
|
|
24721
|
+
name: 'Bitharvest Chain Mainnet',
|
|
24722
|
+
chain: 'Bitharvest Chain Mainnet',
|
|
24718
24723
|
rpc: [ 'https://rpc.bthscan.io/' ],
|
|
24719
24724
|
features: [ { name: 'EIP1559' } ],
|
|
24720
24725
|
faucets: [],
|
|
@@ -25604,7 +25609,7 @@ const chainArray = [
|
|
|
25604
25609
|
rpc: [ 'https://rpc1-testnet.expchain.ai' ],
|
|
25605
25610
|
faucets: [],
|
|
25606
25611
|
nativeCurrency: { name: 'tEXP', symbol: 'tEXP', decimals: 18 },
|
|
25607
|
-
infoURL: 'https://
|
|
25612
|
+
infoURL: 'https://expchain.ai',
|
|
25608
25613
|
shortName: 'expchain',
|
|
25609
25614
|
chainId: 18880,
|
|
25610
25615
|
networkId: 18880,
|
|
@@ -32036,6 +32041,30 @@ const chainArray = [
|
|
|
32036
32041
|
}
|
|
32037
32042
|
]
|
|
32038
32043
|
},
|
|
32044
|
+
{
|
|
32045
|
+
name: 'Lux Network',
|
|
32046
|
+
chain: 'Lux',
|
|
32047
|
+
icon: 'lux',
|
|
32048
|
+
rpc: [ 'https://api.lux.network' ],
|
|
32049
|
+
faucets: [ 'https://faucet.lux-test.network' ],
|
|
32050
|
+
nativeCurrency: { name: 'Lux', symbol: 'LUX', decimals: 18 },
|
|
32051
|
+
infoURL: 'https://lux.network',
|
|
32052
|
+
shortName: 'lux',
|
|
32053
|
+
chainId: 96369,
|
|
32054
|
+
networkId: 96369,
|
|
32055
|
+
explorers: [
|
|
32056
|
+
{
|
|
32057
|
+
name: 'Lux Network Explorer',
|
|
32058
|
+
url: 'https://explore.lux.network',
|
|
32059
|
+
standard: 'EIP3091'
|
|
32060
|
+
},
|
|
32061
|
+
{
|
|
32062
|
+
name: 'Lux Network Explorer',
|
|
32063
|
+
url: 'https://explore.lux-test.network',
|
|
32064
|
+
standard: 'EIP3091'
|
|
32065
|
+
}
|
|
32066
|
+
]
|
|
32067
|
+
},
|
|
32039
32068
|
{
|
|
32040
32069
|
name: 'Mantis Testnet (Hexapod)',
|
|
32041
32070
|
chain: 'Mantis',
|
|
@@ -33283,14 +33312,14 @@ const chainArray = [
|
|
|
33283
33312
|
]
|
|
33284
33313
|
},
|
|
33285
33314
|
{
|
|
33286
|
-
name: 'Bitharvest
|
|
33287
|
-
chain: 'Bitharvest
|
|
33315
|
+
name: 'Bitharvest Chain Testnet',
|
|
33316
|
+
chain: 'Bitharvest Chain Testnet',
|
|
33288
33317
|
rpc: [ 'https://rpc-testnet.bthscan.io/' ],
|
|
33289
33318
|
features: [ { name: 'EIP1559' } ],
|
|
33290
33319
|
faucets: [],
|
|
33291
33320
|
nativeCurrency: {
|
|
33292
33321
|
name: 'Bitharvest Testnet Native Token',
|
|
33293
|
-
symbol: '
|
|
33322
|
+
symbol: 'BTH',
|
|
33294
33323
|
decimals: 18
|
|
33295
33324
|
},
|
|
33296
33325
|
infoURL: '',
|
|
@@ -33765,6 +33794,30 @@ const chainArray = [
|
|
|
33765
33794
|
}
|
|
33766
33795
|
]
|
|
33767
33796
|
},
|
|
33797
|
+
{
|
|
33798
|
+
name: 'Zoo Network',
|
|
33799
|
+
chain: 'Zoo',
|
|
33800
|
+
icon: 'zoo',
|
|
33801
|
+
rpc: [ 'https://api.zoo.network' ],
|
|
33802
|
+
faucets: [ 'https://faucet.zoo-test.network' ],
|
|
33803
|
+
nativeCurrency: { name: 'Zoo', symbol: 'ZOO', decimals: 18 },
|
|
33804
|
+
infoURL: 'https://zoo.network',
|
|
33805
|
+
shortName: 'zoo',
|
|
33806
|
+
chainId: 200200,
|
|
33807
|
+
networkId: 200200,
|
|
33808
|
+
explorers: [
|
|
33809
|
+
{
|
|
33810
|
+
name: 'Zoo Network Explorer',
|
|
33811
|
+
url: 'https://explore.zoo.network',
|
|
33812
|
+
standard: 'EIP3091'
|
|
33813
|
+
},
|
|
33814
|
+
{
|
|
33815
|
+
name: 'Zoo Network Explorer',
|
|
33816
|
+
url: 'https://explore.zoo-test.network',
|
|
33817
|
+
standard: 'EIP3091'
|
|
33818
|
+
}
|
|
33819
|
+
]
|
|
33820
|
+
},
|
|
33768
33821
|
{
|
|
33769
33822
|
name: 'Milkomeda A1 Testnet',
|
|
33770
33823
|
chain: 'milkTAlgo',
|
|
@@ -36035,6 +36088,26 @@ const chainArray = [
|
|
|
36035
36088
|
],
|
|
36036
36089
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
36037
36090
|
},
|
|
36091
|
+
{
|
|
36092
|
+
name: 'DJT Testnet',
|
|
36093
|
+
chain: 'DJT',
|
|
36094
|
+
icon: 'djt',
|
|
36095
|
+
rpc: [ 'https://testnet-rpc.trumpchain.io' ],
|
|
36096
|
+
faucets: [],
|
|
36097
|
+
nativeCurrency: { name: 'TrumpChain', symbol: 'DJT', decimals: 18 },
|
|
36098
|
+
infoURL: 'https://testnet-explorer.trumpchain.io',
|
|
36099
|
+
shortName: 'DJT',
|
|
36100
|
+
chainId: 621847,
|
|
36101
|
+
networkId: 621847,
|
|
36102
|
+
explorers: [
|
|
36103
|
+
{
|
|
36104
|
+
name: 'DJT Testnet Explorer',
|
|
36105
|
+
url: 'https://testnet-explorer.trumpchain.io',
|
|
36106
|
+
icon: 'djt',
|
|
36107
|
+
standard: 'EIP3091'
|
|
36108
|
+
}
|
|
36109
|
+
]
|
|
36110
|
+
},
|
|
36038
36111
|
{
|
|
36039
36112
|
name: 'Hypra Mainnet',
|
|
36040
36113
|
chain: 'HYP',
|
|
@@ -36991,6 +37064,20 @@ const chainArray = [
|
|
|
36991
37064
|
}
|
|
36992
37065
|
]
|
|
36993
37066
|
},
|
|
37067
|
+
{
|
|
37068
|
+
name: 'Owshen Mainnet',
|
|
37069
|
+
chain: 'ETH',
|
|
37070
|
+
status: 'active',
|
|
37071
|
+
icon: 'owshen',
|
|
37072
|
+
rpc: [ 'https://rpc.owshen.io' ],
|
|
37073
|
+
faucets: [],
|
|
37074
|
+
nativeCurrency: { name: 'DIVE', symbol: 'DIVE', decimals: 18 },
|
|
37075
|
+
infoURL: 'https://owshen.io',
|
|
37076
|
+
shortName: 'owshen-mainnet',
|
|
37077
|
+
chainId: 918273,
|
|
37078
|
+
networkId: 918273,
|
|
37079
|
+
explorers: []
|
|
37080
|
+
},
|
|
36994
37081
|
{
|
|
36995
37082
|
name: 'Posichain Devnet Shard 0',
|
|
36996
37083
|
chain: 'PSC',
|