-
Notifications
You must be signed in to change notification settings - Fork 16
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
Onboarding: Support evm on subtrate #1508
Conversation
…port-evm-on-chain-chain
PR deployed in Google Cloud |
51386d7
to
3a4f4dc
Compare
…port-evm-on-chain-chain
setIsSubstrateTxLoading(false) | ||
} catch (e) { | ||
setIsSubstrateTxLoading(false) | ||
} | ||
}, | ||
}) | ||
|
||
const signSubstrateRemark = async (args: [message: string]) => { | ||
const getBalanceForSigning = async () => { |
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.
Nice. So this function is not expected to ever receive args
?
@@ -73,4 +74,7 @@ onboarding.get('/getTaxInfo', verifyAuth, getTaxInfoController) | |||
// init | |||
onboarding.get('/initProxies', initProxiesController) | |||
|
|||
// migrations | |||
onboarding.get('/migrateWallets', migrateWalletsController) |
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.
ooooooo
@@ -22,7 +22,7 @@ export const getCentrifuge = () => | |||
export const getSigner = async () => { | |||
await cryptoWaitReady() | |||
const keyring = new Keyring({ type: 'sr25519', ss58Format: 2 }) | |||
// the pure proxy controller (PURE_PROXY_CONTROLLER_SEED) is the wallet that controls the pure proxy being used to sign the transaction | |||
// the pure proxxy controller (PURE_PROXY_CONTROLLER_SEED) is the wallet that controls the pure proxy being used to sign the transaction |
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.
??
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.
looks good!!
…port-evm-on-chain-chain
Description
This pull request...
NetworkSwitch
class)TODO:
Approvals
Screenshots
Impact