@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.
package/dist/index.mjs
CHANGED
|
@@ -398,10 +398,10 @@ var POOL_ADDRESSES = {
|
|
|
398
398
|
collateralPoolAddress: "0xff677a5d9e9dc8f08f0a8681ebfc7481d1c7d57bc441f2881974adcdd7b13c31"
|
|
399
399
|
},
|
|
400
400
|
fud: {
|
|
401
|
-
lendingPoolAddress: ""
|
|
401
|
+
lendingPoolAddress: "0x14367ddca30e2860cb89ed4eaca20c7ece260c5d59dd9990d2c85a8321326acb"
|
|
402
402
|
},
|
|
403
403
|
deep: {
|
|
404
|
-
lendingPoolAddress: ""
|
|
404
|
+
lendingPoolAddress: "0xf4a67ffb43da1e1c61c049f188f19463ea8dbbf2d5ef4722d6df854ff1b1cc03"
|
|
405
405
|
}
|
|
406
406
|
};
|
|
407
407
|
|
|
@@ -951,7 +951,7 @@ var TEST_ADDRESSES = {
|
|
|
951
951
|
};
|
|
952
952
|
|
|
953
953
|
// src/constants/tokenBucket.ts
|
|
954
|
-
var DEFAULT_TOKENS_PER_INTERVAL =
|
|
954
|
+
var DEFAULT_TOKENS_PER_INTERVAL = 50;
|
|
955
955
|
var DEFAULT_INTERVAL_IN_MS = 300;
|
|
956
956
|
|
|
957
957
|
// src/constants/vesca.ts
|