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

refactor: use source chain signer #1913

Merged
merged 2 commits into from
Sep 20, 2024
Merged

refactor: use source chain signer #1913

merged 2 commits into from
Sep 20, 2024

Conversation

fionnachan
Copy link
Member

Closes FS-852

@cla-bot cla-bot bot added the cla-signed label Sep 20, 2024
Copy link

vercel bot commented Sep 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arbitrum-token-bridge ✅ Ready (Inspect) Visit Preview Sep 20, 2024 2:37pm

@@ -689,8 +675,6 @@ export function TransferPanel() {
destinationChainId
})

if (!signer) throw Error('Signer not connected!')
Copy link
Member Author

Choose a reason for hiding this comment

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

checked on L560

Comment on lines -590 to -595
if (
(isDepositMode && !parentSigner) ||
(!isDepositMode && !childSigner)
) {
throw signerUndefinedError
}
Copy link
Member Author

Choose a reason for hiding this comment

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

checked on L560

@fionnachan fionnachan merged commit 0c1df57 into master Sep 20, 2024
52 checks passed
@fionnachan fionnachan deleted the use-sourcechain-signer branch September 20, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants