File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments