diff --git a/utils/addresses.ts b/utils/addresses.ts index 85fc4da..5beb610 100644 --- a/utils/addresses.ts +++ b/utils/addresses.ts @@ -1,3 +1,14 @@ +interface IfcPoolAddresses { + BCT: string; + NCT: string; +} +interface IfcNetworkPoolAddresses { + celo: IfcPoolAddresses; + alfajores: IfcPoolAddresses; + polygon: IfcPoolAddresses; + mumbai: IfcPoolAddresses; +} + interface IfcOneNetworkAddresses { BCT: string; NCT: string; diff --git a/utils/paths.ts b/utils/paths.ts index 39b743f..ab3c56a 100644 --- a/utils/paths.ts +++ b/utils/paths.ts @@ -1,7 +1,3 @@ -interface IfcPoolAddresses { - BCT: string; - NCT: string; -} interface IfcTokenAddresses { mcUSD?: string[]; cUSD?: string[]; @@ -16,12 +12,6 @@ interface IfcNetworkTokenAddresses { polygon: IfcTokenAddresses; mumbai: IfcTokenAddresses; } -interface IfcNetworkPoolAddresses { - celo: IfcPoolAddresses; - alfajores: IfcPoolAddresses; - polygon: IfcPoolAddresses; - mumbai: IfcPoolAddresses; -} const paths: IfcNetworkTokenAddresses = { celo: { @@ -56,6 +46,11 @@ const paths: IfcNetworkTokenAddresses = { "0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1", "0x71DB38719f9113A36e14F409bAD4F07B58b4730b", ], + WETH: [ + "0x48D380cb7de1da5d4cA0DAA696480943fD93B9fF", + "0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1", + "0x71DB38719f9113A36e14F409bAD4F07B58b4730b", + ], }, polygon: { USDC: ["0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"],