@atomiqlabs/sdk 7.0.10 → 7.0.12

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.
@@ -9,6 +9,16 @@ export declare const SmartChainAssets: {
9
9
  };
10
10
  readonly name: "Wrapped BTC (WBTC)";
11
11
  };
12
+ readonly _PBTC_DEV: {
13
+ readonly pricing: {
14
+ readonly binancePair: "$fixed-100000000";
15
+ readonly okxPair: "$fixed-100000000";
16
+ readonly coinGeckoCoinId: "$fixed-100000000";
17
+ readonly coinPaprikaCoinId: "$fixed-100000000";
18
+ readonly krakenPair: "$fixed-100000000";
19
+ };
20
+ readonly name: "pegBTC (dev)";
21
+ };
12
22
  readonly WBTC: {
13
23
  readonly pricing: {
14
24
  readonly binancePair: "WBTCBTC";
@@ -12,6 +12,16 @@ exports.SmartChainAssets = {
12
12
  },
13
13
  name: "Wrapped BTC (WBTC)"
14
14
  },
15
+ _PBTC_DEV: {
16
+ pricing: {
17
+ binancePair: "$fixed-100000000",
18
+ okxPair: "$fixed-100000000",
19
+ coinGeckoCoinId: "$fixed-100000000",
20
+ coinPaprikaCoinId: "$fixed-100000000",
21
+ krakenPair: "$fixed-100000000"
22
+ },
23
+ name: "pegBTC (dev)"
24
+ },
15
25
  WBTC: {
16
26
  pricing: {
17
27
  binancePair: "WBTCBTC",
@@ -18,21 +18,21 @@ const trustedIntermediaries = {
18
18
  const mempoolUrls = {
19
19
  [base_1.BitcoinNetwork.MAINNET]: [
20
20
  "https://mempool.space/api/",
21
- "https://mempool.holdings/api/",
21
+ // "https://mempool.holdings/api/",
22
22
  "https://mempool.fra.mempool.space/api/",
23
23
  "https://mempool.va1.mempool.space/api/",
24
24
  "https://mempool.tk7.mempool.space/api/"
25
25
  ],
26
26
  [base_1.BitcoinNetwork.TESTNET]: [
27
27
  "https://mempool.space/testnet/api/",
28
- "https://mempool.holdings/testnet/api/",
28
+ // "https://mempool.holdings/testnet/api/",
29
29
  "https://mempool.fra.mempool.space/testnet/api/",
30
30
  "https://mempool.va1.mempool.space/testnet/api/",
31
31
  "https://mempool.tk7.mempool.space/testnet/api/"
32
32
  ],
33
33
  [base_1.BitcoinNetwork.TESTNET4]: [
34
34
  "https://mempool.space/testnet4/api/",
35
- "https://mempool.holdings/testnet4/api/",
35
+ // "https://mempool.holdings/testnet4/api/",
36
36
  "https://mempool.fra.mempool.space/testnet4/api/",
37
37
  "https://mempool.va1.mempool.space/testnet4/api/",
38
38
  "https://mempool.tk7.mempool.space/testnet4/api/"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomiqlabs/sdk",
3
- "version": "7.0.10",
3
+ "version": "7.0.12",
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",
@@ -10,6 +10,16 @@ export const SmartChainAssets = {
10
10
  },
11
11
  name: "Wrapped BTC (WBTC)"
12
12
  },
13
+ _PBTC_DEV: {
14
+ pricing: {
15
+ binancePair: "$fixed-100000000",
16
+ okxPair: "$fixed-100000000",
17
+ coinGeckoCoinId: "$fixed-100000000",
18
+ coinPaprikaCoinId: "$fixed-100000000",
19
+ krakenPair: "$fixed-100000000"
20
+ },
21
+ name: "pegBTC (dev)"
22
+ },
13
23
  WBTC: {
14
24
  pricing: {
15
25
  binancePair: "WBTCBTC",
@@ -86,21 +86,21 @@ const trustedIntermediaries = {
86
86
  const mempoolUrls = {
87
87
  [BitcoinNetwork.MAINNET]: [
88
88
  "https://mempool.space/api/",
89
- "https://mempool.holdings/api/",
89
+ // "https://mempool.holdings/api/",
90
90
  "https://mempool.fra.mempool.space/api/",
91
91
  "https://mempool.va1.mempool.space/api/",
92
92
  "https://mempool.tk7.mempool.space/api/"
93
93
  ],
94
94
  [BitcoinNetwork.TESTNET]: [
95
95
  "https://mempool.space/testnet/api/",
96
- "https://mempool.holdings/testnet/api/",
96
+ // "https://mempool.holdings/testnet/api/",
97
97
  "https://mempool.fra.mempool.space/testnet/api/",
98
98
  "https://mempool.va1.mempool.space/testnet/api/",
99
99
  "https://mempool.tk7.mempool.space/testnet/api/"
100
100
  ],
101
101
  [BitcoinNetwork.TESTNET4]: [
102
102
  "https://mempool.space/testnet4/api/",
103
- "https://mempool.holdings/testnet4/api/",
103
+ // "https://mempool.holdings/testnet4/api/",
104
104
  "https://mempool.fra.mempool.space/testnet4/api/",
105
105
  "https://mempool.va1.mempool.space/testnet4/api/",
106
106
  "https://mempool.tk7.mempool.space/testnet4/api/"