-
Notifications
You must be signed in to change notification settings - Fork 96
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
add arbitrum to chainflip #1291
Conversation
5f3a28c
to
ed0382c
Compare
ed0382c
to
8abea2c
Compare
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.
Apply changes 🙏🏼🙏🏼
@@ -38,10 +38,10 @@ export class ChainflipProtocol implements IProtocol { | |||
}, 24 * 60 * 60 * 1000) | |||
} | |||
approveRouterToSpend(_params: { asset: TokenAsset; amount?: CryptoAmount }): Promise<TxSubmitted> { | |||
throw new Error('Method not implemented.') | |||
throw new Error('Not implemented') | |||
} | |||
shouldBeApproved(_params: { asset: TokenAsset; amount: CryptoAmount; address: string }): Promise<boolean> { |
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.
Use async
nomenclature and add method visibility
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.
Ok, done!
Add Arbitrum to Chainflip