Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Sep 19, 2024
1 parent fe9df13 commit 177c69e
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions projects/nearpad/index.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,8 @@
const ADDRESSES = require('../helper/coreAssets.json')
const { getUniTVL } = require('../helper/unknownTokens')

const tokens = [
"0x885f8CF6E45bdd3fdcDc644efdcd0AC93880c781",
"0xC9BdeEd33CD01541e1eeD10f90519d2C06Fe3feB",
ADDRESSES.aurora.NEAR,
ADDRESSES.aurora.USDT_e,
"0xe3520349F477A5F6EB06107066048508498A291b",
ADDRESSES.aurora.USDC_e,
"0xF4eB217Ba2454613b15dBdea6e5f22276410e89e",
ADDRESSES.aurora.AURORA,
"0xFa94348467f64D5A457F75F8bc40495D33c65aBB",
"0x74974575d2f1668c63036d51ff48dbaa68e52408",
"0xdcD6D4e2B3e1D1E1E6Fa8C21C8A323DcbecfF970",
ADDRESSES.aurora.FRAX,
];


module.exports = {
misrepresentedTokens: true,
aurora: {
tvl: getUniTVL({ factory: '0x34484b4E416f5d4B45D4Add0B6eF6Ca08FcED8f1', useDefaultCoreAssets: true }),
},
};
// node test.js projects/nearpad/index.js
}

0 comments on commit 177c69e

Please sign in to comment.