eth-chainlist 0.0.488 → 0.0.490

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.490 (2024-09-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.489 ([2c2bdc2](https://github.com/poowf/eth-chainlist/commit/2c2bdc25472fb0cd69389c083d1d7362236b64c4))
9
+ * update chain data ([62dbe80](https://github.com/poowf/eth-chainlist/commit/62dbe803d5f79325cd00bf6ffb0aa3a58339f08c))
10
+
11
+ ### 0.0.489 (2024-09-10)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.488 ([0467c73](https://github.com/poowf/eth-chainlist/commit/0467c733371fec0fbb4e463adb800577add8ec51))
17
+ * update chain data ([5dceece](https://github.com/poowf/eth-chainlist/commit/5dceece0462755f778d3c3ee15bae34b99c0aa08))
18
+
3
19
  ### 0.0.488 (2024-09-09)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -18109,6 +18109,26 @@ const chainArray = [
18109
18109
  bridges: [ { url: 'https://app.optimism.io/bridge' } ]
18110
18110
  }
18111
18111
  },
18112
+ {
18113
+ name: 'Storchain',
18114
+ chain: 'STR',
18115
+ rpc: [ 'https://rpc.storchain.io' ],
18116
+ faucets: [],
18117
+ nativeCurrency: { name: 'Storchain', symbol: 'STR', decimals: 18 },
18118
+ infoURL: 'https://storchain.io',
18119
+ shortName: 'str',
18120
+ chainId: 6667,
18121
+ networkId: 6667,
18122
+ icon: 'str',
18123
+ explorers: [
18124
+ {
18125
+ name: 'storscan',
18126
+ url: 'https://scan.storchain.io',
18127
+ icon: 'str',
18128
+ standard: 'none'
18129
+ }
18130
+ ]
18131
+ },
18112
18132
  {
18113
18133
  name: 'Edge Matrix Chain',
18114
18134
  chain: 'EMC',
@@ -21722,7 +21742,7 @@ const chainArray = [
21722
21742
  ]
21723
21743
  },
21724
21744
  {
21725
- name: 'KBC Chain',
21745
+ name: 'KB Chain',
21726
21746
  chain: 'KB',
21727
21747
  rpc: [ 'https://mainnet-rpc.kbcfoundation.com' ],
21728
21748
  faucets: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.488",
3
+ "version": "0.0.490",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {