@sign-global/tokentable-core 1.2.0 → 1.2.1
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/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -382,7 +382,7 @@ var ChainConfig = {
|
|
|
382
382
|
rpcUrl: solanaMainNet.rpcUrls.default.http[0]
|
|
383
383
|
},
|
|
384
384
|
[suiTestNet.id]: {
|
|
385
|
-
contractAddress: "
|
|
385
|
+
contractAddress: "0x74524ef68146dfcf830ef9ddc80d6b292a9764a9c30f8c0dfb35a555b34d2d25",
|
|
386
386
|
rpcUrl: suiTestNet.rpcUrls.default.http[0]
|
|
387
387
|
},
|
|
388
388
|
[suiMainNet.id]: {
|
|
@@ -12532,7 +12532,7 @@ var SuiBaseDistributorClient = class extends SuiContractClientBase {
|
|
|
12532
12532
|
signer: fields?.authorized_signer,
|
|
12533
12533
|
ownerCapId: fields?.owner_cap_id,
|
|
12534
12534
|
version: fields?.version ? String.fromCharCode(...fields.version) : void 0,
|
|
12535
|
-
feeCollector: fields?.
|
|
12535
|
+
feeCollector: fields?.fee_collector_config,
|
|
12536
12536
|
token: coinType,
|
|
12537
12537
|
tokenBalance: fields?.token_balance,
|
|
12538
12538
|
paused: fields?.paused
|