eth-chainlist 0.0.271 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.272 (2023-11-01)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.271 ([a14ffcb](https://github.com/poowf/eth-chainlist/commit/a14ffcb704ff1bc9a2a351f551c55cd6bbeb0b39))
17
+ * update chain data ([78a0d72](https://github.com/poowf/eth-chainlist/commit/78a0d72e002bea3be1385b1fdb404332f76c2dbe))
18
+
3
19
  ### 0.0.271 (2023-10-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2424,7 +2424,15 @@ const chainArray = [
2424
2424
  shortName: 'fuse',
2425
2425
  chainId: 122,
2426
2426
  networkId: 122,
2427
- icon: 'fuse'
2427
+ icon: 'fuse',
2428
+ explorers: [
2429
+ {
2430
+ name: 'blockscout',
2431
+ url: 'https://explorer.fuse.io',
2432
+ icon: 'blockscout',
2433
+ standard: 'EIP3091'
2434
+ }
2435
+ ]
2428
2436
  },
2429
2437
  {
2430
2438
  name: 'Fuse Sparknet',
@@ -4431,6 +4439,30 @@ const chainArray = [
4431
4439
  chainId: 385,
4432
4440
  networkId: 385
4433
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
+ },
4434
4466
  {
4435
4467
  name: 'HyperonChain TestNet',
4436
4468
  chain: 'HPN',
@@ -11126,10 +11158,13 @@ const chainArray = [
11126
11158
  {
11127
11159
  name: 'Beam',
11128
11160
  chain: 'BEAM',
11129
- rpc: [ 'https://subnets.avax.network/beam/mainnet/rpc' ],
11161
+ rpc: [
11162
+ 'https://subnets.avax.network/beam/mainnet/rpc',
11163
+ 'wss://subnets.avax.network/beam/mainnet/ws'
11164
+ ],
11130
11165
  features: [ { name: 'EIP1559' } ],
11131
- faucets: [],
11132
- nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
11166
+ faucets: [ 'https://faucet.onbeam.com' ],
11167
+ nativeCurrency: { name: 'Beam', symbol: 'BEAM', decimals: 18 },
11133
11168
  infoURL: 'https://www.onbeam.com',
11134
11169
  shortName: 'beam',
11135
11170
  icon: 'beam',
@@ -14460,10 +14495,16 @@ const chainArray = [
14460
14495
  {
14461
14496
  name: 'Beam Testnet',
14462
14497
  chain: 'BEAM',
14463
- rpc: [ 'https://subnets.avax.network/beam/testnet/rpc' ],
14498
+ rpc: [
14499
+ 'https://subnets.avax.network/beam/testnet/rpc',
14500
+ 'wss://subnets.avax.network/beam/testnet/ws'
14501
+ ],
14464
14502
  features: [ { name: 'EIP1559' } ],
14465
- faucets: [],
14466
- nativeCurrency: { name: 'Merit Circle', symbol: 'MC', decimals: 18 },
14503
+ faucets: [
14504
+ 'https://faucet.avax.network/?subnet=beam',
14505
+ 'https://faucet.onbeam.com'
14506
+ ],
14507
+ nativeCurrency: { name: 'Beam', symbol: 'BEAM', decimals: 18 },
14467
14508
  infoURL: 'https://www.onbeam.com',
14468
14509
  shortName: 'beam-testnet',
14469
14510
  icon: 'beam',
@@ -15353,6 +15394,26 @@ const chainArray = [
15353
15394
  }
15354
15395
  ]
15355
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
+ },
15356
15417
  {
15357
15418
  name: 'Piece testnet',
15358
15419
  chain: 'PieceNetwork',
@@ -16297,6 +16358,27 @@ const chainArray = [
16297
16358
  }
16298
16359
  ]
16299
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
+ },
16300
16382
  {
16301
16383
  name: 'DFK Chain',
16302
16384
  chain: 'DFK',
@@ -18974,6 +19056,30 @@ const chainArray = [
18974
19056
  }
18975
19057
  ]
18976
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
+ },
18977
19083
  {
18978
19084
  name: 'Oone Chain Testnet',
18979
19085
  chain: 'OONE Testnet',
@@ -20265,6 +20371,27 @@ const chainArray = [
20265
20371
  }
20266
20372
  ]
20267
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
+ },
20268
20395
  {
20269
20396
  name: 'Imversed Mainnet',
20270
20397
  chain: 'Imversed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.271",
3
+ "version": "0.0.273",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {