Skip to content

Commit

Permalink
BACK-1315: disable DAI/USDC/FUSDT CurveV1 pool on Fantom
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 2, 2023
1 parent 9e59e38 commit 7de083b
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions src/dex/curve-v1/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,25 +958,26 @@ export const CurveV1Config: DexConfigMap<DexParams> = {
isMetapool: false,
baseToken: '0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E',
},
main_iDAI_iUSDC_iFUSDT: {
underlying: [
'0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E', // DAI
'0x04068DA6C83AFCFA0e13ba15A6696662335D5B75', // USDC
'0x049d68029688eAbF473097a2fC38ef61633A3C7A', // fUSDT
],
coins: [
'0x04c762a5dF2Fa02FE868F25359E0C259fB811CfE', // iDAI
'0x328A7b4d538A2b3942653a9983fdA3C12c571141', // iUSDC
'0x70faC71debfD67394D1278D98A29dea79DC6E57A', // iFUSDT
],
address: '0x4FC8D635c3cB1d0aa123859e2B2587d0FF2707b1',
name: 'main_iDAI_iUSDC_iFUSDT',
type: 2,
version: 3,
isLending: true,
isMetapool: false,
baseToken: '0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E',
},
// Disabled pool
// main_iDAI_iUSDC_iFUSDT: {
// underlying: [
// '0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E', // DAI
// '0x04068DA6C83AFCFA0e13ba15A6696662335D5B75', // USDC
// '0x049d68029688eAbF473097a2fC38ef61633A3C7A', // fUSDT
// ],
// coins: [
// '0x04c762a5dF2Fa02FE868F25359E0C259fB811CfE', // iDAI
// '0x328A7b4d538A2b3942653a9983fdA3C12c571141', // iUSDC
// '0x70faC71debfD67394D1278D98A29dea79DC6E57A', // iFUSDT
// ],
// address: '0x4FC8D635c3cB1d0aa123859e2B2587d0FF2707b1',
// name: 'main_iDAI_iUSDC_iFUSDT',
// type: 2,
// version: 3,
// isLending: true,
// isMetapool: false,
// baseToken: '0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E',
// },
},
},
[Network.AVALANCHE]: {
Expand Down

0 comments on commit 7de083b

Please sign in to comment.