-
Notifications
You must be signed in to change notification settings - Fork 123
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
[mainnet] Deploy Smart Escrow Contract #123
Conversation
a25a211
to
7517a0f
Compare
START=1720674000 | ||
END=1870572600 | ||
VESTING_PERIOD_SECONDS=7889400 |
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.
BENEFICIARY=0x07114fF6F815113729b579B4A233192BAEF0e0E18 | ||
BENEFACTOR_OWNER=0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0 | ||
BENEFICIARY_OWNER=0x6e1DFd5C1E22A4677663A81D24C6BA03561ef0f6 | ||
NESTED_SAFE=0x0a7361e734cf3f0394B0FC4a45C74E7a4Ec70940 |
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.
2-of-2 multisig with CB/OP on Optimism https://optimistic.etherscan.io/address/0x0a7361e734cf3f0394B0FC4a45C74E7a4Ec70940
DEPLOYER=0xbebe472f467888b197b90693b8852ad12a50b261 | ||
BENEFACTOR= # TODO | ||
BENEFICIARY=0x07114fF6F815113729b579B4A233192BAEF0e0E18 | ||
BENEFACTOR_OWNER=0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0 |
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.
BENEFACTOR= # TODO | ||
BENEFICIARY=0x07114fF6F815113729b579B4A233192BAEF0e0E18 | ||
BENEFACTOR_OWNER=0x2501c477D0A35545a387Aa4A3EEe4292A9a8B3F0 | ||
BENEFICIARY_OWNER=0x6e1DFd5C1E22A4677663A81D24C6BA03561ef0f6 |
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.
INITIAL_TOKENS=17895697 | ||
VESTING_EVENT_TOKENS=4473924 |
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.
e5bd614
to
f727f24
Compare
|
||
OP_TOKEN=0x4200000000000000000000000000000000000042 | ||
|
||
DEPLOYER=0xbebe472f467888b197b90693b8852ad12a50b261 |
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.
OP_COMMIT=3580bf1b41d80fcb2b895d5610836bfad27fc989 | ||
BASE_CONTRACTS_COMMIT=a147139671c09923f78ae46a6ebedc91209bb076 | ||
|
||
OP_TOKEN=0x4200000000000000000000000000000000000042 |
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.
OP_TOKEN=0x4200000000000000000000000000000000000042 | ||
|
||
DEPLOYER=0xbebe472f467888b197b90693b8852ad12a50b261 | ||
BENEFACTOR=0x2501c477d0a35545a387aa4a3eee4292a9a8b3f0 |
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.
should send tokens back to where they came from - see txs of tokens comingn in on https://optimistic.etherscan.io/address/0x0a7361e734cf3f0394B0FC4a45C74E7a4Ec70940#tokentxns
INITIAL_TOKENS=17895697000000000000000000 | ||
VESTING_EVENT_TOKENS=4473924000000000000000000 |
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.
START=1720674000 | ||
END=1878462000 | ||
VESTING_PERIOD_SECONDS=7889400 |
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.
Review Error for stevieraykatz @ 2024-02-27 23:38:05 UTC |
Approved review 1909537133 from stevieraykatz is now dismissed due to new commit. Re-request for approval.
Deploy the SmartEscrow contract which now has alignment across Base and OP and gone through audit