eth-chainlist 0.0.119 → 0.0.120

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.120 (2023-04-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.119 ([e93e8af](https://github.com/poowf/eth-chainlist/commit/e93e8af3f155f7cfe9952c723dc9c5150bbd4395))
9
+ * update chain data ([de7bb18](https://github.com/poowf/eth-chainlist/commit/de7bb188f1048a707afabe595bf3d50c278ad6a2))
10
+
3
11
  ### 0.0.119 (2023-04-05)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4347,6 +4347,33 @@ const chainArray = [
4347
4347
  }
4348
4348
  ]
4349
4349
  },
4350
+ {
4351
+ name: 'BeOne Chain Mainnet',
4352
+ chain: 'BOC',
4353
+ icon: 'beonechain',
4354
+ rpc: [
4355
+ 'https://dataseed1.beonechain.com',
4356
+ 'https://dataseed2.beonechain.com',
4357
+ 'https://dataseed-us1.beonechain.com',
4358
+ 'https://dataseed-us2.beonechain.com',
4359
+ 'https://dataseed-uk1.beonechain.com',
4360
+ 'https://dataseed-uk2.beonechain.com'
4361
+ ],
4362
+ faucets: [],
4363
+ nativeCurrency: { name: 'BeOne Chain Mainnet', symbol: 'BOC', decimals: 18 },
4364
+ infoURL: 'https://beonechain.com',
4365
+ shortName: 'BOC',
4366
+ chainId: 818,
4367
+ networkId: 818,
4368
+ slip44: 8181,
4369
+ explorers: [
4370
+ {
4371
+ name: 'BeOne Chain Mainnet',
4372
+ url: 'https://beonescan.com',
4373
+ standard: 'EIP3091'
4374
+ }
4375
+ ]
4376
+ },
4350
4377
  {
4351
4378
  name: 'Callisto Mainnet',
4352
4379
  chain: 'CLO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.119",
3
+ "version": "0.0.120",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {