eth-chainlist 0.0.272 → 0.0.273
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 +8 -0
- package/data/chain.js +110 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.273 (2023-11-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.272 ([9fbf5bc](https://github.com/poowf/eth-chainlist/commit/9fbf5bc8bfd194f7dfc86e14a074822d62f02554))
|
9
|
+
* update chain data ([0e54dff](https://github.com/poowf/eth-chainlist/commit/0e54dffc8a30a87e654e15a4522e6521065381e6))
|
10
|
+
|
3
11
|
### 0.0.272 (2023-11-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4439,6 +4439,30 @@ const chainArray = [
|
|
4439
4439
|
chainId: 385,
|
4440
4440
|
networkId: 385
|
4441
4441
|
},
|
4442
|
+
{
|
4443
|
+
name: 'Nativ3 Mainnet',
|
4444
|
+
chainId: 399,
|
4445
|
+
shortName: 'N3',
|
4446
|
+
chain: 'Nativ3',
|
4447
|
+
icon: 'nativ3',
|
4448
|
+
networkId: 399,
|
4449
|
+
nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
|
4450
|
+
rpc: [ 'https://rpc.nativ3.network', 'wss://ws.nativ3.network' ],
|
4451
|
+
faucets: [],
|
4452
|
+
explorers: [
|
4453
|
+
{
|
4454
|
+
name: 'N3scan',
|
4455
|
+
url: 'https://scan.nativ3.network',
|
4456
|
+
standard: 'EIP3091'
|
4457
|
+
}
|
4458
|
+
],
|
4459
|
+
infoURL: 'https://nativ3.network',
|
4460
|
+
parent: {
|
4461
|
+
type: 'L2',
|
4462
|
+
chain: 'eip155-42161',
|
4463
|
+
bridges: [ { url: 'https://bridge.nativ3.network' } ]
|
4464
|
+
}
|
4465
|
+
},
|
4442
4466
|
{
|
4443
4467
|
name: 'HyperonChain TestNet',
|
4444
4468
|
chain: 'HPN',
|
@@ -15370,6 +15394,26 @@ const chainArray = [
|
|
15370
15394
|
}
|
15371
15395
|
]
|
15372
15396
|
},
|
15397
|
+
{
|
15398
|
+
name: 'MCH Verse Mainnet',
|
15399
|
+
chain: 'MCH Verse',
|
15400
|
+
icon: 'mch_verse',
|
15401
|
+
rpc: [ 'https://rpc.oasys.mycryptoheroes.net' ],
|
15402
|
+
faucets: [],
|
15403
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
15404
|
+
infoURL: 'https://www.mycryptoheroes.net/verse',
|
15405
|
+
shortName: 'MCHV',
|
15406
|
+
chainId: 29548,
|
15407
|
+
networkId: 29548,
|
15408
|
+
explorers: [
|
15409
|
+
{
|
15410
|
+
name: 'MCH Verse Explorer',
|
15411
|
+
url: 'https://explorer.oasys.mycryptoheroes.net',
|
15412
|
+
standard: 'EIP3091'
|
15413
|
+
}
|
15414
|
+
],
|
15415
|
+
parent: { type: 'L2', chain: 'eip155-248' }
|
15416
|
+
},
|
15373
15417
|
{
|
15374
15418
|
name: 'Piece testnet',
|
15375
15419
|
chain: 'PieceNetwork',
|
@@ -16314,6 +16358,27 @@ const chainArray = [
|
|
16314
16358
|
}
|
16315
16359
|
]
|
16316
16360
|
},
|
16361
|
+
{
|
16362
|
+
name: 'Electroneum Mainnet',
|
16363
|
+
chain: 'Electroneum',
|
16364
|
+
rpc: [ 'https://api.electroneum.com' ],
|
16365
|
+
faucets: [],
|
16366
|
+
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
16367
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
16368
|
+
infoURL: 'https://electroneum.com',
|
16369
|
+
shortName: 'etn-mainnet',
|
16370
|
+
chainId: 52014,
|
16371
|
+
networkId: 52014,
|
16372
|
+
icon: 'electroneum',
|
16373
|
+
explorers: [
|
16374
|
+
{
|
16375
|
+
name: 'blockscout',
|
16376
|
+
url: 'https://blockexplorer.electroneum.com',
|
16377
|
+
icon: 'electroneum',
|
16378
|
+
standard: 'EIP3091'
|
16379
|
+
}
|
16380
|
+
]
|
16381
|
+
},
|
16317
16382
|
{
|
16318
16383
|
name: 'DFK Chain',
|
16319
16384
|
chain: 'DFK',
|
@@ -18991,6 +19056,30 @@ const chainArray = [
|
|
18991
19056
|
}
|
18992
19057
|
]
|
18993
19058
|
},
|
19059
|
+
{
|
19060
|
+
name: 'Nativ3 Testnet',
|
19061
|
+
chainId: 333333,
|
19062
|
+
shortName: 'N3-Test',
|
19063
|
+
chain: 'N3-Test',
|
19064
|
+
icon: 'nativ3',
|
19065
|
+
networkId: 333333,
|
19066
|
+
nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
|
19067
|
+
rpc: [ 'https://rpctest.nativ3.network', 'wss://wstest.nativ3.network' ],
|
19068
|
+
faucets: [],
|
19069
|
+
explorers: [
|
19070
|
+
{
|
19071
|
+
name: 'Nativ3 Test Explorer',
|
19072
|
+
url: 'https://scantest.nativ3.network',
|
19073
|
+
standard: 'EIP3091'
|
19074
|
+
}
|
19075
|
+
],
|
19076
|
+
infoURL: 'https://nativ3.network',
|
19077
|
+
parent: {
|
19078
|
+
type: 'L2',
|
19079
|
+
chain: 'eip155-421613',
|
19080
|
+
bridges: [ { url: 'https://bridgetest.nativ3.network' } ]
|
19081
|
+
}
|
19082
|
+
},
|
18994
19083
|
{
|
18995
19084
|
name: 'Oone Chain Testnet',
|
18996
19085
|
chain: 'OONE Testnet',
|
@@ -20282,6 +20371,27 @@ const chainArray = [
|
|
20282
20371
|
}
|
20283
20372
|
]
|
20284
20373
|
},
|
20374
|
+
{
|
20375
|
+
name: 'Electroneum Testnet',
|
20376
|
+
chain: 'Electroneum',
|
20377
|
+
rpc: [ 'https://api.electroneum.com' ],
|
20378
|
+
faucets: [],
|
20379
|
+
nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
|
20380
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
20381
|
+
infoURL: 'https://electroneum.com',
|
20382
|
+
shortName: 'etn-testnet',
|
20383
|
+
chainId: 5201420,
|
20384
|
+
networkId: 5201420,
|
20385
|
+
icon: 'electroneum',
|
20386
|
+
explorers: [
|
20387
|
+
{
|
20388
|
+
name: 'blockscout',
|
20389
|
+
url: 'https://blockexplorer.thesecurityteam.rocks',
|
20390
|
+
icon: 'electroneum',
|
20391
|
+
standard: 'EIP3091'
|
20392
|
+
}
|
20393
|
+
]
|
20394
|
+
},
|
20285
20395
|
{
|
20286
20396
|
name: 'Imversed Mainnet',
|
20287
20397
|
chain: 'Imversed',
|