-
Notifications
You must be signed in to change notification settings - Fork 429
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: support for intents #5232
base: main
Are you sure you want to change the base?
Conversation
|
typescript/sdk/src/token/Token.ts
Outdated
@@ -161,6 +166,28 @@ export class Token implements IToken { | |||
sourceChannel: 'channel-0', | |||
type: TokenConnectionType.Ibc, | |||
}); | |||
} else if (standard === TokenStandard.EvmIntent) { | |||
assert( | |||
this.intentRouterAddressOrDenom, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this still required? I thought we said we would overload addressOrDenom for the router and collateralAddressorDenom for the token?
Description
A first iteration towards the integration of Intents in the SDK.
This is still a WIP; CLI build is failing; and some types still need fixing as well as standardization of the
IntentCore
andWarpCore
.Backward compatibility
Yes
Testing
Manual
/cc @nambrot