eth-chainlist 0.0.117 → 0.0.118

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.118 (2023-04-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.117 ([f561dbb](https://github.com/poowf/eth-chainlist/commit/f561dbb9d58aeb14767eabb6d8b2b6a2efbf1ebc))
9
+ * update chain data ([fcec3ce](https://github.com/poowf/eth-chainlist/commit/fcec3cecba0aa94dc08c1cbe644d67588051e949))
10
+
3
11
  ### 0.0.117 (2023-04-03)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4596,6 +4596,17 @@ const chainArray = [
4596
4596
  explorers: [],
4597
4597
  status: 'incubating'
4598
4598
  },
4599
+ {
4600
+ name: 'DecentraBone Layer1 Testnet',
4601
+ chain: 'DBONE',
4602
+ rpc: [ 'https://layer1test.decentrabone.com' ],
4603
+ faucets: [],
4604
+ nativeCurrency: { name: 'DecentraBone', symbol: 'DBONE', decimals: 18 },
4605
+ infoURL: 'https://decentrabone.com',
4606
+ shortName: 'DBONE',
4607
+ chainId: 910,
4608
+ networkId: 910
4609
+ },
4599
4610
  {
4600
4611
  name: 'Rinia Testnet',
4601
4612
  chain: 'FIRE',
@@ -5051,6 +5062,29 @@ const chainArray = [
5051
5062
  }
5052
5063
  ]
5053
5064
  },
5065
+ {
5066
+ name: 'ShimmerEVM Testnet',
5067
+ title: 'ShimmerEVM Testnet',
5068
+ chain: 'ShimmerEVM',
5069
+ icon: 'shimmerevm',
5070
+ rpc: [ 'https://json-rpc.evm.testnet.shimmer.network' ],
5071
+ faucets: [
5072
+ 'https://evm-toolkit.evm.testnet.shimmer.network',
5073
+ 'https://evm-faucet.testnet.shimmer.network'
5074
+ ],
5075
+ nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
5076
+ infoURL: 'https://shimmer.network',
5077
+ shortName: 'shimmerevm-testnet',
5078
+ chainId: 1071,
5079
+ networkId: 1071,
5080
+ explorers: [
5081
+ {
5082
+ name: 'explorer',
5083
+ url: 'https://explorer.evm.testnet.shimmer.network',
5084
+ standard: 'EIP3091'
5085
+ }
5086
+ ]
5087
+ },
5054
5088
  {
5055
5089
  name: 'Metis Andromeda Mainnet',
5056
5090
  chain: 'ETH',
@@ -13524,6 +13558,25 @@ const chainArray = [
13524
13558
  }
13525
13559
  ]
13526
13560
  },
13561
+ {
13562
+ name: 'Taf ECO Chain Mainnet',
13563
+ chain: 'Taf ECO Chain',
13564
+ icon: 'taf',
13565
+ rpc: [ 'https://mainnet.tafchain.com/v1' ],
13566
+ faucets: [],
13567
+ nativeCurrency: { name: 'Taf ECO Chain Mainnet', symbol: 'TAFECO', decimals: 18 },
13568
+ infoURL: 'https://www.tafchain.com',
13569
+ shortName: 'TAFECO',
13570
+ chainId: 224168,
13571
+ networkId: 224168,
13572
+ explorers: [
13573
+ {
13574
+ name: 'Taf ECO Chain Mainnet',
13575
+ url: 'https://ecoscan.tafchain.com',
13576
+ standard: 'EIP3091'
13577
+ }
13578
+ ]
13579
+ },
13527
13580
  {
13528
13581
  name: 'HashKey Chain Testnet',
13529
13582
  chain: 'HashKey',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.117",
3
+ "version": "0.0.118",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {