@scallop-io/sui-scallop-sdk 1.3.4 → 1.3.41
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const DEFAULT_TOKENS_PER_INTERVAL =
|
|
1
|
+
export declare const DEFAULT_TOKENS_PER_INTERVAL = 50;
|
|
2
2
|
export declare const DEFAULT_INTERVAL_IN_MS = 300;
|
package/dist/index.js
CHANGED
|
@@ -490,10 +490,10 @@ var POOL_ADDRESSES = {
|
|
|
490
490
|
collateralPoolAddress: "0xff677a5d9e9dc8f08f0a8681ebfc7481d1c7d57bc441f2881974adcdd7b13c31"
|
|
491
491
|
},
|
|
492
492
|
fud: {
|
|
493
|
-
lendingPoolAddress: ""
|
|
493
|
+
lendingPoolAddress: "0x14367ddca30e2860cb89ed4eaca20c7ece260c5d59dd9990d2c85a8321326acb"
|
|
494
494
|
},
|
|
495
495
|
deep: {
|
|
496
|
-
lendingPoolAddress: ""
|
|
496
|
+
lendingPoolAddress: "0xf4a67ffb43da1e1c61c049f188f19463ea8dbbf2d5ef4722d6df854ff1b1cc03"
|
|
497
497
|
}
|
|
498
498
|
};
|
|
499
499
|
|
|
@@ -1043,7 +1043,7 @@ var TEST_ADDRESSES = {
|
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
1045
1045
|
// src/constants/tokenBucket.ts
|
|
1046
|
-
var DEFAULT_TOKENS_PER_INTERVAL =
|
|
1046
|
+
var DEFAULT_TOKENS_PER_INTERVAL = 50;
|
|
1047
1047
|
var DEFAULT_INTERVAL_IN_MS = 300;
|
|
1048
1048
|
|
|
1049
1049
|
// src/constants/vesca.ts
|