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

chore(sdk-coin-tao): add sdk skeleton #5360

Merged
merged 1 commit into from
Jan 15, 2025
Merged

chore(sdk-coin-tao): add sdk skeleton #5360

merged 1 commit into from
Jan 15, 2025

Conversation

nvrakesh06
Copy link
Contributor

Ticket: WIN-4293

@nvrakesh06 nvrakesh06 force-pushed the WIN-4293 branch 7 times, most recently from 95d9c87 to d618991 Compare January 10, 2025 16:06
@nvrakesh06 nvrakesh06 marked this pull request as ready for review January 13, 2025 13:57
@nvrakesh06 nvrakesh06 requested review from a team as code owners January 13, 2025 13:57
zahin-mohammad
zahin-mohammad previously approved these changes Jan 13, 2025

const sdk = new BitGoAPI();

sdk.register('apt', Apt.createInstance);
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong coin in this register function?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1.

alebusse
alebusse previously approved these changes Jan 13, 2025
Comment on lines 41 to 42
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/statics": "^50.18.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

fixed in #5364

DinshawKothari
DinshawKothari previously approved these changes Jan 13, 2025

```javascript
import { BitGoAPI } from '@bitgo/sdk-api';
import { Apt } from '@bitgo/sdk-coin-tao';
Copy link
Contributor

Choose a reason for hiding this comment

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

wrong coin here too.


const sdk = new BitGoAPI();

sdk.register('apt', Apt.createInstance);
Copy link
Contributor

Choose a reason for hiding this comment

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

+1.

@hitansh-madan hitansh-madan merged commit bf83b6b into master Jan 15, 2025
8 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.

6 participants