Skip to content

Commit

Permalink
spookyswap change url
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jun 12, 2024
1 parent e9e6f18 commit 129df73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/spookyswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { masterChefABI, lpTokenABI } = require('./abis');
const utils = require('../utils');

const RPC_URL = 'https://rpc.ankr.com/fantom';
const API_URL = 'https://api.thegraph.com/subgraphs/name/eerieeight/spookyswap';
const API_URL = `https://gateway-arbitrum.network.thegraph.com/api/${process.env.TRADERJOE}/subgraphs/id/HyhMfT7gehNHMBmFiExqeg3pDtop9UikjvBPfAXT3b21`;

const MASTERCHEF_ADDRESS = '0x18b4f774fdC7BF685daeeF66c2990b1dDd9ea6aD';
const BOO_TOKEN = '0x841FAD6EAe12c286d1Fd18d1d525DFfA75C7EFFE'.toLowerCase();
Expand Down

0 comments on commit 129df73

Please sign in to comment.