File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Smart contract which allows add liquidity and deposit into gauge in one transaction.
4
4
5
+ - Ethereum: [ 0xBFab8ebc836E1c4D81837798FC076D219C9a1855] ( https://etherscan.io/address/0xBFab8ebc836E1c4D81837798FC076D219C9a1855#code )
6
+ - Optimism: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://optimistic.etherscan.io/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
7
+ - Gnosis (xDai): [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://gnosisscan.io/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
8
+ - Polygon: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://polygonscan.com/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
9
+ - Fantom: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://ftmscan.com/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
10
+ - Kava: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://explorer.kava.io/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD/contracts )
11
+ - Arbitrum: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://arbiscan.io/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
12
+ - Avalanche: [ 0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD] ( https://snowtrace.io/address/0x37c5ab57AF7100Bdc9B668d766e193CCbF6614FD#code )
13
+ - Base: [ 0x69522fb5337663d3B4dFB0030b881c1A750Adb4f] ( https://basescan.org/address/0x69522fb5337663d3B4dFB0030b881c1A750Adb4f#code )
14
+ - BSC: [ 0x4f37A9d177470499A2dD084621020b023fcffc1F] ( https://bscscan.com/address/0x4f37A9d177470499A2dD084621020b023fcffc1F#code )
15
+ - Fraxtal: [ 0x0fE38dCC905eC14F6099a83Ac5C93BF2601300CF] ( https://fraxscan.com/address/0x0fE38dCC905eC14F6099a83Ac5C93BF2601300CF#code )
16
+
17
+
5
18
## Testing and Development
6
19
7
20
### Dependencies
Original file line number Diff line number Diff line change 3
3
"""
4
4
@title CurveDeposit&StakeZap
5
5
@author Curve.Fi
6
- @license Copyright (c) Curve.Fi, 2020-2023 - all rights reserved
6
+ @license Copyright (c) Curve.Fi, 2020-2024 - all rights reserved
7
7
@notice A zap to add liquidity to pool and deposit into gauge in one transaction
8
8
"""
9
9
You can’t perform that action at this time.
0 commit comments