Skip to content

Commit

Permalink
Yarn Upgrade (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Jan 7, 2025
1 parent e03c63a commit 9b7a548
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 932 deletions.
14 changes: 8 additions & 6 deletions src/near-safe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,14 @@ export class NearSafe {
return {
method: "eth_sendTransaction",
chainId,
params: [{
from: this.address,
to: this.address,
value: "0x0",
data: new SafeContractSuite().addOwnerData(recoveryAddress)
}],
params: [
{
from: this.address,
to: this.address,
value: "0x0",
data: new SafeContractSuite().addOwnerData(recoveryAddress),
},
],
};
}
}
Loading

0 comments on commit 9b7a548

Please sign in to comment.