Skip to content

Commit

Permalink
change factory addresses (#11257)
Browse files Browse the repository at this point in the history
* change factory addresses

* minor fix

---------

Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
Akron-admin and g1nt0ki authored Aug 12, 2024
1 parent 0ff0f5f commit ea49c6f
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions projects/akronswap/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
const { getUniTVL } = require('../helper/unknownTokens');


const tvl = getUniTVL({ factory: '0xAf39606bec181887951Ab6912Ac7EA216Bd6E4B4', useDefaultCoreAssets: true, fetchBalances: true, })

module.exports = {
misrepresentedTokens: true,
ethereum:{
tvl: getUniTVL({ factory: '0x6624Ac5F9abFA36174511607860e81C8dB9e84E9', useDefaultCoreAssets: true, fetchBalances: true, }),
},
arbitrum:{
tvl: getUniTVL({ factory: '0x40Cbdf84475f8Dd7C9a9c665eDE551EeaaF21F8d', useDefaultCoreAssets: true, fetchBalances: true, }),
},
base:{
tvl: getUniTVL({ factory: '0xD2156Bb9ed200FE88705443BfFcA788BA8b205f6', useDefaultCoreAssets: true, fetchBalances: true, }),
},
bsc:{
tvl: getUniTVL({ factory: '0x40Cbdf84475f8Dd7C9a9c665eDE551EeaaF21F8d', useDefaultCoreAssets: true, fetchBalances: true, }),
},
ethereum: { tvl, },
arbitrum: { tvl, },
base: { tvl, },
bsc: { tvl, },
}

0 comments on commit ea49c6f

Please sign in to comment.