Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Jul 18, 2023
1 parent 720b7fd commit cd71336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antelope/wallets/authenticators/WalletConnectAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class WalletConnectAuth extends EVMAuthenticator {
if (token) {
if (token.isSystem) {
this.sendConfig = await prepareSendTransaction({
to: to,
to,
value: BigInt(amount.toString()),
chainId: +useChainStore().getChain(this.label).settings.getChainId(),
});
Expand Down

0 comments on commit cd71336

Please sign in to comment.