eth-chainlist 0.0.396 → 0.0.398
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 +99 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.398 (2024-05-08)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.397 ([0a75086](https://github.com/poowf/eth-chainlist/commit/0a7508634fdb64c5bc4691dc1cfce0e7c05d10d6))
|
9
|
+
* update chain data ([0be2878](https://github.com/poowf/eth-chainlist/commit/0be2878612e5dff0061c919c5c887ff62127ec0d))
|
10
|
+
|
11
|
+
### 0.0.397 (2024-05-07)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.396 ([499ce4c](https://github.com/poowf/eth-chainlist/commit/499ce4c7890fe2bc3aa7ad34662b107ae550634b))
|
17
|
+
* update chain data ([5b70686](https://github.com/poowf/eth-chainlist/commit/5b70686d50db0987cd981c817fd1b70498f7483e))
|
18
|
+
|
3
19
|
### 0.0.396 (2024-05-06)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -10792,6 +10792,25 @@ const chainArray = [
|
|
10792
10792
|
bridges: [ { url: 'https://bridge.dexilla.com' } ]
|
10793
10793
|
}
|
10794
10794
|
},
|
10795
|
+
{
|
10796
|
+
name: 'AIW3 Testnet',
|
10797
|
+
chain: 'AIW3',
|
10798
|
+
rpc: [ 'https://rpc-testnet.aiw3.io/' ],
|
10799
|
+
faucets: [],
|
10800
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
10801
|
+
infoURL: 'https://aiw3.io/',
|
10802
|
+
shortName: 'AIW3-Testnet',
|
10803
|
+
chainId: 1956,
|
10804
|
+
networkId: 1956,
|
10805
|
+
icon: 'aiw3',
|
10806
|
+
explorers: [
|
10807
|
+
{
|
10808
|
+
name: 'aiw3 testnet scan',
|
10809
|
+
url: 'https://scan-testnet.aiw3.io',
|
10810
|
+
standard: 'none'
|
10811
|
+
}
|
10812
|
+
]
|
10813
|
+
},
|
10795
10814
|
{
|
10796
10815
|
name: 'Selendra Network Mainnet',
|
10797
10816
|
chain: 'SEL',
|
@@ -11576,6 +11595,20 @@ const chainArray = [
|
|
11576
11595
|
chainId: 2044,
|
11577
11596
|
networkId: 2044
|
11578
11597
|
},
|
11598
|
+
{
|
11599
|
+
name: 'AIW3 Mainnet',
|
11600
|
+
chain: 'AIW3',
|
11601
|
+
status: 'incubating',
|
11602
|
+
rpc: [],
|
11603
|
+
faucets: [],
|
11604
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
11605
|
+
infoURL: 'https://aiw3.io/',
|
11606
|
+
shortName: 'AIW3',
|
11607
|
+
chainId: 2045,
|
11608
|
+
networkId: 2045,
|
11609
|
+
icon: 'aiw3',
|
11610
|
+
explorers: []
|
11611
|
+
},
|
11579
11612
|
{
|
11580
11613
|
name: 'Stratos Testnet',
|
11581
11614
|
chain: 'STOS',
|
@@ -12947,7 +12980,10 @@ const chainArray = [
|
|
12947
12980
|
name: 'Morph Holesky',
|
12948
12981
|
title: 'Morph Holesky Testnet',
|
12949
12982
|
chain: 'ETH',
|
12950
|
-
rpc: [
|
12983
|
+
rpc: [
|
12984
|
+
'https://rpc-holesky.morphl2.io',
|
12985
|
+
'https://rpc-quicknode-holesky.morphl2.io'
|
12986
|
+
],
|
12951
12987
|
faucets: [],
|
12952
12988
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12953
12989
|
infoURL: 'https://morphl2.io',
|
@@ -22332,7 +22368,7 @@ const chainArray = [
|
|
22332
22368
|
'wss://dodochain-testnet.alt.technology/ws'
|
22333
22369
|
],
|
22334
22370
|
faucets: [],
|
22335
|
-
nativeCurrency: { name: '
|
22371
|
+
nativeCurrency: { name: 'DODO', symbol: 'DODO', decimals: 18 },
|
22336
22372
|
infoURL: 'https://www.dodochain.com',
|
22337
22373
|
shortName: 'dodochain',
|
22338
22374
|
chainId: 53457,
|
@@ -25535,8 +25571,8 @@ const chainArray = [
|
|
25535
25571
|
name: 'Mind Network Testnet',
|
25536
25572
|
chain: 'FHET',
|
25537
25573
|
rpc: [
|
25538
|
-
'https://
|
25539
|
-
'wss://
|
25574
|
+
'https://rpc-testnet.mindnetwork.xyz',
|
25575
|
+
'wss://rpc-testnet.mindnetwork.xyz'
|
25540
25576
|
],
|
25541
25577
|
faucets: [],
|
25542
25578
|
nativeCurrency: { name: 'FHE', symbol: 'FHE', decimals: 18 },
|
@@ -26243,6 +26279,25 @@ const chainArray = [
|
|
26243
26279
|
],
|
26244
26280
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
26245
26281
|
},
|
26282
|
+
{
|
26283
|
+
name: 'One World Chain Mainnet',
|
26284
|
+
chain: 'One World Chain',
|
26285
|
+
icon: 'oneWorldChainIcon',
|
26286
|
+
rpc: [ 'https://mainnet-rpc.oneworldchain.org' ],
|
26287
|
+
faucets: [],
|
26288
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
26289
|
+
infoURL: 'https://oneworldchain.org',
|
26290
|
+
shortName: 'OWCTm',
|
26291
|
+
chainId: 309075,
|
26292
|
+
networkId: 309075,
|
26293
|
+
explorers: [
|
26294
|
+
{
|
26295
|
+
name: 'One World Chain Mainnet Explorer',
|
26296
|
+
url: 'https://mainnet.oneworldchain.org',
|
26297
|
+
standard: 'EIP3091'
|
26298
|
+
}
|
26299
|
+
]
|
26300
|
+
},
|
26246
26301
|
{
|
26247
26302
|
name: 'SaharaAI Testnet',
|
26248
26303
|
chain: 'Sahara',
|
@@ -26305,6 +26360,27 @@ const chainArray = [
|
|
26305
26360
|
}
|
26306
26361
|
]
|
26307
26362
|
},
|
26363
|
+
{
|
26364
|
+
name: 'Parex Mainnet',
|
26365
|
+
title: 'Parex Mainnet',
|
26366
|
+
chain: 'Parex',
|
26367
|
+
rpc: [ 'https://mainnet-rpc.parex.network' ],
|
26368
|
+
faucets: [],
|
26369
|
+
nativeCurrency: { name: 'PAREX', symbol: 'PRX', decimals: 18 },
|
26370
|
+
infoURL: 'https://parex.network',
|
26371
|
+
shortName: 'parex',
|
26372
|
+
chainId: 322202,
|
26373
|
+
networkId: 322202,
|
26374
|
+
icon: 'parexmain',
|
26375
|
+
explorers: [
|
26376
|
+
{
|
26377
|
+
name: 'Parex Mainnet Explorer',
|
26378
|
+
url: 'https://scan.parex.network',
|
26379
|
+
icon: 'parexmain',
|
26380
|
+
standard: 'EIP3091'
|
26381
|
+
}
|
26382
|
+
]
|
26383
|
+
},
|
26308
26384
|
{
|
26309
26385
|
name: 'Bloom Genesis Testnet',
|
26310
26386
|
chain: 'Bloom',
|
@@ -27157,6 +27233,25 @@ const chainArray = [
|
|
27157
27233
|
}
|
27158
27234
|
]
|
27159
27235
|
},
|
27236
|
+
{
|
27237
|
+
name: 'One World Chain Testnet',
|
27238
|
+
chain: 'One World Chain',
|
27239
|
+
icon: 'oneWorldChainIcon',
|
27240
|
+
rpc: [ 'https://testnet-rpc.oneworldchain.org' ],
|
27241
|
+
faucets: [ 'https://faucet.oneworldchain.org' ],
|
27242
|
+
nativeCurrency: { name: 'OWCT', symbol: 'OWCT', decimals: 18 },
|
27243
|
+
infoURL: 'https://oneworldchain.org',
|
27244
|
+
shortName: 'OWCTt',
|
27245
|
+
chainId: 552981,
|
27246
|
+
networkId: 552981,
|
27247
|
+
explorers: [
|
27248
|
+
{
|
27249
|
+
name: 'One World Chain Testnet Explorer',
|
27250
|
+
url: 'https://testnet.oneworldchain.org',
|
27251
|
+
standard: 'EIP3091'
|
27252
|
+
}
|
27253
|
+
]
|
27254
|
+
},
|
27160
27255
|
{
|
27161
27256
|
name: 'Eclipse Testnet',
|
27162
27257
|
chain: 'ECLIPSE',
|