Skip to content

Commit

Permalink
Remove keyring type
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Aug 30, 2023
1 parent fce408a commit 02ff975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faucet-api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function faucet(req: Request, res: Response) {
}

await cryptoWaitReady()
const keyring = new Keyring({ type: 'sr25519' })
const keyring = new Keyring()

const api = await ApiPromise.create({ provider: wsProvider })

Expand Down

0 comments on commit 02ff975

Please sign in to comment.