Skip to content
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

Zap for crypto meta stable factory pools #7

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
14 changes: 14 additions & 0 deletions contracts/testing/stable_factory/data/mainnet-3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"swap": "0xb9446c4Ef5EBE66268dA6700D26f96273DE3d571",
"token": "0xb9446c4Ef5EBE66268dA6700D26f96273DE3d571",
"coins": [
"0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
"0xC581b735A1688071A1746c968e0798D642EDE491",
"0xdB25f211AB05b1c97D595516F45794528a807ad8",
"0x0000000000000000000000000000000000000000"
],
"weth_idx": 0,
"weth": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"factory": "0xF18056Bbd320E96A48e3Fbf8bC061322531aac99",
"stable_factory": "0xB9fC157394Af804a3578134A6585C0dc9cc990d4"
}
28 changes: 28 additions & 0 deletions contracts/testing/stable_factory/data/mainnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"swap": "0x3CFAa1596777CAD9f5004F9a0c443d912E262243",
"token": "0x3CFAa1596777CAD9f5004F9a0c443d912E262243",
"coins": [
"0x68037790A0229e9Ce6EaA8A99ea92964106C4703",
"0xC581b735A1688071A1746c968e0798D642EDE491",
"0xdB25f211AB05b1c97D595516F45794528a807ad8",
"0xD71eCFF9342A5Ced620049e616c5035F1dB98620"
],
"weth_idx": 0,
"weth": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"base_pool": {
"2": {
"eth": "",
"no_eth": ""
},
"3": {
"eth": "",
"no_eth": ""
},
"4": {
"eth": "",
"no_eth": ""
}
},
"factory": "0xF18056Bbd320E96A48e3Fbf8bC061322531aac99",
"stable_factory": "0xB9fC157394Af804a3578134A6585C0dc9cc990d4"
}
7 changes: 7 additions & 0 deletions contracts/zaps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Zaps
[Zap3PoolETH](Zap3PoolETH.vy) – Zap for crypto meta pools with 3pool as base.
[ZapETH](ZapETH.vy) – Zap for crypto meta pools with tricrypto as base.
[ZapETHZap](ZapETHZap.vy) – Zap for crypto meta pools with meta tricrypto(zap for it) as base.
[ZapStableSwapFactoryOne](ZapStableSwapFactoryOne.vy) – Zap for crypto meta pools with plain stable swap factory pool as base.
[ZapStableSwapFactory](ZapStableSwapFactory.vy) – Zap for crypto meta pools with plain stable swap factory pools as base on any positions.
Works with (coin, coin), (coin, LP), (LP, coin), (LP, LP).
Loading