Skip to content

Commit

Permalink
fix: fantom tricrypto LP token address
Browse files Browse the repository at this point in the history
Contract address for tricrypto is correct, but the lp token is wrong, check here: https://ftmscan.com/address/0x3a1659Ddcf2339Be3aeA159cA010979FB49155FF#readContract
  • Loading branch information
skellet0r authored Mar 24, 2022
1 parent c7bd558 commit a8980f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/getGauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export default fn(async () => {
},
"fantom-tricrypto": {
swap: '0x3a1659Ddcf2339Be3aeA159cA010979FB49155FF',
swap_token: '0x3a1659Ddcf2339Be3aeA159cA010979FB49155FF',
swap_token: '0x58e57cA18B7A47112b877E31929798Cd3D703b0f',
name: 'fantom-tricrypto',
gauge: '0x260e4fBb13DD91e187AE992c3435D0cf97172316',
type: 'crypto',
Expand Down

0 comments on commit a8980f8

Please sign in to comment.