eth-chainlist 0.0.503 → 0.0.504

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.504 (2024-09-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.503 ([44724fb](https://github.com/poowf/eth-chainlist/commit/44724fba63618939402608f22e70d30ffcdfdbdf))
9
+ * update chain data ([762c114](https://github.com/poowf/eth-chainlist/commit/762c1144e2842b277c30c2e92d13b6f62b60717b))
10
+
3
11
  ### 0.0.503 (2024-09-27)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -5476,14 +5476,25 @@ const chainArray = [
5476
5476
  {
5477
5477
  name: 'Shape',
5478
5478
  chain: 'ETH',
5479
- rpc: [ 'https://mainnet.shape.network' ],
5479
+ rpc: [
5480
+ 'https://mainnet.shape.network',
5481
+ 'https://shape-mainnet.g.alchemy.com/public'
5482
+ ],
5480
5483
  faucets: [],
5481
5484
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
5482
5485
  infoURL: 'https://shape.network',
5483
5486
  shortName: 'shape',
5484
5487
  chainId: 360,
5485
5488
  networkId: 360,
5486
- status: 'incubating'
5489
+ icon: 'shape',
5490
+ explorers: [
5491
+ {
5492
+ name: 'shapescan',
5493
+ url: 'https://shapescan.xyz',
5494
+ standard: 'EIP3091'
5495
+ }
5496
+ ],
5497
+ status: 'active'
5487
5498
  },
5488
5499
  {
5489
5500
  name: 'Theta Mainnet',
@@ -22099,6 +22110,7 @@ const chainArray = [
22099
22110
  shortName: 'shapesep',
22100
22111
  chainId: 11011,
22101
22112
  networkId: 11011,
22113
+ icon: 'shapeTestnet',
22102
22114
  explorers: [
22103
22115
  {
22104
22116
  name: 'blockscout',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.503",
3
+ "version": "0.0.504",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {