eth-chainlist 0.0.158 → 0.0.160

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.160 (2023-05-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.159 ([92b579f](https://github.com/poowf/eth-chainlist/commit/92b579fd3aa74c9316a344cb44392318df3994fe))
9
+ * update chain data ([dc1488c](https://github.com/poowf/eth-chainlist/commit/dc1488c358ce3becd17547557b0efa57fb5831bb))
10
+
11
+ ### 0.0.159 (2023-05-29)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.158 ([3c8417a](https://github.com/poowf/eth-chainlist/commit/3c8417a4c20734868190969842836edfb9d7cb5b))
17
+ * update chain data ([7fcb621](https://github.com/poowf/eth-chainlist/commit/7fcb621a50605778be0d7bad937a82ce0c4282b9))
18
+
3
19
  ### 0.0.158 (2023-05-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -8328,6 +8328,27 @@ const chainArray = [
8328
8328
  }
8329
8329
  ]
8330
8330
  },
8331
+ {
8332
+ name: 'PLAYA3ULL GAMES',
8333
+ chain: '3ULL',
8334
+ rpc: [ 'https://api.mainnet.playa3ull.games' ],
8335
+ faucets: [],
8336
+ nativeCurrency: { name: '3ULL', symbol: '3ULL', decimals: 18 },
8337
+ features: [ { name: 'EIP1559' } ],
8338
+ infoURL: 'https://playa3ull.games',
8339
+ shortName: '3ULL',
8340
+ chainId: 3011,
8341
+ networkId: 3011,
8342
+ icon: 'playa3ull',
8343
+ explorers: [
8344
+ {
8345
+ name: 'PLAYA3ULL GAMES Explorer',
8346
+ url: 'https://3011.routescan.io',
8347
+ icon: 'playa3ull',
8348
+ standard: 'EIP3091'
8349
+ }
8350
+ ]
8351
+ },
8331
8352
  {
8332
8353
  name: 'Orlando Chain',
8333
8354
  chain: 'ORL',
@@ -12887,10 +12908,14 @@ const chainArray = [
12887
12908
  ]
12888
12909
  },
12889
12910
  {
12890
- name: 'Floripa',
12891
- title: 'Wireshape Testnet Floripa',
12911
+ name: 'Wireshape Floripa Testnet',
12912
+ title: 'Wireshape Floripa Testnet',
12892
12913
  chain: 'Wireshape',
12893
- rpc: [ 'https://rpc-floripa.wireshape.org' ],
12914
+ icon: 'wireshape',
12915
+ rpc: [
12916
+ 'https://rpc-floripa.wireshape.org',
12917
+ 'https://floripa.rpc.thirdweb.com'
12918
+ ],
12894
12919
  faucets: [],
12895
12920
  nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
12896
12921
  infoURL: 'https://wireshape.org',
@@ -13242,6 +13267,25 @@ const chainArray = [
13242
13267
  }
13243
13268
  ]
13244
13269
  },
13270
+ {
13271
+ name: 'AxelChain Dev-Net',
13272
+ chain: 'AXEL',
13273
+ rpc: [ 'https://aium-rpc-dev.viacube.com' ],
13274
+ faucets: [],
13275
+ nativeCurrency: { name: 'Axelium', symbol: 'AIUM', decimals: 18 },
13276
+ infoURL: 'https://www.axel.org',
13277
+ shortName: 'aium-dev',
13278
+ chainId: 61800,
13279
+ networkId: 61800,
13280
+ icon: 'axelium',
13281
+ explorers: [
13282
+ {
13283
+ name: 'AxelChain Dev-Net Explorer',
13284
+ url: 'https://devexplorer2.viacube.com',
13285
+ standard: 'EIP3091'
13286
+ }
13287
+ ]
13288
+ },
13245
13289
  {
13246
13290
  name: 'Etica Mainnet',
13247
13291
  chain: 'Etica Protocol (ETI/EGAZ)',
@@ -14550,7 +14594,7 @@ const chainArray = [
14550
14594
  'https://rpc.main.siberium.net.ru'
14551
14595
  ],
14552
14596
  faucets: [],
14553
- nativeCurrency: { name: 'Siberium', symbol: 'SBR', decimals: 18 },
14597
+ nativeCurrency: { name: 'Siberium', symbol: 'SIBR', decimals: 18 },
14554
14598
  infoURL: 'https://siberium.net',
14555
14599
  shortName: 'sbr',
14556
14600
  chainId: 111111,
@@ -15492,7 +15536,7 @@ const chainArray = [
15492
15536
  },
15493
15537
  {
15494
15538
  name: 'Scroll Alpha Testnet Block Explorer',
15495
- url: 'https://scrollexplorer.unifra.io',
15539
+ url: 'https://scrollscan.co',
15496
15540
  standard: 'EIP3091'
15497
15541
  }
15498
15542
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.158",
3
+ "version": "0.0.160",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {