@lifi/types 1.10.0 → 1.10.1

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.10.1](https://github.com/lifinance/types/compare/v1.10.0...v1.10.1) (2022-10-24)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * adjust Arbitrum One name ([#102](https://github.com/lifinance/types/issues/102)) ([530ba68](https://github.com/lifinance/types/commit/530ba68e415c2c6e279aa60749ffaf1cbd579ef1))
11
+
5
12
  ## [1.10.0](https://github.com/lifinance/types/compare/v1.9.1...v1.10.0) (2022-10-21)
6
13
 
7
14
 
package/dist/bridges.js CHANGED
@@ -89,7 +89,7 @@ export const supportedBridges = [
89
89
  },
90
90
  {
91
91
  key: BridgeTool.arbitrum,
92
- name: 'Arbitrum One Bridge',
92
+ name: 'Arbitrum Bridge',
93
93
  logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/arbitrum.png',
94
94
  bridgeUrl: 'https://bridge.arbitrum.io/',
95
95
  discordUrl: 'https://discord.gg/ZpZuw7p',
@@ -199,11 +199,11 @@ export const supportedEVMChains = [
199
199
  rpcUrls: ['https://api.avax.network/ext/bc/C/rpc'],
200
200
  },
201
201
  },
202
- // 42161 - Arbitrum One
202
+ // 42161 - Arbitrum
203
203
  {
204
204
  key: ChainKey.ARB,
205
205
  chainType: ChainType.EVM,
206
- name: 'Arbitrum One',
206
+ name: 'Arbitrum',
207
207
  coin: CoinKey.ETH,
208
208
  id: 42161,
209
209
  mainnet: true,
@@ -214,7 +214,7 @@ export const supportedEVMChains = [
214
214
  metamask: {
215
215
  chainId: prefixChainId(42161),
216
216
  blockExplorerUrls: ['https://arbiscan.io/'],
217
- chainName: 'Arbitrum One',
217
+ chainName: 'Arbitrum',
218
218
  nativeCurrency: {
219
219
  name: 'AETH',
220
220
  symbol: 'AETH',
@@ -92,7 +92,7 @@ exports.supportedBridges = [
92
92
  },
93
93
  {
94
94
  key: BridgeTool.arbitrum,
95
- name: 'Arbitrum One Bridge',
95
+ name: 'Arbitrum Bridge',
96
96
  logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/bridges/arbitrum.png',
97
97
  bridgeUrl: 'https://bridge.arbitrum.io/',
98
98
  discordUrl: 'https://discord.gg/ZpZuw7p',
@@ -202,11 +202,11 @@ exports.supportedEVMChains = [
202
202
  rpcUrls: ['https://api.avax.network/ext/bc/C/rpc'],
203
203
  },
204
204
  },
205
- // 42161 - Arbitrum One
205
+ // 42161 - Arbitrum
206
206
  {
207
207
  key: base_1.ChainKey.ARB,
208
208
  chainType: Chain_1.ChainType.EVM,
209
- name: 'Arbitrum One',
209
+ name: 'Arbitrum',
210
210
  coin: base_1.CoinKey.ETH,
211
211
  id: 42161,
212
212
  mainnet: true,
@@ -217,7 +217,7 @@ exports.supportedEVMChains = [
217
217
  metamask: {
218
218
  chainId: (0, EVMChain_1.prefixChainId)(42161),
219
219
  blockExplorerUrls: ['https://arbiscan.io/'],
220
- chainName: 'Arbitrum One',
220
+ chainName: 'Arbitrum',
221
221
  nativeCurrency: {
222
222
  name: 'AETH',
223
223
  symbol: 'AETH',
@@ -464,7 +464,7 @@ exports.supportedExchanges = [
464
464
  (0, _1.findDefaultToken)(_1.CoinKey.SUSHI, _1.ChainId.AVA),
465
465
  ],
466
466
  },
467
- // 42161 - Arbitrum One
467
+ // 42161 - Arbitrum
468
468
  {
469
469
  key: 'sushiswap-arb',
470
470
  name: 'SushiSwap',
package/dist/exchanges.js CHANGED
@@ -461,7 +461,7 @@ export const supportedExchanges = [
461
461
  findDefaultToken(CoinKey.SUSHI, ChainId.AVA),
462
462
  ],
463
463
  },
464
- // 42161 - Arbitrum One
464
+ // 42161 - Arbitrum
465
465
  {
466
466
  key: 'sushiswap-arb',
467
467
  name: 'SushiSwap',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",