Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Aug 1, 2023
1 parent 9591a09 commit d566656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboarding-api/src/utils/networks/centrifuge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const getCentrifuge = () =>
export const getSigner = async () => {
await cryptoWaitReady()
const keyring = new Keyring({ type: 'sr25519', ss58Format: 2 })
// the pure proxxy controller (PURE_PROXY_CONTROLLER_SEED) is the wallet that controls the pure proxy being used to sign the transaction
// the pure proxy controller (PURE_PROXY_CONTROLLER_SEED) is the wallet that controls the pure proxy being used to sign the transaction
// the pure proxy address (MEMBERLIST_ADMIN_PURE_PROXY) has to be given InvestorAdmin permissions on each pool before being able to whitelist investors
return keyring.addFromMnemonic(process.env.PURE_PROXY_CONTROLLER_SEED)
}
Expand Down

0 comments on commit d566656

Please sign in to comment.