eth-chainlist 0.0.552 → 0.0.554
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 +115 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.554 (2024-12-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.553 ([9b84262](https://github.com/poowf/eth-chainlist/commit/9b8426219d8e4e5334a3462ebc3c19bf84ec1c02))
|
|
9
|
+
* update chain data ([b25767e](https://github.com/poowf/eth-chainlist/commit/b25767e2b2e5d0ca5cc565e53eaa897a26aaa07f))
|
|
10
|
+
|
|
11
|
+
### 0.0.553 (2024-12-01)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.552 ([31c987b](https://github.com/poowf/eth-chainlist/commit/31c987b368c9199c6803416e411f9a0e93a9c165))
|
|
17
|
+
* update chain data ([7043bf4](https://github.com/poowf/eth-chainlist/commit/7043bf4de7d32c498264449dc89c370144a05ce7))
|
|
18
|
+
|
|
3
19
|
### 0.0.552 (2024-11-30)
|
|
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' } ],
|
|
@@ -10994,6 +10999,28 @@ const chainArray = [
|
|
|
10994
10999
|
}
|
|
10995
11000
|
]
|
|
10996
11001
|
},
|
|
11002
|
+
{
|
|
11003
|
+
name: 'Argochain Testnet',
|
|
11004
|
+
chain: 'Argochain',
|
|
11005
|
+
icon: 'argochain',
|
|
11006
|
+
rpc: [
|
|
11007
|
+
'https://rpc-testnet.devolvedai.com',
|
|
11008
|
+
'https://test-rpc.devolvedai.com'
|
|
11009
|
+
],
|
|
11010
|
+
faucets: [ 'https://faucet.argoscan.net' ],
|
|
11011
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11012
|
+
infoURL: 'https://devolvedai.com',
|
|
11013
|
+
shortName: 'tAGC',
|
|
11014
|
+
chainId: 1298,
|
|
11015
|
+
networkId: 1298,
|
|
11016
|
+
explorers: [
|
|
11017
|
+
{
|
|
11018
|
+
name: 'Argochain Test Scanner',
|
|
11019
|
+
url: 'https://test-scanner.devolvedai.com',
|
|
11020
|
+
standard: 'EIP3091'
|
|
11021
|
+
}
|
|
11022
|
+
]
|
|
11023
|
+
},
|
|
10997
11024
|
{
|
|
10998
11025
|
name: 'Argochain',
|
|
10999
11026
|
chain: 'Argochain',
|
|
@@ -24691,8 +24718,8 @@ const chainArray = [
|
|
|
24691
24718
|
]
|
|
24692
24719
|
},
|
|
24693
24720
|
{
|
|
24694
|
-
name: 'Bitharvest
|
|
24695
|
-
chain: 'Bitharvest
|
|
24721
|
+
name: 'Bitharvest Chain Mainnet',
|
|
24722
|
+
chain: 'Bitharvest Chain Mainnet',
|
|
24696
24723
|
rpc: [ 'https://rpc.bthscan.io/' ],
|
|
24697
24724
|
features: [ { name: 'EIP1559' } ],
|
|
24698
24725
|
faucets: [],
|
|
@@ -32014,6 +32041,30 @@ const chainArray = [
|
|
|
32014
32041
|
}
|
|
32015
32042
|
]
|
|
32016
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
|
+
},
|
|
32017
32068
|
{
|
|
32018
32069
|
name: 'Mantis Testnet (Hexapod)',
|
|
32019
32070
|
chain: 'Mantis',
|
|
@@ -33261,14 +33312,14 @@ const chainArray = [
|
|
|
33261
33312
|
]
|
|
33262
33313
|
},
|
|
33263
33314
|
{
|
|
33264
|
-
name: 'Bitharvest
|
|
33265
|
-
chain: 'Bitharvest
|
|
33315
|
+
name: 'Bitharvest Chain Testnet',
|
|
33316
|
+
chain: 'Bitharvest Chain Testnet',
|
|
33266
33317
|
rpc: [ 'https://rpc-testnet.bthscan.io/' ],
|
|
33267
33318
|
features: [ { name: 'EIP1559' } ],
|
|
33268
33319
|
faucets: [],
|
|
33269
33320
|
nativeCurrency: {
|
|
33270
33321
|
name: 'Bitharvest Testnet Native Token',
|
|
33271
|
-
symbol: '
|
|
33322
|
+
symbol: 'BTH',
|
|
33272
33323
|
decimals: 18
|
|
33273
33324
|
},
|
|
33274
33325
|
infoURL: '',
|
|
@@ -33743,6 +33794,30 @@ const chainArray = [
|
|
|
33743
33794
|
}
|
|
33744
33795
|
]
|
|
33745
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
|
+
},
|
|
33746
33821
|
{
|
|
33747
33822
|
name: 'Milkomeda A1 Testnet',
|
|
33748
33823
|
chain: 'milkTAlgo',
|
|
@@ -36013,6 +36088,26 @@ const chainArray = [
|
|
|
36013
36088
|
],
|
|
36014
36089
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
36015
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
|
+
},
|
|
36016
36111
|
{
|
|
36017
36112
|
name: 'Hypra Mainnet',
|
|
36018
36113
|
chain: 'HYP',
|
|
@@ -36969,6 +37064,20 @@ const chainArray = [
|
|
|
36969
37064
|
}
|
|
36970
37065
|
]
|
|
36971
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
|
+
},
|
|
36972
37081
|
{
|
|
36973
37082
|
name: 'Posichain Devnet Shard 0',
|
|
36974
37083
|
chain: 'PSC',
|