@scallop-io/sui-scallop-sdk 2.3.0-lst-x-oracle-alpha.3 → 2.3.0-lst-x-oracle-alpha.4
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/package.json
CHANGED
|
@@ -36,6 +36,10 @@ const generateSCoinNormalMethod: GenerateSCoinNormalMethod = ({
|
|
|
36
36
|
const sCoinType = builder.utils.parseSCoinType(sCoinName);
|
|
37
37
|
if (!sCoinType) throw new Error(`Invalid sCoin name: ${sCoinName}`);
|
|
38
38
|
|
|
39
|
+
console.log({
|
|
40
|
+
sCoinName,
|
|
41
|
+
treasury: builder.utils.getSCoinTreasury(sCoinName),
|
|
42
|
+
});
|
|
39
43
|
return builder.moveCall(
|
|
40
44
|
txBlock,
|
|
41
45
|
`${sCoinPkgIds.pkgId}::s_coin_converter::burn_s_coin`,
|
|
@@ -326,24 +326,24 @@ export const TEST_ADDRESSES: AddressesInterface = {
|
|
|
326
326
|
// versionCap: '',
|
|
327
327
|
},
|
|
328
328
|
vesca: {
|
|
329
|
-
id: '
|
|
329
|
+
id: '0x0c7f5568dbd69488437ee95f2d9a028724e1de12432965ff8acca7c67310ba46',
|
|
330
330
|
object:
|
|
331
|
-
'
|
|
331
|
+
'0x0c7f5568dbd69488437ee95f2d9a028724e1de12432965ff8acca7c67310ba46',
|
|
332
332
|
adminCap:
|
|
333
333
|
'0x4d105b16467acca81d18c132cdd1a3cee159920a86c1ef4bdbf2e8d7878500c5',
|
|
334
334
|
tableId:
|
|
335
|
-
'
|
|
336
|
-
table: '
|
|
335
|
+
'0x5477d43c9f75faea312c0f02dd48b4e03d9cbf2b1a5436ddffb5edefbea18ff2',
|
|
336
|
+
table: '0x06f763060ea5da3d639fb56df70674490a8354511cfe61584062aafd83b1940d',
|
|
337
337
|
treasury:
|
|
338
|
-
'
|
|
338
|
+
'0x934919cc31fa89b67578039bb10d5518fa23c50bc8f78500f1d1a718407a0a71',
|
|
339
339
|
config:
|
|
340
|
-
'
|
|
340
|
+
'0x38d3f7a1fa5071226535d4d8bfca8ccab3d24871402df1be669d7d5e9e3e9cb4',
|
|
341
341
|
subsTable:
|
|
342
|
-
'
|
|
342
|
+
'0x4756b716670ff62760b22bebed73c6eb2c2cb118674a2eea3a56ebea9e27ae76',
|
|
343
343
|
subsTableId:
|
|
344
344
|
'0xe9fa5d464d28fe30ad060ea32af577c68c9e82aca48ad1f10f13f35338472778',
|
|
345
345
|
subsWhitelist:
|
|
346
|
-
'
|
|
346
|
+
'0xfc72adae643da4f2fe080adc1e2cca981eadcb518facb02324eeaab169752ffb',
|
|
347
347
|
},
|
|
348
348
|
referral: {
|
|
349
349
|
id: '0x709ce9b97a63c6815c385ffd31c354dcd8f760984610581be23b838af4c6f60b',
|