eth-chainlist 0.0.483 → 0.0.484

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.484 (2024-09-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.483 ([fec8e78](https://github.com/poowf/eth-chainlist/commit/fec8e78b6cfab4e89cb17141f4c748de033714a3))
9
+ * update chain data ([ce6e14e](https://github.com/poowf/eth-chainlist/commit/ce6e14e1b1824b482414f98ec957ca121510ba8b))
10
+
3
11
  ### 0.0.483 (2024-09-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6396,7 +6396,7 @@ const chainArray = [
6396
6396
  name: 'Testnet',
6397
6397
  chain: 'Flow',
6398
6398
  rpc: [ 'https://testnet.evm.nodes.onflow.org' ],
6399
- faucets: [ 'https://testnet-faucet.onflow.org' ],
6399
+ faucets: [ 'https://faucet.flow.com/fund-account' ],
6400
6400
  nativeCurrency: { name: 'FLOW', symbol: 'FLOW', decimals: 18 },
6401
6401
  infoURL: 'https://developers.flow.com/evm/about',
6402
6402
  shortName: 'flow-testnet',
@@ -6839,7 +6839,8 @@ const chainArray = [
6839
6839
  url: 'https://eth.flowscan.io',
6840
6840
  standard: 'EIP3091'
6841
6841
  }
6842
- ]
6842
+ ],
6843
+ status: 'deprecated'
6843
6844
  },
6844
6845
  {
6845
6846
  name: 'SX Network Testnet',
@@ -7176,6 +7177,27 @@ const chainArray = [
7176
7177
  }
7177
7178
  ]
7178
7179
  },
7180
+ {
7181
+ name: 'Tucana',
7182
+ chain: 'Tucana',
7183
+ title: 'Tucana Testnet',
7184
+ rpc: [ 'https://evm-rpc.tucana.zone', 'wss://evm-ws.tucana.zone' ],
7185
+ faucets: [],
7186
+ nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
7187
+ infoURL: 'https://tucana.zone',
7188
+ shortName: 'tuc',
7189
+ chainId: 711,
7190
+ networkId: 711,
7191
+ slip44: 1,
7192
+ icon: 'tucana',
7193
+ explorers: [
7194
+ {
7195
+ name: 'Tucana Explorer',
7196
+ url: 'https://explorer.tucana.zone',
7197
+ standard: 'EIP3091'
7198
+ }
7199
+ ]
7200
+ },
7179
7201
  {
7180
7202
  name: 'Birdee-2',
7181
7203
  chain: 'Tucana',
@@ -14515,7 +14537,7 @@ const chainArray = [
14515
14537
  'wss://rpc-quicknode-holesky.morphl2.io',
14516
14538
  'https://rpc-holesky.morphl2.io'
14517
14539
  ],
14518
- faucets: [],
14540
+ faucets: [ 'https://morphfaucet.com/' ],
14519
14541
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
14520
14542
  infoURL: 'https://morphl2.io',
14521
14543
  shortName: 'hmorph',
@@ -32544,6 +32566,30 @@ const chainArray = [
32544
32566
  }
32545
32567
  ]
32546
32568
  },
32569
+ {
32570
+ name: 'DustBoy IoT',
32571
+ title: 'DustBoy IoT',
32572
+ status: 'active',
32573
+ chain: 'DUSTBOY',
32574
+ rpc: [ 'https://dustboy-rpc.jibl2.com/' ],
32575
+ faucets: [],
32576
+ nativeCurrency: { name: 'Ether', symbol: 'DST', decimals: 18 },
32577
+ infoURL: 'https://www.cmuccdc.org/',
32578
+ shortName: 'DustBoy_IoT',
32579
+ chainId: 555888,
32580
+ networkId: 555888,
32581
+ slip44: 1,
32582
+ icon: 'dustboy',
32583
+ explorers: [
32584
+ {
32585
+ name: 'blockscout',
32586
+ url: 'https://dustboy.jibl2.com',
32587
+ standard: 'EIP3091',
32588
+ icon: 'dustboy'
32589
+ }
32590
+ ],
32591
+ parent: { type: 'L2', chain: 'eip155-1' }
32592
+ },
32547
32593
  {
32548
32594
  name: 'Hypra Mainnet',
32549
32595
  chain: 'HYP',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.483",
3
+ "version": "0.0.484",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {