Skip to content

Commit

Permalink
adds polygon addresses to the codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcoto committed Feb 8, 2024
1 parent c55199c commit 0909c19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/networks/polygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ module.exports = {
balancer_amm: '0x71Dc6599cbA8d7087725f23c0681308A13A451bB',
proposal_executor: '0xE7b247DBbb1bFdC8E223e78F9585ACF93Df297f5',
liquidity_helper: '',
curve_pool: '0x4e8b87931ea06376546b2bfb45d168d63c421947',
curve_amm: '0xe55D44783D8DB0684fe992e87d4703632f66cBB3',

assets: {
market_maker: '0x7685fc882c91936BF94974916cC410028F73C957',
balancer_market_maker: '0x7685fc882c91936BF94974916cC410028F73C957',
curve_market_maker: '0x85d3C22F56c68122f41Df3bFA1990a630139867b',
}
},

Expand Down

0 comments on commit 0909c19

Please sign in to comment.