@atomiqlabs/sdk 3.0.0 → 3.0.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.
|
@@ -2,12 +2,12 @@ export declare const SmartChainAssets: {
|
|
|
2
2
|
readonly WBTC: {
|
|
3
3
|
readonly pricing: {
|
|
4
4
|
readonly binancePair: "WBTCBTC";
|
|
5
|
-
readonly okxPair:
|
|
5
|
+
readonly okxPair: "WBTC-BTC";
|
|
6
6
|
readonly coinGeckoCoinId: "wrapped-bitcoin";
|
|
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
|
@@ -5,12 +5,12 @@ exports.SmartChainAssets = {
|
|
|
5
5
|
WBTC: {
|
|
6
6
|
pricing: {
|
|
7
7
|
binancePair: "WBTCBTC",
|
|
8
|
-
okxPair:
|
|
8
|
+
okxPair: "WBTC-BTC",
|
|
9
9
|
coinGeckoCoinId: "wrapped-bitcoin",
|
|
10
10
|
coinPaprikaCoinId: "wbtc-wrapped-bitcoin",
|
|
11
11
|
krakenPair: "WBTCXBT"
|
|
12
12
|
},
|
|
13
|
-
name: "Wrapped BTC (
|
|
13
|
+
name: "Wrapped BTC (WBTC)"
|
|
14
14
|
},
|
|
15
15
|
USDC: {
|
|
16
16
|
pricing: {
|
package/package.json
CHANGED
package/src/SmartChainAssets.ts
CHANGED
|
@@ -3,12 +3,12 @@ export const SmartChainAssets = {
|
|
|
3
3
|
WBTC: {
|
|
4
4
|
pricing: {
|
|
5
5
|
binancePair: "WBTCBTC",
|
|
6
|
-
okxPair:
|
|
6
|
+
okxPair: "WBTC-BTC",
|
|
7
7
|
coinGeckoCoinId: "wrapped-bitcoin",
|
|
8
8
|
coinPaprikaCoinId: "wbtc-wrapped-bitcoin",
|
|
9
9
|
krakenPair: "WBTCXBT"
|
|
10
10
|
},
|
|
11
|
-
name: "Wrapped BTC (
|
|
11
|
+
name: "Wrapped BTC (WBTC)"
|
|
12
12
|
},
|
|
13
13
|
USDC: {
|
|
14
14
|
pricing: {
|