Skip to content
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

Update PaymentSplitterDeployer with new factory addresses #89

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Willyham
Copy link

I deployed a new PaymentSplitterFactory contract for mainnet and Goerli. These new deploys use the contracts from OZ 4.7.0, which have a new releasable function (amongst other changes).

Mainnet factory: https://etherscan.io/address/0x10af0996e2e289dc8f582e6510b0d251e061bfb5
Goerli factory: https://goerli.etherscan.io/address/0x1353463A30F7A9Eb50A645F4D3950d5d5E41F1F4

@Willyham
Copy link
Author

Deployed a splitter via the factory on Goerli and confirmed that the releasable function now works:

➜  ethier git:(main) ✗ cast call 0xeD1Ad0e453220cDd3b3537efDEb7aAc382a620Ad "releasable(address)" 0x5B0c1a42F3836498D29d7Fae8268621C25701f27 --rpc-url $RPC_GOERLI | cast --to-dec
100000000000000000

@ARR4N
Copy link
Collaborator

ARR4N commented Apr 11, 2023

Thanks for this. Confirming that I understand correctly: these are identical from an ethier perspective, but use the latest OZ deps?

Please can you update contracts/factories/README.md to match?

@Willyham
Copy link
Author

That's right, there are no contract changes on either side - just a redeployment with the OZ libraries already installed in the current package.json (4.7.0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants