zkEVM: Balancer Gauges
scripts/zkevm/deployBalancerPlugin.js
Plugin Factory: contracts\plugins\zkevm\BPTGaugePluginFactory.sol
Plugin Description
_bpt
const BPT_ADDRESS = '0xe1F2c039a68A216dE6DD427Be6c60dEcf405762A' // BPT Address_balGauge
const GAUGE_ADDRESS = '0x544BDCE27174EA8Ba829939bd3568efc6A6c9c53' // BPT Gauge Address_tokensInUnderlying
const UNDERLYING_TOKENS = [
'0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9', // WETH
'0x5D8cfF95D7A57c0BF50B30b43c7CC0D52825D4a9' // wstETH
]_bribeTokens
_symbol
Plugin Logic
depositFor
withdrawTo
claimAndDistribute
Refer to the Test Plugins deployment instructions for deploying this plugin factory
Test PluginsLast updated