eth-chainlist 0.0.488 → 0.0.489

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.489 (2024-09-10)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.488 ([0467c73](https://github.com/poowf/eth-chainlist/commit/0467c733371fec0fbb4e463adb800577add8ec51))
9
+ * update chain data ([5dceece](https://github.com/poowf/eth-chainlist/commit/5dceece0462755f778d3c3ee15bae34b99c0aa08))
10
+
3
11
  ### 0.0.488 (2024-09-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -21722,7 +21722,7 @@ const chainArray = [
21722
21722
  ]
21723
21723
  },
21724
21724
  {
21725
- name: 'KBC Chain',
21725
+ name: 'KB Chain',
21726
21726
  chain: 'KB',
21727
21727
  rpc: [ 'https://mainnet-rpc.kbcfoundation.com' ],
21728
21728
  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.489",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {