eth-chainlist 0.0.272 → 0.0.274

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +118 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.274 (2023-11-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.273 ([e3402d5](https://github.com/poowf/eth-chainlist/commit/e3402d5c1c043d1d2dac450effde3aec589dfb2e))
9
+ * update chain data ([56b8c3e](https://github.com/poowf/eth-chainlist/commit/56b8c3ea7df62509ec20e8b32a26a20572a8faeb))
10
+
11
+ ### 0.0.273 (2023-11-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.272 ([9fbf5bc](https://github.com/poowf/eth-chainlist/commit/9fbf5bc8bfd194f7dfc86e14a074822d62f02554))
17
+ * update chain data ([0e54dff](https://github.com/poowf/eth-chainlist/commit/0e54dffc8a30a87e654e15a4522e6521065381e6))
18
+
3
19
  ### 0.0.272 (2023-11-01)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3111,12 +3111,12 @@ const chainArray = [
3111
3111
  ]
3112
3112
  },
3113
3113
  {
3114
- name: 'OKBChain Testnet',
3115
- chain: 'okbchain',
3116
- rpc: [ 'https://okbtestrpc.okbchain.org' ],
3114
+ name: 'Xgon Testnet',
3115
+ chain: 'xgon',
3116
+ rpc: [ 'https://testrpc.xgon.io' ],
3117
3117
  faucets: [ 'https://www.oklink.com/okbc-test' ],
3118
3118
  nativeCurrency: {
3119
- name: 'OKBChain Global Utility Token in testnet',
3119
+ name: 'Xgon Global Utility Token in testnet',
3120
3120
  symbol: 'OKB',
3121
3121
  decimals: 18
3122
3122
  },
@@ -3135,17 +3135,13 @@ const chainArray = [
3135
3135
  status: 'active'
3136
3136
  },
3137
3137
  {
3138
- name: 'OKBChain Mainnet',
3139
- chain: 'okbchain',
3138
+ name: 'Xgon Mainnet',
3139
+ chain: 'xgon',
3140
3140
  rpc: [],
3141
3141
  faucets: [],
3142
- nativeCurrency: {
3143
- name: 'OKBChain Global Utility Token',
3144
- symbol: 'OKB',
3145
- decimals: 18
3146
- },
3142
+ nativeCurrency: { name: 'Xgon Global Utility Token', symbol: 'OKB', decimals: 18 },
3147
3143
  features: [],
3148
- infoURL: 'https://www.okex.com/okc',
3144
+ infoURL: 'https://www.okx.com/okbc/docs/dev/quick-start/introduction/introduction-to-okbchain',
3149
3145
  shortName: 'okb',
3150
3146
  chainId: 196,
3151
3147
  networkId: 196,
@@ -4439,6 +4435,30 @@ const chainArray = [
4439
4435
  chainId: 385,
4440
4436
  networkId: 385
4441
4437
  },
4438
+ {
4439
+ name: 'Nativ3 Mainnet',
4440
+ chainId: 399,
4441
+ shortName: 'N3',
4442
+ chain: 'Nativ3',
4443
+ icon: 'nativ3',
4444
+ networkId: 399,
4445
+ nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
4446
+ rpc: [ 'https://rpc.nativ3.network', 'wss://ws.nativ3.network' ],
4447
+ faucets: [],
4448
+ explorers: [
4449
+ {
4450
+ name: 'N3scan',
4451
+ url: 'https://scan.nativ3.network',
4452
+ standard: 'EIP3091'
4453
+ }
4454
+ ],
4455
+ infoURL: 'https://nativ3.network',
4456
+ parent: {
4457
+ type: 'L2',
4458
+ chain: 'eip155-42161',
4459
+ bridges: [ { url: 'https://bridge.nativ3.network' } ]
4460
+ }
4461
+ },
4442
4462
  {
4443
4463
  name: 'HyperonChain TestNet',
4444
4464
  chain: 'HPN',
@@ -15370,6 +15390,26 @@ const chainArray = [
15370
15390
  }
15371
15391
  ]
15372
15392
  },
15393
+ {
15394
+ name: 'MCH Verse Mainnet',
15395
+ chain: 'MCH Verse',
15396
+ icon: 'mch_verse',
15397
+ rpc: [ 'https://rpc.oasys.mycryptoheroes.net' ],
15398
+ faucets: [],
15399
+ nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
15400
+ infoURL: 'https://www.mycryptoheroes.net/verse',
15401
+ shortName: 'MCHV',
15402
+ chainId: 29548,
15403
+ networkId: 29548,
15404
+ explorers: [
15405
+ {
15406
+ name: 'MCH Verse Explorer',
15407
+ url: 'https://explorer.oasys.mycryptoheroes.net',
15408
+ standard: 'EIP3091'
15409
+ }
15410
+ ],
15411
+ parent: { type: 'L2', chain: 'eip155-248' }
15412
+ },
15373
15413
  {
15374
15414
  name: 'Piece testnet',
15375
15415
  chain: 'PieceNetwork',
@@ -16314,6 +16354,27 @@ const chainArray = [
16314
16354
  }
16315
16355
  ]
16316
16356
  },
16357
+ {
16358
+ name: 'Electroneum Mainnet',
16359
+ chain: 'Electroneum',
16360
+ rpc: [ 'https://api.electroneum.com' ],
16361
+ faucets: [],
16362
+ nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
16363
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
16364
+ infoURL: 'https://electroneum.com',
16365
+ shortName: 'etn-mainnet',
16366
+ chainId: 52014,
16367
+ networkId: 52014,
16368
+ icon: 'electroneum',
16369
+ explorers: [
16370
+ {
16371
+ name: 'blockscout',
16372
+ url: 'https://blockexplorer.electroneum.com',
16373
+ icon: 'electroneum',
16374
+ standard: 'EIP3091'
16375
+ }
16376
+ ]
16377
+ },
16317
16378
  {
16318
16379
  name: 'DFK Chain',
16319
16380
  chain: 'DFK',
@@ -18991,6 +19052,30 @@ const chainArray = [
18991
19052
  }
18992
19053
  ]
18993
19054
  },
19055
+ {
19056
+ name: 'Nativ3 Testnet',
19057
+ chainId: 333333,
19058
+ shortName: 'N3-Test',
19059
+ chain: 'N3-Test',
19060
+ icon: 'nativ3',
19061
+ networkId: 333333,
19062
+ nativeCurrency: { name: 'USNT', symbol: 'USNT', decimals: 18 },
19063
+ rpc: [ 'https://rpctest.nativ3.network', 'wss://wstest.nativ3.network' ],
19064
+ faucets: [],
19065
+ explorers: [
19066
+ {
19067
+ name: 'Nativ3 Test Explorer',
19068
+ url: 'https://scantest.nativ3.network',
19069
+ standard: 'EIP3091'
19070
+ }
19071
+ ],
19072
+ infoURL: 'https://nativ3.network',
19073
+ parent: {
19074
+ type: 'L2',
19075
+ chain: 'eip155-421613',
19076
+ bridges: [ { url: 'https://bridgetest.nativ3.network' } ]
19077
+ }
19078
+ },
18994
19079
  {
18995
19080
  name: 'Oone Chain Testnet',
18996
19081
  chain: 'OONE Testnet',
@@ -20282,6 +20367,27 @@ const chainArray = [
20282
20367
  }
20283
20368
  ]
20284
20369
  },
20370
+ {
20371
+ name: 'Electroneum Testnet',
20372
+ chain: 'Electroneum',
20373
+ rpc: [ 'https://api.electroneum.com' ],
20374
+ faucets: [],
20375
+ nativeCurrency: { name: 'Electroneum', symbol: 'ETN', decimals: 18 },
20376
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
20377
+ infoURL: 'https://electroneum.com',
20378
+ shortName: 'etn-testnet',
20379
+ chainId: 5201420,
20380
+ networkId: 5201420,
20381
+ icon: 'electroneum',
20382
+ explorers: [
20383
+ {
20384
+ name: 'blockscout',
20385
+ url: 'https://blockexplorer.thesecurityteam.rocks',
20386
+ icon: 'electroneum',
20387
+ standard: 'EIP3091'
20388
+ }
20389
+ ]
20390
+ },
20285
20391
  {
20286
20392
  name: 'Imversed Mainnet',
20287
20393
  chain: 'Imversed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.272",
3
+ "version": "0.0.274",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {