-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove gnosis safe l2 typechain #1662
Conversation
✅ Deploy Preview for fractal-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
2670d6e
to
91c0f27
Compare
801934a
to
3722e01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚡
91c0f27
to
f4a19d9
Compare
3722e01
to
9a4a5df
Compare
src/models/TxBuilderFactory.ts
Outdated
const safeContract = GnosisSafeL2__factory.connect(safeAddress, this.signerOrProvider); | ||
this.safeContract = safeContract; | ||
public setSafeContract(safeAddress: Address) { | ||
// const safeContract = GnosisSafeL2__factory.connect(safeAddress, this.signerOrProvider); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guessing this comment is/will be removed further up the PR ladder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, deleted.
f4a19d9
to
7c953d3
Compare
9a4a5df
to
dc6ccf8
Compare
Please review and merge #1661 first.