Skip to content

Commit

Permalink
Merge pull request #178 from makerdao/mainnet-v2-delegate-factory
Browse files Browse the repository at this point in the history
add mainnet v2 delegate factory contract
  • Loading branch information
tyler17 authored Oct 18, 2024
2 parents b746e7c + 382d342 commit 872955e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ const VOTE_PROXY_FACTORY_12_ADDRESS =
'0x6FCD258af181B3221073A96dD90D1f7AE7eEc408';
const VOTE_DELEGATE_FACTORY_ADDRESS =
'0xD897F108670903D1d6070fcf818f9db3615AF272';
const V2_VOTE_DELEGATE_FACTORY_ADDRESS = '0x093d305366218d6d09ba10448922f10814b031dd';
const V2_VOTE_DELEGATE_FACTORY_ADDRESS =
process.env.VL_CONFIG_NAME === 'multi_tenderly'
? '0x093d305366218d6d09ba10448922f10814b031dd'
: '0xC3D809E87A2C9da4F6d98fECea9135d834d6F5A0';

//Arbitrum mainnet
const ARB_POLLING_ADDRESS = '0x4f4e551b4920a5417F8d4e7f8f099660dAdadcEC';
Expand Down

0 comments on commit 872955e

Please sign in to comment.