eth-chainlist 0.0.431 → 0.0.432

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.432 (2024-06-16)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.431 ([49f1a82](https://github.com/poowf/eth-chainlist/commit/49f1a823b5037e33bd89e03a9bf191cfa9f8da79))
9
+ * update chain data ([43f3d76](https://github.com/poowf/eth-chainlist/commit/43f3d76473f6c74ac6b6c9e00adc8d0094823281))
10
+
3
11
  ### 0.0.431 (2024-06-15)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12426,7 +12426,10 @@ const chainArray = [
12426
12426
  {
12427
12427
  name: 'BigShortBets Testnet',
12428
12428
  chain: 'BIGSB Testnet',
12429
- rpc: [ 'https://test-market.bigsb.io', 'wss://test-market.bigsb.io' ],
12429
+ rpc: [
12430
+ 'https://test-market.bigsb.network',
12431
+ 'wss://test-market.bigsb.network'
12432
+ ],
12430
12433
  faucets: [],
12431
12434
  nativeCurrency: { name: 'Dolarz', symbol: 'Dolarz', decimals: 18 },
12432
12435
  infoURL: 'https://bigshortbets.com/',
@@ -24461,7 +24464,7 @@ const chainArray = [
24461
24464
  networkId: 57451,
24462
24465
  explorers: [
24463
24466
  {
24464
- name: 'coinsec network',
24467
+ name: 'coinsecnetwork',
24465
24468
  url: 'https://explorer.coinsec.network',
24466
24469
  standard: 'EIP3091'
24467
24470
  }
@@ -25476,7 +25479,10 @@ const chainArray = [
25476
25479
  name: 'BORAchain mainnet',
25477
25480
  chain: 'BORA',
25478
25481
  icon: 'bora',
25479
- rpc: [ 'https://public-node.api.boraportal.com/bora/mainnet' ],
25482
+ rpc: [
25483
+ 'https://public-node.api.boraportal.com/bora/mainnet',
25484
+ 'https://public-node.api.boraportal.io/bora/mainnet'
25485
+ ],
25480
25486
  faucets: [],
25481
25487
  nativeCurrency: { name: 'BORA', symbol: 'BORA', decimals: 18 },
25482
25488
  infoURL: 'https://www.boraportal.com',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.431",
3
+ "version": "0.0.432",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {