eth-chainlist 0.0.269 → 0.0.271

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.271 (2023-10-31)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.270 ([10b60f8](https://github.com/poowf/eth-chainlist/commit/10b60f8890e6a1602c263aebb33366880e0350b6))
9
+ * update chain data ([8af4c04](https://github.com/poowf/eth-chainlist/commit/8af4c04be930b8e821496ddb85bf8e7cd79893bb))
10
+
11
+ ### 0.0.270 (2023-10-30)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.269 ([eb3f685](https://github.com/poowf/eth-chainlist/commit/eb3f685fca507d1767e81b454e1c7c68ccbae720))
17
+ * update chain data ([10313b2](https://github.com/poowf/eth-chainlist/commit/10313b2d66c09abf17a13d2abe1f9a15cc8f6dd5))
18
+
3
19
  ### 0.0.269 (2023-10-28)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3263,10 +3263,29 @@ const chainArray = [
3263
3263
  }
3264
3264
  ]
3265
3265
  },
3266
+ {
3267
+ name: 'VinuChain Testnet',
3268
+ chain: 'VinuChain Testnet',
3269
+ rpc: [ 'https://vinufoundation-rpc.com' ],
3270
+ faucets: [],
3271
+ nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
3272
+ infoURL: 'https://vitainu.org',
3273
+ shortName: 'VCTEST',
3274
+ chainId: 206,
3275
+ networkId: 206,
3276
+ icon: 'vitainu-testnet',
3277
+ explorers: [
3278
+ {
3279
+ name: 'VinuScan Testnet',
3280
+ url: 'https://testnet.vinuscan.com',
3281
+ icon: 'vinuscan-testnet',
3282
+ standard: 'none'
3283
+ }
3284
+ ]
3285
+ },
3266
3286
  {
3267
3287
  name: 'VinuChain Network',
3268
3288
  chain: 'VinuChain',
3269
- icon: 'vitainu',
3270
3289
  rpc: [ 'https://vinuchain-rpc.com' ],
3271
3290
  faucets: [],
3272
3291
  nativeCurrency: { name: 'VinuChain', symbol: 'VС', decimals: 18 },
@@ -3274,6 +3293,7 @@ const chainArray = [
3274
3293
  shortName: 'VC',
3275
3294
  chainId: 207,
3276
3295
  networkId: 207,
3296
+ icon: 'vitainu',
3277
3297
  explorers: [
3278
3298
  {
3279
3299
  name: 'VinuScan',
@@ -10430,19 +10450,19 @@ const chainArray = [
10430
10450
  },
10431
10451
  {
10432
10452
  name: 'Botanix Testnet',
10433
- chain: 'BTC',
10453
+ chain: 'BOTANIX',
10434
10454
  icon: 'botanix',
10435
- rpc: [ 'https://testnet-rpc.btxtestchain.com' ],
10436
- faucets: [ 'https://faucet.btxtestchain.com' ],
10455
+ rpc: [ 'https://node.botanixlabs.dev' ],
10456
+ faucets: [ 'https://faucet.botanixlabs.dev' ],
10437
10457
  nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
10438
- infoURL: 'https://btxtestchain.com',
10439
- shortName: 'BTCt',
10458
+ infoURL: 'https://botanixlabs.xyz',
10459
+ shortName: 'BTNX',
10440
10460
  chainId: 3636,
10441
10461
  networkId: 3636,
10442
10462
  explorers: [
10443
10463
  {
10444
- name: 'Botanix',
10445
- url: 'https://testnet.btxtestchain.com',
10464
+ name: '3xpl',
10465
+ url: 'https://3xpl.com/botanix',
10446
10466
  standard: 'EIP3091'
10447
10467
  }
10448
10468
  ]
@@ -20857,6 +20877,25 @@ const chainArray = [
20857
20877
  }
20858
20878
  ]
20859
20879
  },
20880
+ {
20881
+ name: 'Frame Testnet',
20882
+ chain: 'ETH',
20883
+ rpc: [ 'https://rpc.testnet.frame.xyz/http' ],
20884
+ faucets: [ 'https://faucet.triangleplatform.com/frame/testnet' ],
20885
+ nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
20886
+ icon: 'frameTestnet',
20887
+ infoURL: 'https://www.frame.xyz/',
20888
+ shortName: 'frametest',
20889
+ chainId: 68840142,
20890
+ networkId: 68840142,
20891
+ explorers: [
20892
+ {
20893
+ name: 'Frame Testnet Explorer',
20894
+ url: 'https://explorer.testnet.frame.xyz',
20895
+ standard: 'EIP3091'
20896
+ }
20897
+ ]
20898
+ },
20860
20899
  {
20861
20900
  name: 'T.E.A.M Blockchain',
20862
20901
  chain: 'TEAM',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.269",
3
+ "version": "0.0.271",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {