Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BitteProtocol/near-safe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.4
Choose a base ref
...
head repository: BitteProtocol/near-safe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.5
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 7, 2025

  1. Yarn Upgrade (#116)

    bh2smith authored Jan 7, 2025
    Copy the full SHA
    9b7a548 View commit details
Showing with 816 additions and 932 deletions.
  1. +8 −6 src/near-safe.ts
  2. +808 −926 yarn.lock
14 changes: 8 additions & 6 deletions src/near-safe.ts
Original file line number Diff line number Diff line change
@@ -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
Oops, something went wrong.