@swapkit/helpers 2.4.0 → 2.4.2

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/package.json CHANGED
@@ -2,16 +2,16 @@
2
2
  "author": "swapkit-oss",
3
3
  "description": "SwapKit - Helpers",
4
4
  "dependencies": {
5
- "@swapkit/contracts": "1.0.6",
6
- "@swapkit/tokens": "2.2.0"
5
+ "@swapkit/contracts": "1.1.0",
6
+ "@swapkit/tokens": "2.2.1"
7
7
  },
8
8
  "devDependencies": {
9
- "@swapkit/toolbox-cosmos": "1.8.2",
10
- "@swapkit/toolbox-evm": "1.8.2",
11
- "@swapkit/toolbox-radix": "1.2.30",
12
- "@swapkit/toolbox-solana": "1.4.2",
13
- "@swapkit/toolbox-substrate": "1.3.14",
14
- "@swapkit/toolbox-utxo": "1.2.14"
9
+ "@swapkit/toolbox-cosmos": "1.8.4",
10
+ "@swapkit/toolbox-evm": "1.8.4",
11
+ "@swapkit/toolbox-radix": "1.2.32",
12
+ "@swapkit/toolbox-solana": "1.4.4",
13
+ "@swapkit/toolbox-substrate": "1.3.16",
14
+ "@swapkit/toolbox-utxo": "1.2.16"
15
15
  },
16
16
  "files": [
17
17
  "src/",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "type": "module",
37
37
  "types": "./src/index.ts",
38
- "version": "2.4.0"
38
+ "version": "2.4.2"
39
39
  }
@@ -557,8 +557,8 @@ describe("AssetValue", () => {
557
557
  decimal: 8,
558
558
  isGasAsset: false,
559
559
  isSynthetic: false,
560
- symbol: "BTC.B-0x152b9d0fdc40c096757f570a51e494bd4b943e50",
561
- ticker: "BTC.B",
560
+ symbol: "BTC.b-0x152b9d0fdc40c096757f570a51e494bd4b943e50",
561
+ ticker: "BTC.b",
562
562
  }),
563
563
  );
564
564
  });