Skip to content

Commit

Permalink
deployed on aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Oct 25, 2023
1 parent 01f5bbc commit 23bb583
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
"factory": "0x1764ee18e8B3ccA4787249Ceb249356192594585",
},
"aurora:mainnet": {
"math": "",
"views": "",
"plain_amm": "",
"meta_amm": "",
"factory": "",
"math": "0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6",
"views": "0x506F594ceb4E33F5161139bAe3Ee911014df9f7f",
"plain_amm": "0x87FE17697D0f14A222e8bEf386a0860eCffDD617",
"meta_amm": "0x1764ee18e8B3ccA4787249Ceb249356192594585",
"factory": "0x5eeE3091f747E60a045a2E715a4c71e600e31F6E",
},
"tron:mainnet": {
"math": "",
Expand Down Expand Up @@ -260,8 +260,8 @@ def deploy_infra(network, url, account, fork=False):
def main():

deploy_infra(
"kava:mainnet",
os.environ["RPC_KAVA"],
"aurora:mainnet",
os.environ["RPC_AURORA"],
"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(
"pzkevm:mainnet",
os.environ["RPC_PZKEVM"],
"aurora:mainnet",
os.environ["RPC_AURORA"],
"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 @@ -135,8 +135,8 @@ class CurveNetworkSettings:
fee_receiver_address="0x56bc95Ded2BEF162131905dfd600F2b9F1B380a4",
),
"aurora:mainnet": CurveNetworkSettings(
dao_ownership_contract="",
fee_receiver_address="",
dao_ownership_contract="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
fee_receiver_address="0xf3A431008396df8A8b2DF492C913706BDB0874ef",
),
"bsc:mainnet": CurveNetworkSettings(
dao_ownership_contract="0x98B4029CaBEf7Fd525A36B0BF8555EC1d42ec0B6",
Expand Down

0 comments on commit 23bb583

Please sign in to comment.