eth-chainlist 0.0.426 → 0.0.427

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.427 (2024-06-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.426 ([f11a37e](https://github.com/poowf/eth-chainlist/commit/f11a37e4a96c5761b2cc40227f04ecaa1bc93ca4))
9
+ * update chain data ([6531258](https://github.com/poowf/eth-chainlist/commit/653125897db05f99b2d0bb884c54395a484e68d4))
10
+
3
11
  ### 0.0.426 (2024-06-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2891,7 +2891,7 @@ const chainArray = [
2891
2891
  ]
2892
2892
  },
2893
2893
  {
2894
- name: 'EternalCoin Mainnet',
2894
+ name: 'Eternal Mainnet',
2895
2895
  chain: 'Eter',
2896
2896
  icon: 'eternal',
2897
2897
  rpc: [
@@ -20076,13 +20076,14 @@ const chainArray = [
20076
20076
  ]
20077
20077
  },
20078
20078
  {
20079
- name: 'Santiment Intelligence Network',
20080
- chain: 'Santiment Intelligence Network',
20079
+ status: 'deprecated',
20080
+ name: 'Santiment Intelligence Network DEPRECATED',
20081
+ chain: 'Santiment Intelligence Network DEPRECATED',
20081
20082
  rpc: [ 'https://sanrchain-node.santiment.net' ],
20082
20083
  faucets: [],
20083
- nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
20084
+ nativeCurrency: { name: 'SANold', symbol: 'SANold', decimals: 18 },
20084
20085
  infoURL: 'https://sanr.app',
20085
- shortName: 'SAN',
20086
+ shortName: 'SANold',
20086
20087
  chainId: 11888,
20087
20088
  networkId: 11888,
20088
20089
  icon: 'sanrchain',
@@ -22675,6 +22676,30 @@ const chainArray = [
22675
22676
  }
22676
22677
  ]
22677
22678
  },
22679
+ {
22680
+ name: 'Santiment Intelligence Network',
22681
+ chain: 'Santiment Intelligence Network',
22682
+ rpc: [ 'https://node.sanr.app' ],
22683
+ faucets: [],
22684
+ nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
22685
+ infoURL: 'https://sanr.app',
22686
+ shortName: 'SANR',
22687
+ chainId: 32382,
22688
+ networkId: 32382,
22689
+ icon: 'sanrchain',
22690
+ parent: {
22691
+ chain: 'eip155-1',
22692
+ type: 'L2',
22693
+ bridges: [ { url: 'https://sanr.app' } ]
22694
+ },
22695
+ explorers: [
22696
+ {
22697
+ name: 'Santiment Intelligence Explorer',
22698
+ url: 'https://app-explorer-pos.sanr.app',
22699
+ standard: 'none'
22700
+ }
22701
+ ]
22702
+ },
22678
22703
  {
22679
22704
  name: 'Bitgert Mainnet',
22680
22705
  chain: 'Brise',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.426",
3
+ "version": "0.0.427",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {