@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/dist/index.mjs CHANGED
@@ -300,7 +300,7 @@ var ChainConfig = {
300
300
  rpcUrl: solanaMainNet.rpcUrls.default.http[0]
301
301
  },
302
302
  [suiTestNet.id]: {
303
- contractAddress: "0xb99be918b901c472b9839871b0341bf53a4d94a19312008a2e6c98908c92b778",
303
+ contractAddress: "0x74524ef68146dfcf830ef9ddc80d6b292a9764a9c30f8c0dfb35a555b34d2d25",
304
304
  rpcUrl: suiTestNet.rpcUrls.default.http[0]
305
305
  },
306
306
  [suiMainNet.id]: {
@@ -12489,7 +12489,7 @@ var SuiBaseDistributorClient = class extends SuiContractClientBase {
12489
12489
  signer: fields?.authorized_signer,
12490
12490
  ownerCapId: fields?.owner_cap_id,
12491
12491
  version: fields?.version ? String.fromCharCode(...fields.version) : void 0,
12492
- feeCollector: fields?.fee_collector,
12492
+ feeCollector: fields?.fee_collector_config,
12493
12493
  token: coinType,
12494
12494
  tokenBalance: fields?.token_balance,
12495
12495
  paused: fields?.paused