-
Notifications
You must be signed in to change notification settings - Fork 221
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
feat(protocol-kit): Migrate Safe Proxy Factory contract to Abitype #664
Merged
tmjssz
merged 29 commits into
Abitype-1_3_0-safe-contract
from
Abitype-1_3_0-safe-proxy-factory-contract
Feb 2, 2024
Merged
feat(protocol-kit): Migrate Safe Proxy Factory contract to Abitype #664
tmjssz
merged 29 commits into
Abitype-1_3_0-safe-contract
from
Abitype-1_3_0-safe-proxy-factory-contract
Feb 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tmjssz
force-pushed
the
Abitype-1_3_0-safe-proxy-factory-contract
branch
from
January 25, 2024 15:10
423f28f
to
91579f5
Compare
tmjssz
changed the title
feat(protocol-kit): Migrate Safe Proxy Factory contract to Abitype for ethers.js
feat(protocol-kit): Migrate Safe Proxy Factory contract to Abitype
Jan 25, 2024
…ctions with Safe Proxy Factory contract version 1.3.0 using Ethers.js v6.
…n of the safeProxyFactory v1.3.0 For Ethers.js
…nce` for Web3Adapter
tmjssz
force-pushed
the
Abitype-1_3_0-safe-proxy-factory-contract
branch
from
January 26, 2024 09:30
91579f5
to
a2e13aa
Compare
yagopv
reviewed
Jan 29, 2024
yagopv
reviewed
Jan 29, 2024
packages/protocol-kit/src/contracts/AbiType/SafeProxyFactory/safeProxyFactoryContract.ts
Outdated
Show resolved
Hide resolved
yagopv
reviewed
Jan 29, 2024
...rotocol-kit/src/contracts/AbiType/SafeProxyFactory/v1.4.1/SafeProxyFactoryContract_v1_4_1.ts
Outdated
Show resolved
Hide resolved
yagopv
reviewed
Jan 29, 2024
...ocol-kit/src/adapters/web3/contracts/SafeProxyFactory/v1.3.0/safeProxyFactory_v1_3_0_Web3.ts
Outdated
Show resolved
Hide resolved
yagopv
reviewed
Jan 29, 2024
...ocol-kit/src/adapters/web3/contracts/SafeProxyFactory/v1.4.1/safeProxyFactory_v1_4_1_Web3.ts
Outdated
Show resolved
Hide resolved
yagopv
reviewed
Jan 29, 2024
...ocol-kit/src/adapters/web3/contracts/SafeProxyFactory/v1.1.1/safeProxyFactory_v1_1_1_Web3.ts
Outdated
Show resolved
Hide resolved
yagopv
reviewed
Jan 29, 2024
...ocol-kit/src/adapters/web3/contracts/SafeProxyFactory/v1.0.0/safeProxyFactory_v1_0_0_Web3.ts
Outdated
Show resolved
Hide resolved
yagopv
approved these changes
Feb 2, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it solves
Resolves #653
How this PR fixes it
Migrate the SafeProxyFactory contract for ethers.js and web3.js from Typechain to Abitype in accordance to the changes in PR #604.