eth-chainlist 0.0.540 → 0.0.541

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.541 (2024-11-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.540 ([5e9528f](https://github.com/poowf/eth-chainlist/commit/5e9528f4d54313bc1ecd898f4ef9f78e1b16b80b))
9
+ * update chain data ([3581a7f](https://github.com/poowf/eth-chainlist/commit/3581a7fc6c309ba59eccce0cb580828ec512b30e))
10
+
3
11
  ### 0.0.540 (2024-11-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -11394,6 +11394,18 @@ const chainArray = [
11394
11394
  },
11395
11395
  redFlags: [ 'reusedChainId' ]
11396
11396
  },
11397
+ {
11398
+ name: 'Islander',
11399
+ chain: 'Islander',
11400
+ rpc: [],
11401
+ nativeCurrency: { name: 'Islander', symbol: 'ISL', decimals: 18 },
11402
+ faucets: [],
11403
+ infoURL: '',
11404
+ shortName: 'isl',
11405
+ chainId: 1480,
11406
+ networkId: 1480,
11407
+ explorers: []
11408
+ },
11397
11409
  {
11398
11410
  name: 'Vitruveo Mainnet',
11399
11411
  title: 'Vitruveo is a blockchain for Creators',
@@ -12677,7 +12689,7 @@ const chainArray = [
12677
12689
  ],
12678
12690
  parent: {
12679
12691
  type: 'L2',
12680
- chain: 'eip155-1',
12692
+ chain: 'eip155-11155111',
12681
12693
  bridges: [ { url: 'https://bridge.soneium.org/testnet' } ]
12682
12694
  }
12683
12695
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.540",
3
+ "version": "0.0.541",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {