eth-chainlist 0.0.263 → 0.0.264

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.264 (2023-10-21)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.263 ([972d045](https://github.com/poowf/eth-chainlist/commit/972d04578d289eea38cb7e843798db2882a32617))
9
+ * update chain data ([5688a63](https://github.com/poowf/eth-chainlist/commit/5688a63b10551f10341a9b3c70b0709d72a13686))
10
+
3
11
  ### 0.0.263 (2023-10-20)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12,7 +12,9 @@ const chainArray = [
12
12
  'wss://ethereum.publicnode.com',
13
13
  'https://mainnet.gateway.tenderly.co',
14
14
  'wss://mainnet.gateway.tenderly.co',
15
- 'https://rpc.blocknative.com/boost'
15
+ 'https://rpc.blocknative.com/boost',
16
+ 'https://rpc.flashbots.net',
17
+ 'https://rpc.flashbots.net/fast'
16
18
  ],
17
19
  features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
18
20
  faucets: [],
@@ -3249,6 +3251,26 @@ const chainArray = [
3249
3251
  }
3250
3252
  ]
3251
3253
  },
3254
+ {
3255
+ name: 'VinuChain Network',
3256
+ chain: 'VinuChain',
3257
+ icon: 'vitainu',
3258
+ rpc: [ 'https://vinuchain-rpc.com' ],
3259
+ faucets: [],
3260
+ nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
3261
+ infoURL: 'https://vitainu.org',
3262
+ shortName: 'VC',
3263
+ chainId: 207,
3264
+ networkId: 207,
3265
+ explorers: [
3266
+ {
3267
+ name: 'VinuScan',
3268
+ url: 'https://vinuscan.com',
3269
+ icon: 'vinuscan',
3270
+ standard: 'none'
3271
+ }
3272
+ ]
3273
+ },
3252
3274
  {
3253
3275
  name: 'Structx Mainnet',
3254
3276
  chain: 'utx',
@@ -16098,7 +16120,7 @@ const chainArray = [
16098
16120
  },
16099
16121
  {
16100
16122
  name: 'Bifrost Testnet',
16101
- title: 'The Bifrost Testnet network',
16123
+ title: 'Bifrost Network Testnet',
16102
16124
  chain: 'BFC',
16103
16125
  rpc: [
16104
16126
  'https://public-01.testnet.thebifrost.io/rpc',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.263",
3
+ "version": "0.0.264",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {