Skip to content

Commit 56de9b5

Browse files
committed
feat: add Result type and use && some refactoring
1 parent 10fc93e commit 56de9b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aithranetwork/sdk-aithra-toolkit",
3-
"version": "0.0.6",
3+
"version": "0.0.7-alpha.1",
44
"description": "The Aithra Network Toolkit SDK for the agents",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/core/manager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export class AithraManager {
6161
private mintManager: MintManager;
6262
private apiUrl = 'https://api.itheumcloud.com/zsuiteapi';
6363
private marshalUrl = 'https://api.itheumcloud-stg.com/datamarshalapi/router/v1';
64-
// private mintUrl = 'https://api.itheumcloud.com/itheumapi';
65-
private mintUrl ="http://localhost:3001/itheumapi";
64+
private mintUrl = 'https://api.itheumcloud.com/itheumapi';
6665

6766
constructor({ connection, keypair, priorityFee = 0 }: ConstructorParams) {
6867
this.wallet = new Wallet(keypair);

0 commit comments

Comments
 (0)