Skip to content

Commit

Permalink
new metapool impl and pools
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Nov 16, 2023
1 parent f720b1a commit 02162cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwapMetaNG.vy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pragma version 0.3.10
# pragma optimize codesize
# pragma evm-version shanghai
# pragma evm-version paris
"""
@title CurveStableSwapMetaNG
@author Curve.Fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"math": "0x20D1c021525C85D9617Ccc64D8f547d5f730118A",
"views": "0x87DD13Dd25a1DBde0E1EdcF5B8Fa6cfff7eABCaD",
"plain_amm": "0x933f4769DCC27fC7345D9d5975AE48EC4D0F829C",
"meta_amm": "0x1f7C86AffE5bCF7a1D74a8c8E2ef9E03BF31c1BD",
"meta_amm": "0xDD7EBB1C49780519dD9755B8B1A23a6f42CE099E",
"factory": "0x6A8cbed756804B16E05E741eDaBd5cB544AE21bf",
"gauge": "0xf2eff2Cd0d9C82b7b2f17FbBed703fA7931dB1da",
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def main():

fork = False
deploy_pool_and_gauge("ethereum:mainnet", os.environ["RPC_ETHEREUM"], "FIDDYDEPLOYER", "plain", fork)
deploy_pool_and_gauge("ethereum:mainnet", os.environ["RPC_ETHEREUM"], "FIDDYDEPLOYER", "meta", fork)
deploy_pool_and_gauge("ethereum:mainnet", "http://localhost:9090/", "FIDDYDEPLOYER", "meta", fork)


if __name__ == "__main__":
Expand Down

0 comments on commit 02162cb

Please sign in to comment.