Zero out missing UniswapV2 on Polygon

This commit is contained in:
Duncan Townsend 2023-04-10 12:08:56 -04:00
parent ca7393641f
commit ac563f5164
No known key found for this signature in database
GPG Key ID: D4DEE93378700767

View File

@ -53,10 +53,10 @@ contract ContractScript is Script {
0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270, // wmatic address
0x4Dd97080aDf36103bD3db822f9d3c0e44890fd69, // LP sandbox
0x1F98431c8aD98523631AE4a59f267346ea31F984, // uniswapv3
0xc35DADB65012eC5796536bD9864eD8773aBc74C4, // sushiswap (there is no uniswapv2 on polygon)
address(0), // there is no uniswapv2 on polygon
0xc35DADB65012eC5796536bD9864eD8773aBc74C4, // sushiswap
bytes32(0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54),
bytes32(0xe18a34eb0e04b04f7a0ac29a6e80748dca96319b42c54d679cb821dca90c6303),
bytes32(0), // there is no uniswapv2 on polygon
bytes32(0xe18a34eb0e04b04f7a0ac29a6e80748dca96319b42c54d679cb821dca90c6303)
);
return chainConfig;