@ref-finance/ref-sdk 1.1.9 → 1.2.0
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/dist/ref-sdk.cjs.development.js +7 -4
- package/dist/ref-sdk.cjs.development.js.map +1 -1
- package/dist/ref-sdk.cjs.production.min.js +1 -1
- package/dist/ref-sdk.cjs.production.min.js.map +1 -1
- package/dist/ref-sdk.esm.js +7 -4
- package/dist/ref-sdk.esm.js.map +1 -1
- package/dist/ref-sdk.umd.development.js +7 -4
- package/dist/ref-sdk.umd.development.js.map +1 -1
- package/dist/ref-sdk.umd.production.min.js +1 -1
- package/dist/ref-sdk.umd.production.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
REF_FI_CONTRACT_ID: 'ref-finance-101.testnet',
|
|
45
45
|
REF_TOKEN_ID: 'ref.fakes.testnet',
|
|
46
46
|
explorerUrl: 'https://testnet.nearblocks.io',
|
|
47
|
-
REF_DCL_SWAP_CONTRACT_ID: 'dclv2
|
|
47
|
+
REF_DCL_SWAP_CONTRACT_ID: 'dclv2.ref-dev.testnet'
|
|
48
48
|
};
|
|
49
49
|
default:
|
|
50
50
|
return {
|
|
@@ -7531,7 +7531,8 @@
|
|
|
7531
7531
|
Swap: {
|
|
7532
7532
|
pool_ids: pool_ids,
|
|
7533
7533
|
output_token: output_token,
|
|
7534
|
-
min_output_amount: min_output_amount
|
|
7534
|
+
min_output_amount: min_output_amount,
|
|
7535
|
+
client_id: ''
|
|
7535
7536
|
}
|
|
7536
7537
|
});
|
|
7537
7538
|
transactions.push({
|
|
@@ -7561,7 +7562,8 @@
|
|
|
7561
7562
|
SwapByOutput: {
|
|
7562
7563
|
pool_ids: _pool_ids,
|
|
7563
7564
|
output_token: _output_token,
|
|
7564
|
-
output_amount: output_amount
|
|
7565
|
+
output_amount: output_amount,
|
|
7566
|
+
client_id: ''
|
|
7565
7567
|
}
|
|
7566
7568
|
});
|
|
7567
7569
|
_context.next = 22;
|
|
@@ -7643,7 +7645,8 @@
|
|
|
7643
7645
|
LimitOrderWithSwap: {
|
|
7644
7646
|
pool_id: pool_id,
|
|
7645
7647
|
buy_token: buy_token,
|
|
7646
|
-
point: new_point
|
|
7648
|
+
point: new_point,
|
|
7649
|
+
client_id: ''
|
|
7647
7650
|
}
|
|
7648
7651
|
});
|
|
7649
7652
|
transactions.push({
|