Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update version of near-api-js #216

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

fospring
Copy link
Collaborator

@fospring fospring commented Sep 6, 2023

dependency of near-api-js was too old,update it from 0.44.1 to 2.1.4

@fospring fospring force-pushed the feat/update-near-api-js-version branch 2 times, most recently from ea9dc10 to eb02ee4 Compare September 11, 2023 13:19
@fospring fospring force-pushed the feat/update-near-api-js-version branch 2 times, most recently from e1e79b7 to df2d4a0 Compare November 21, 2023 16:10
@fospring fospring force-pushed the feat/update-near-api-js-version branch from df2d4a0 to da3011d Compare November 21, 2023 16:45
@@ -217,7 +216,7 @@ export abstract class AccountManager implements NearAccountManager {
}

protected get connection(): nearAPI.Connection {
return new nearAPI.Connection(this.networkId, this.provider, this.signer);
return new nearAPI.Connection(this.networkId, this.provider, this.signer, `jsvm.${this.networkId}`);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this added by mistake?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

transaction-result.ts is not changed, is dist rebuilt after resolve the conflict?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I rebuit it in the directory of packages/js

Copy link
Member

@ailisp ailisp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@ailisp ailisp merged commit e984bf0 into near:main Nov 23, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants