@scallop-io/sui-scallop-sdk 2.3.0-lst-x-oracle-alpha.2 → 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',
|
|
@@ -411,11 +411,11 @@ export const TEST_ADDRESSES: AddressesInterface = {
|
|
|
411
411
|
},
|
|
412
412
|
safsui: {
|
|
413
413
|
coinType:
|
|
414
|
-
'
|
|
414
|
+
'0xe66ae8fd59e37f78e355dafb130b7c167ca4ec8792a424031a1a1eac96244ada::scallop_af_sui::SCALLOP_AF_SUI',
|
|
415
415
|
treasury:
|
|
416
|
-
'
|
|
416
|
+
'0xc57357a64593aa54bc23d7936129119b86876a200107481578f304762217061a',
|
|
417
417
|
metaData:
|
|
418
|
-
'
|
|
418
|
+
'0x42179b69f82ea26e3763345ee0fb1cea8b1bd355168b3241ceb727ec82bb0688',
|
|
419
419
|
symbol: 'safSUI',
|
|
420
420
|
},
|
|
421
421
|
susdc: {
|
|
@@ -817,11 +817,11 @@ export const POOL_ADDRESSES = {
|
|
|
817
817
|
spoolReward:
|
|
818
818
|
'0x89255a2f86ed7fbfef35ab8b7be48cc7667015975be2685dd9a55a9a64baf76e',
|
|
819
819
|
sCoinType:
|
|
820
|
-
'
|
|
820
|
+
'0xe66ae8fd59e37f78e355dafb130b7c167ca4ec8792a424031a1a1eac96244ada::scallop_af_sui::SCALLOP_AF_SUI',
|
|
821
821
|
sCoinTreasury:
|
|
822
|
-
'
|
|
822
|
+
'0xc57357a64593aa54bc23d7936129119b86876a200107481578f304762217061a',
|
|
823
823
|
sCoinMetadataId:
|
|
824
|
-
'
|
|
824
|
+
'0x42179b69f82ea26e3763345ee0fb1cea8b1bd355168b3241ceb727ec82bb0688',
|
|
825
825
|
sCoinSymbol: 'safSUI',
|
|
826
826
|
sCoinName: 'safsui',
|
|
827
827
|
coinMetadataId:
|