Skip to content

Commit

Permalink
refactor: npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Nov 24, 2023
1 parent 3f922a5 commit 1e6410a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/cheqd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export class CheqdRegistrar {
rpcUrl: options.rpcUrl
? options.rpcUrl
: options.network === NetworkType.Testnet
? DefaultRPCUrl.Testnet
: DefaultRPCUrl.Mainnet,
? DefaultRPCUrl.Testnet
: DefaultRPCUrl.Mainnet,
wallet: await DirectSecp256k1HdWallet.fromMnemonic(
options.network === NetworkType.Mainnet ? FEE_PAYER_MAINNET_MNEMONIC : FEE_PAYER_TESTNET_MNEMONIC,
{ prefix: 'cheqd' }
Expand Down

0 comments on commit 1e6410a

Please sign in to comment.