Skip to content

Commit

Permalink
add base and mantle ownership addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Dec 25, 2023
1 parent 59f4604 commit 18d55f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/deployment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class CurveNetworkSettings:
fee_receiver_address="0xbF7E49483881C76487b0989CD7d9A8239B20CA41",
),
"base:mainnet": CurveNetworkSettings(
dao_ownership_contract="0x2c163fe0f079d138b9c04f780d735289344C8B80",
thin_proxy_contract="0xe8269B33E47761f552E1a3070119560d5fa8bBD6",
fee_receiver_address="0xe8269B33E47761f552E1a3070119560d5fa8bBD6",
),
Expand Down Expand Up @@ -107,6 +108,7 @@ class CurveNetworkSettings:
fee_receiver_address="",
),
"mantle:mainnet": CurveNetworkSettings(
dao_ownership_contract="0xfe87a6CDCa1EEb90987c6A196a1C5F5C76F5F2b0",
thin_proxy_contract="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
fee_receiver_address="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
),
Expand Down
4 changes: 2 additions & 2 deletions scripts/transfer_to_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def main():
forkmode = False

transfer_ownership(
"optimism:mainnet",
os.environ["RPC_OPTIMISM"],
"base:mainnet",
os.environ["RPC_BASE"],
"FIDDYDEPLOYER",
fork=forkmode,
)
Expand Down

0 comments on commit 18d55f3

Please sign in to comment.