@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sign-global/tokentable-core",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -107,7 +107,7 @@ export const ChainConfig = {
107
107
  rpcUrl: solanaMainNet.rpcUrls.default.http[0]
108
108
  },
109
109
  [suiTestNet.id]: {
110
- contractAddress: '0xb99be918b901c472b9839871b0341bf53a4d94a19312008a2e6c98908c92b778',
110
+ contractAddress: '0x74524ef68146dfcf830ef9ddc80d6b292a9764a9c30f8c0dfb35a555b34d2d25',
111
111
  rpcUrl: suiTestNet.rpcUrls.default.http[0]
112
112
  },
113
113
  [suiMainNet.id]: {
@@ -86,7 +86,7 @@ export class SuiBaseDistributorClient extends SuiContractClientBase {
86
86
  signer: fields?.authorized_signer,
87
87
  ownerCapId: fields?.owner_cap_id,
88
88
  version: fields?.version ? String.fromCharCode(...(fields.version as number[])) : undefined,
89
- feeCollector: fields?.fee_collector,
89
+ feeCollector: fields?.fee_collector_config,
90
90
  token: coinType,
91
91
  tokenBalance: fields?.token_balance,
92
92
  paused: fields?.paused