@ardrive/turbo-sdk 1.23.0 → 1.23.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.
@@ -107,7 +107,7 @@ class TurboDataItemAbstractSigner {
107
107
  : 'kyve-1';
108
108
  // TODO: KYVE Web wallet tx signing/sending
109
109
  const client = await new sdk_js_1.KyveSDK(chainId).fromPrivateKey(keyAsStringFromUint8Array);
110
- const tx = await client.kyve.base.v1beta1.transfer(target, amount.toString());
110
+ const tx = await client.cosmos.bank.v1beta1.transfer(target, amount.toString());
111
111
  await tx.execute();
112
112
  return tx.txHash;
113
113
  }
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '1.23.0';
20
+ exports.version = '1.23.1';
@@ -101,7 +101,7 @@ export class TurboDataItemAbstractSigner {
101
101
  : 'kyve-1';
102
102
  // TODO: KYVE Web wallet tx signing/sending
103
103
  const client = await new KyveSDK(chainId).fromPrivateKey(keyAsStringFromUint8Array);
104
- const tx = await client.kyve.base.v1beta1.transfer(target, amount.toString());
104
+ const tx = await client.cosmos.bank.v1beta1.transfer(target, amount.toString());
105
105
  await tx.execute();
106
106
  return tx.txHash;
107
107
  }
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '1.23.0';
17
+ export const version = '1.23.1';
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "1.23.0-alpha.1";
16
+ export declare const version = "1.23.1-alpha.1";
17
17
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.23.0",
3
+ "version": "1.23.1",
4
4
  "main": "./lib/cjs/node/index.js",
5
5
  "types": "./lib/types/node/index.d.ts",
6
6
  "module": "./lib/esm/node/index.js",
@@ -80,7 +80,7 @@
80
80
  "@cosmjs/proto-signing": "^0.32.4",
81
81
  "@dha-team/arbundles": "^1.0.1",
82
82
  "@ethersproject/signing-key": "^5.7.0",
83
- "@kyvejs/sdk": "^1.3.3",
83
+ "@kyvejs/sdk": "^1.4.4",
84
84
  "@solana/web3.js": "^1.91.7",
85
85
  "arweave": "^1.15.1",
86
86
  "axios": "1.4.0",