eth-chainlist 0.0.159 → 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,13 @@
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
+
3
11
  ### 0.0.159 (2023-05-29)
4
12
 
5
13
 
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',
@@ -13246,6 +13267,25 @@ const chainArray = [
13246
13267
  }
13247
13268
  ]
13248
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
+ },
13249
13289
  {
13250
13290
  name: 'Etica Mainnet',
13251
13291
  chain: 'Etica Protocol (ETI/EGAZ)',
@@ -14554,7 +14594,7 @@ const chainArray = [
14554
14594
  'https://rpc.main.siberium.net.ru'
14555
14595
  ],
14556
14596
  faucets: [],
14557
- nativeCurrency: { name: 'Siberium', symbol: 'SBR', decimals: 18 },
14597
+ nativeCurrency: { name: 'Siberium', symbol: 'SIBR', decimals: 18 },
14558
14598
  infoURL: 'https://siberium.net',
14559
14599
  shortName: 'sbr',
14560
14600
  chainId: 111111,
@@ -15496,7 +15536,7 @@ const chainArray = [
15496
15536
  },
15497
15537
  {
15498
15538
  name: 'Scroll Alpha Testnet Block Explorer',
15499
- url: 'https://scrollexplorer.unifra.io',
15539
+ url: 'https://scrollscan.co',
15500
15540
  standard: 'EIP3091'
15501
15541
  }
15502
15542
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.159",
3
+ "version": "0.0.160",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {