We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769362b commit f86dcd4Copy full SHA for f86dcd4
projects/traderjoe-lb-v2-1/index.js
@@ -3,7 +3,10 @@ const { joeV2Export } = require('../helper/traderJoeV2')
3
4
module.exports = joeV2Export({
5
avax: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e',
6
- arbitrum: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e',
+ arbitrum: {
7
+ factory: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e',
8
+ blacklistedTokens: ['0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf'],
9
+ },
10
bsc: '0x8e42f2F4101563bF679975178e880FD87d3eFd4e',
11
ethereum: '0xDC8d77b69155c7E68A95a4fb0f06a71FF90B943a',
12
})
0 commit comments