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

add arbitrum to chainflip #1291

Merged
merged 7 commits into from
Oct 3, 2024
Merged

add arbitrum to chainflip #1291

merged 7 commits into from
Oct 3, 2024

Conversation

juanfri-web3
Copy link
Contributor

Add Arbitrum to Chainflip

@juanfri-web3 juanfri-web3 force-pushed the add-arbitrum-to-chainflip branch 2 times, most recently from 5f3a28c to ed0382c Compare September 26, 2024 07:45
@juanfri-web3 juanfri-web3 force-pushed the add-arbitrum-to-chainflip branch from ed0382c to 8abea2c Compare October 2, 2024 08:19
@juanfri-web3 juanfri-web3 marked this pull request as ready for review October 3, 2024 11:46
Copy link
Contributor

@0xp3gasus 0xp3gasus left a 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> {
Copy link
Contributor

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

Copy link

Choose a reason for hiding this comment

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

Ok, done!

@0xp3gasus 0xp3gasus merged commit 62eae5e into master Oct 3, 2024
1 check passed
@0xp3gasus 0xp3gasus deleted the add-arbitrum-to-chainflip branch October 3, 2024 14:37
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.

3 participants