eth-chainlist 0.0.184 → 0.0.185

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.185 (2023-07-15)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.184 ([609a8ac](https://github.com/poowf/eth-chainlist/commit/609a8acbfda83ffda256275aefbb44dae630ab9b))
9
+ * update chain data ([3f09eba](https://github.com/poowf/eth-chainlist/commit/3f09eba3770b7f10d0e8b5ae13d3bca43e625722))
10
+
3
11
  ### 0.0.184 (2023-07-14)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -13671,6 +13671,26 @@ const chainArray = [
13671
13671
  }
13672
13672
  ]
13673
13673
  },
13674
+ {
13675
+ name: 'Toronet Testnet',
13676
+ chain: 'Toronet',
13677
+ icon: 'toronet',
13678
+ rpc: [ 'http://testnet.toronet.org/rpc' ],
13679
+ faucets: [],
13680
+ nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
13681
+ infoURL: 'https://toronet.org',
13682
+ shortName: 'ToronetTestnet',
13683
+ chainId: 54321,
13684
+ networkId: 54321,
13685
+ ens: { registry: '0x059C474f26D65B0458F9da10A649a7322aB02C09' },
13686
+ explorers: [
13687
+ {
13688
+ name: 'toronet_explorer',
13689
+ url: 'https://testnet.toronet.org',
13690
+ standard: 'none'
13691
+ }
13692
+ ]
13693
+ },
13674
13694
  {
13675
13695
  name: 'Titan',
13676
13696
  chain: 'ETH',
@@ -14351,6 +14371,26 @@ const chainArray = [
14351
14371
  }
14352
14372
  ]
14353
14373
  },
14374
+ {
14375
+ name: 'Toronet Mainnet',
14376
+ chain: 'Toronet',
14377
+ icon: 'toronet',
14378
+ rpc: [ 'http://toronet.org/rpc' ],
14379
+ faucets: [],
14380
+ nativeCurrency: { name: 'Toro', symbol: 'TORO', decimals: 18 },
14381
+ infoURL: 'https://toronet.org',
14382
+ shortName: 'Toronet',
14383
+ chainId: 77777,
14384
+ networkId: 77777,
14385
+ ens: { registry: '0x1f45a71f4aAD769E27c969c4359E0e250C67165c' },
14386
+ explorers: [
14387
+ {
14388
+ name: 'toronet_explorer',
14389
+ url: 'https://toronet.org/explorer',
14390
+ standard: 'none'
14391
+ }
14392
+ ]
14393
+ },
14354
14394
  {
14355
14395
  name: 'Firenze test network',
14356
14396
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.184",
3
+ "version": "0.0.185",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {