Skip to content

Commit

Permalink
feat: bump version to 0.0.7-alpha.4 and update marshalUrl to producti…
Browse files Browse the repository at this point in the history
…on endpoint
  • Loading branch information
bucurdavid committed Feb 20, 2025
1 parent 002ee7c commit 45d6b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aithranetwork/sdk-aithra-toolkit",
"version": "0.0.7-alpha.3",
"version": "0.0.7-alpha.4",
"description": "The Aithra Network Toolkit SDK for the agents",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/core/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class AithraManager {
private marshalManager: MarshalManager;
private mintManager: MintManager;
private apiUrl = 'https://api.itheumcloud.com/zsuiteapi';
private marshalUrl = 'https://api.itheumcloud-stg.com/datamarshalapi/router/v1';
private marshalUrl = 'https://api.itheumcloud.com/datamarshalapi/router/v1';
private mintUrl = 'https://api.itheumcloud.com/itheumapi';

constructor({ connection, keypair, priorityFee = 0 }: ConstructorParams) {
Expand Down

0 comments on commit 45d6b3c

Please sign in to comment.