Skip to content

Commit

Permalink
more deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Oct 24, 2023
1 parent 5926e9b commit 4a52715
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
22 changes: 15 additions & 7 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@
"factory": "0xd7E72f3615aa65b92A4DBdC211E296a35512988B",
},
"linea:mainnet": {
"math": "",
"views": "",
"plain_amm": "",
"meta_amm": "",
"factory": "",
"math": "0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6",
"views": "0x506F594ceb4E33F5161139bAe3Ee911014df9f7f",
"plain_amm": "0x87FE17697D0f14A222e8bEf386a0860eCffDD617",
"meta_amm": "0x1764ee18e8b3cca4787249ceb249356192594585",
"factory": "0x5eeE3091f747E60a045a2E715a4c71e600e31F6E",
},
"scroll:mainnet": {
"math": "",
Expand Down Expand Up @@ -330,9 +330,17 @@ def main():
# )

# # bsc
# deploy_infra(
# "bsc:mainnet",
# os.environ["RPC_BSC"],
# "FIDDYDEPLOYER",
# fork=False,
# )

# # linea
deploy_infra(
"bsc:mainnet",
os.environ["RPC_BSC"],
"linea:mainnet",
os.environ["RPC_LINEA"],
"FIDDYDEPLOYER",
fork=False,
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/deploy_proxy_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def deploy_proxy_admin(network, url, account, fork=False):

def main():
deploy_proxy_admin(
"aurora:mainnet",
os.environ["RPC_AURORA"],
"linea:mainnet",
os.environ["RPC_LINEA"],
"FIDDYDEPLOYER",
fork=False,
)
Expand Down
4 changes: 2 additions & 2 deletions scripts/deployment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ class CurveNetworkSettings:
fee_receiver_address="0x98B4029CaBEf7Fd525A36B0BF8555EC1d42ec0B6",
),
"linea:mainnet": CurveNetworkSettings(
dao_ownership_contract="",
fee_receiver_address="",
dao_ownership_contract="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
fee_receiver_address="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
),
"scroll:mainnet": CurveNetworkSettings(
dao_ownership_contract="",
Expand Down

0 comments on commit 4a52715

Please sign in to comment.