@d9-network/ink 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.cjs CHANGED
@@ -881,7 +881,7 @@ function createNativeTransferStream(client, getEvents, watchAddress) {
881
881
  * @example
882
882
  * ```ts
883
883
  * import { createMessageBuilder } from '@d9-network/ink';
884
- * import { contracts } from '@polkadot-api/descriptors';
884
+ * import { contracts } from '@d9-network/spec';
885
885
  *
886
886
  * const builder = createMessageBuilder(contracts.usdt);
887
887
  *
@@ -1339,7 +1339,7 @@ function createD9InkContract(descriptor, address, options) {
1339
1339
  * @example
1340
1340
  * ```ts
1341
1341
  * import { createD9InkSdk } from "@d9-network/ink";
1342
- * import { contracts } from "@polkadot-api/descriptors";
1342
+ * import { contracts } from "@d9-network/spec";
1343
1343
  *
1344
1344
  * const sdk = createD9InkSdk(client);
1345
1345
  * const usdtContract = sdk.getContract(