eth-chainlist 0.0.21 → 0.0.23

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.23 (2022-11-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.22 ([e039926](https://github.com/poowf/eth-chainlist/commit/e039926d9ce0e816c40042fff60a85e3e2fddda1))
9
+ * update chain data ([af61286](https://github.com/poowf/eth-chainlist/commit/af61286e1bdff2fa0146c11a140ec22a09caeea3))
10
+
11
+ ### 0.0.22 (2022-11-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.21 ([9ae89c4](https://github.com/poowf/eth-chainlist/commit/9ae89c4d2e7d3bda6eb8907779beaa6131146d2b))
17
+ * update chain data ([572ea0c](https://github.com/poowf/eth-chainlist/commit/572ea0c42160f79872303f10dfe0e7aaffbdb3c5))
18
+
3
19
  ### 0.0.21 (2022-11-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3497,8 +3497,10 @@ const chainArray = [
3497
3497
  rpc: [
3498
3498
  'https://evm-dataseed1.meerscan.io',
3499
3499
  'https://evm-dataseed2.meerscan.io',
3500
+ 'https://evm-dataseed3.meerscan.io',
3500
3501
  'https://evm-dataseed.meerscan.com',
3501
- 'https://evm-dataseed1.meerscan.com'
3502
+ 'https://evm-dataseed1.meerscan.com',
3503
+ 'https://evm-dataseed2.meerscan.com'
3502
3504
  ],
3503
3505
  faucets: [],
3504
3506
  nativeCurrency: { name: 'Qitmeer', symbol: 'MEER', decimals: 18 },
@@ -5267,7 +5269,7 @@ const chainArray = [
5267
5269
  {
5268
5270
  name: 'Findora Mainnet',
5269
5271
  chain: 'Findora',
5270
- rpc: [ 'https://prod-mainnet.prod.findora.org:8545' ],
5272
+ rpc: [ 'https://rpc-mainnet.findora.org' ],
5271
5273
  faucets: [],
5272
5274
  nativeCurrency: { name: 'FRA', symbol: 'FRA', decimals: 18 },
5273
5275
  infoURL: 'https://findora.org/',
@@ -6366,6 +6368,30 @@ const chainArray = [
6366
6368
  }
6367
6369
  ]
6368
6370
  },
6371
+ {
6372
+ name: 'Planq Mainnet',
6373
+ chain: 'Planq',
6374
+ icon: 'planq',
6375
+ rpc: [ 'https://evm-rpc.planq.network' ],
6376
+ faucets: [],
6377
+ nativeCurrency: { name: 'Planq', symbol: 'PLQ', decimals: 18 },
6378
+ infoURL: 'https://planq.network',
6379
+ shortName: 'planq',
6380
+ chainId: 7070,
6381
+ networkId: 7070,
6382
+ explorers: [
6383
+ {
6384
+ name: 'Planq EVM Explorer (Blockscout)',
6385
+ url: 'https://evm.planq.network',
6386
+ standard: 'none'
6387
+ },
6388
+ {
6389
+ name: 'Planq Cosmos Explorer (BigDipper)',
6390
+ url: 'https://explorer.planq.network',
6391
+ standard: 'none'
6392
+ }
6393
+ ]
6394
+ },
6369
6395
  {
6370
6396
  name: 'Shyft Mainnet',
6371
6397
  chain: 'SHYFT',
@@ -7315,6 +7341,25 @@ const chainArray = [
7315
7341
  ],
7316
7342
  parent: { type: 'L2', chain: 'eip155-43113' }
7317
7343
  },
7344
+ {
7345
+ name: 'SPS',
7346
+ chain: 'SPS',
7347
+ rpc: [ 'https://marketplace.ssquad.games' ],
7348
+ faucets: [],
7349
+ nativeCurrency: { name: 'ECG', symbol: 'ECG', decimals: 18 },
7350
+ infoURL: 'https://ssquad.games/',
7351
+ shortName: 'SPS',
7352
+ chainId: 13000,
7353
+ networkId: 13000,
7354
+ explorers: [
7355
+ {
7356
+ name: 'SPS Explorer',
7357
+ url: 'http://spsscan.ssquad.games',
7358
+ standard: 'EIP3091'
7359
+ }
7360
+ ],
7361
+ status: 'incubating'
7362
+ },
7318
7363
  {
7319
7364
  name: 'Phoenix Mainnet',
7320
7365
  chain: 'Phoenix',
@@ -7335,6 +7380,24 @@ const chainArray = [
7335
7380
  }
7336
7381
  ]
7337
7382
  },
7383
+ {
7384
+ name: 'SPS Testnet',
7385
+ chain: 'SPS-Testnet',
7386
+ rpc: [ 'https://www.3sps.net' ],
7387
+ faucets: [],
7388
+ nativeCurrency: { name: 'ECG', symbol: 'ECG', decimals: 18 },
7389
+ infoURL: 'https://ssquad.games/',
7390
+ shortName: 'SPS-Test',
7391
+ chainId: 14000,
7392
+ networkId: 14000,
7393
+ explorers: [
7394
+ {
7395
+ name: 'SPS Test Explorer',
7396
+ url: 'https://explorer.3sps.net',
7397
+ standard: 'EIP3091'
7398
+ }
7399
+ ]
7400
+ },
7338
7401
  {
7339
7402
  name: 'Trust EVM Testnet',
7340
7403
  chain: 'Trust EVM Testnet',
@@ -10088,9 +10151,12 @@ const chainArray = [
10088
10151
  explorers: []
10089
10152
  },
10090
10153
  {
10091
- name: 'Imversed Canary',
10154
+ name: 'Imversed Mainnet',
10092
10155
  chain: 'Imversed',
10093
- rpc: [ 'https://jsonrpc-endpoint-canary.imversed.com' ],
10156
+ rpc: [
10157
+ 'https://jsonrpc.imversed.network',
10158
+ 'https://ws-jsonrpc.imversed.network'
10159
+ ],
10094
10160
  faucets: [],
10095
10161
  nativeCurrency: { name: 'Imversed Token', symbol: 'IMV', decimals: 18 },
10096
10162
  infoURL: 'https://imversed.com',
@@ -10099,6 +10165,12 @@ const chainArray = [
10099
10165
  networkId: 5555555,
10100
10166
  icon: 'imversed',
10101
10167
  explorers: [
10168
+ {
10169
+ name: 'Imversed EVM explorer (Blockscout)',
10170
+ url: 'https://txe.imversed.network',
10171
+ icon: 'imversed',
10172
+ standard: 'EIP3091'
10173
+ },
10102
10174
  {
10103
10175
  name: 'Imversed Cosmos Explorer (Big Dipper)',
10104
10176
  url: 'https://tex-c.imversed.com',
@@ -10110,7 +10182,10 @@ const chainArray = [
10110
10182
  {
10111
10183
  name: 'Imversed Testnet',
10112
10184
  chain: 'Imversed',
10113
- rpc: [ 'https://jsonrpc-endpoint-test.imversed.com' ],
10185
+ rpc: [
10186
+ 'https://jsonrpc-test.imversed.network',
10187
+ 'https://ws-jsonrpc-test.imversed.network'
10188
+ ],
10114
10189
  faucets: [],
10115
10190
  nativeCurrency: { name: 'Imversed Token', symbol: 'IMV', decimals: 18 },
10116
10191
  infoURL: 'https://imversed.com',
@@ -10121,9 +10196,9 @@ const chainArray = [
10121
10196
  explorers: [
10122
10197
  {
10123
10198
  name: 'Imversed EVM Explorer (Blockscout)',
10124
- url: 'https://txe-test.imversed.com',
10199
+ url: 'https://txe-test.imversed.network',
10125
10200
  icon: 'imversed',
10126
- standard: 'none'
10201
+ standard: 'EIP3091'
10127
10202
  },
10128
10203
  {
10129
10204
  name: 'Imversed Cosmos Explorer (Big Dipper)',
@@ -10313,7 +10388,7 @@ const chainArray = [
10313
10388
  name: 'Excelon Mainnet',
10314
10389
  chain: 'XLON',
10315
10390
  icon: 'xlon',
10316
- rpc: [ 'http://wallet2.xlon.org:8545' ],
10391
+ rpc: [ 'https://edgewallet1.xlon.org/' ],
10317
10392
  faucets: [],
10318
10393
  nativeCurrency: { name: 'Excelon', symbol: 'xlon', decimals: 18 },
10319
10394
  infoURL: 'https://xlon.org',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {