@atomiqlabs/sdk 2.1.2 → 3.0.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.
|
@@ -7,7 +7,7 @@ export declare const SmartChainAssets: {
|
|
|
7
7
|
readonly coinPaprikaCoinId: "wbtc-wrapped-bitcoin";
|
|
8
8
|
readonly krakenPair: "WBTCXBT";
|
|
9
9
|
};
|
|
10
|
-
readonly name: "Wrapped BTC (
|
|
10
|
+
readonly name: "Wrapped BTC (WBTC)";
|
|
11
11
|
};
|
|
12
12
|
readonly USDC: {
|
|
13
13
|
readonly pricing: {
|
package/dist/SmartChainAssets.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atomiqlabs/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "atomiq labs SDK for cross-chain swaps between smart chains and bitcoin",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types:": "./dist/index.d.ts",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"author": "adambor",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atomiqlabs/base": "^8.0.
|
|
25
|
-
"@atomiqlabs/sdk-lib": "^
|
|
24
|
+
"@atomiqlabs/base": "^8.0.1",
|
|
25
|
+
"@atomiqlabs/sdk-lib": "^12.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "22.13.5",
|