Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Aug 30, 2023
1 parent 02ff975 commit 9e6fc49
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 @@ -134,7 +134,7 @@ async function faucet(req: Request, res: Response) {
CurrencyBalance.fromFloat(10000, currency.decimals).toString()
),
])
console.log('signing and sending tx')
console.log('signing and sending tx', URL)
const hash = URL.includes('development')
? await txBatch.signAndSend(keyring.addFromUri('//Alice'))
: await txBatch.signAndSend(keyring.addFromUri(process.env.SEED_HEX as string))
Expand Down

0 comments on commit 9e6fc49

Please sign in to comment.