@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
@@ -1,5 +1,11 @@
1
1
  # @sign-global/tokentable-core
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: update Sui contract address and fee collector field
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
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: "0xb99be918b901c472b9839871b0341bf53a4d94a19312008a2e6c98908c92b778",
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?.fee_collector,
12535
+ feeCollector: fields?.fee_collector_config,
12536
12536
  token: coinType,
12537
12537
  tokenBalance: fields?.token_balance,
12538
12538
  paused: fields?.paused