Skip to content

Commit

Permalink
Merge pull request sushiswap#61 from 0xMasayoshi/feat/filecoin-v2-config
Browse files Browse the repository at this point in the history
feat: filecoin v2 config
  • Loading branch information
OlaStenberg authored Oct 24, 2023
2 parents e572652 + 22f3be4 commit 5337497
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/filecoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,20 @@ module.exports = {
nativePricePool: '0x1d1375281265e4dd496d90455f7c82f4fbd85cc2',
minimumEthLocked: 250
},
legacy: {
native: { address: NATIVE_ADDRESS },
whitelistedTokenAddresses: [
// IMPORTANT! Native should be included here
NATIVE_ADDRESS,
USDC_ADDRESS,
DAI_ADDRESS,
],
stableTokenAddresses: [USDC_ADDRESS, DAI_ADDRESS],
minimumNativeLiquidity: 250,
factory: {
address: '0x9b3336186a38e1b6c21955d112dbb0343ee061ee',
initCodeHash: '0xe18a34eb0e04b04f7a0ac29a6e80748dca96319b42c54d679cb821dca90c6303',
startBlock: 3328632,
},
},
}

0 comments on commit 5337497

Please sign in to comment.