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: network requests #42

Merged
merged 14 commits into from
Jan 29, 2025
Prev Previous commit
Next Next commit
feat: bad engrish
gomesalexandre committed Jan 29, 2025

Verified

This commit was signed with the committer’s verified signature.
commit 15d04374952da672e99ed56966ec121341d47e65
2 changes: 1 addition & 1 deletion src/constants/caip.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Subset of web caip constants with Chainfli-supported assets only
// Subset of web caip constants with Chainflip-supported assets only
// We need to redeclare things here as @shapeshiftoss/caip is actually a monorepo project and not published on npm

Copy link
Contributor

Choose a reason for hiding this comment

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

Any way to make it exported from our monorepo so we can consume it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not for the time being unfortunately, unless we start publishing packages again, which is a story for another day but would indeed make things a lot easier!

import type { AssetId, ChainId } from '@shapeshiftoss/caip'