-
Notifications
You must be signed in to change notification settings - Fork 47
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
Restore const network = process.argv[2];
currently hardcoded to testnet
#31
Comments
Hi @chopan123 Is this open for contribution, if yes can I be assigned this please? I’m a blockchain developer and I’m ready to work. Here is the link to my profile: https://app.onlydust.com/u/od-hunter |
Hello @chopan123 , in my last contribution I made the TS test #19, in order to make the test work I had to navigate within these files and make those small changes, I would like to investigate more and try to solve it, could I take the issue? |
Hi @chopan123, is this task still open? I'd like to see if I can work on it. |
Hey @PrincesoDan! |
@chopan123 I'd love to work on this |
Hi, @chopan123 |
In order to make the typescript tests work we have hardcoded the network to testnet:
this occurs on
contracts/utils/contract.ts
andcontracts/utils/tx.ts
Acceptance criteria:
The text was updated successfully, but these errors were encountered: