diff --git a/projects/fufuture/abi/token2.json b/projects/fufuture/abi/token2.json deleted file mode 100644 index 96455c391d..0000000000 --- a/projects/fufuture/abi/token2.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "bscToken": [ - { - "symbol": "100T", - "address": "0x38629893f4cedd26e33af93e581d1e3aca178c0a", - "decimals": 8 - }, - { - "symbol": "8676", - "address": "0xfa888dea4e9a625006a5b1a91c980e53e28c8717", - "decimals": 18 - }, - { - "symbol": "FIL", - "address": "0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153", - "decimals": 18 - }, - { - "symbol": "PAYU", - "address": "0x9aeb2e6dd8d55e14292acfcfc4077e33106e4144", - "decimals": 18 - }, - { - "symbol": "PBC", - "address": "0x6202d756e5684c5609f7345525a4ad26dcd06e47", - "decimals": 18 - }, - { - "symbol": "PEPE", - "address": "0xb46584e0efde3092e04010a13f2eae62adb3b9f0", - "decimals": 18 - }, - { - "symbol": "RWT", - "address": "0xec1f55b5be7ee8c24ee26b6cc931ce4d7fd5955c", - "decimals": 18 - }, - { - "symbol": "SHIB", - "address": "0x2859e4544c4bb03966803b044a93563bd2d0dd4d", - "decimals": 18 - }, - { - "symbol": "SIE", - "address": "0x051f9876fead11e788656845778367cf8573be96", - "decimals": 5 - }, - { - "symbol": "WGPT", - "address": "0x1f415255f7e2a8546559a553e962de7bc60d7942", - "decimals": 18 - }, - { - "symbol": "ZRO", - "address": "0x37184f77d46249cd1e330ce1dc23f0ea2f8e81f2", - "decimals": 18 - }, - { - "symbol": "ADA", - "address": "0x3ee2200efb3400fabb9aacf31297cbdd1d435d47", - "decimals": 18 - }, - { - "symbol": "DK", - "address": "0xb5f6e4236591d1e68d93a40e24ebfe9e7cee7f7b", - "decimals": 18 - }, - { - "symbol": "DOGE", - "address": "0xba2ae424d960c26247dd6c32edc70b295c744c43", - "decimals": 8 - }, - { - "symbol": "DOT", - "address": "0x7083609fce4d1d8dc0c979aab8c869ea2c873402", - "decimals": 18 - }, - { - "symbol": "EOS", - "address": "0x56b6fb708fc5732dec1afc8d8556423a2edccbd6", - "decimals": 18 - }, - { - "symbol": "FAB", - "address": "0xa7373dfa1317f05f2fd6168582b44caac1725acc", - "decimals": 8 - }, - { - "symbol": "MATIC", - "address": "0xcc42724c6683b7e57334c4e856f4c9965ed682bd", - "decimals": 18 - }, - { - "symbol": "bCFX", - "address": "0x045c4324039da91c52c55df5d785385aab073dcf", - "decimals": 18 - }, - { - "symbol": "WBNB", - "address": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c", - "decimals": 18 - }, - { - "symbol": "USDT", - "address": "0x55d398326f99059ff775485246999027b3197955", - "decimals": 18 - }, - { - "symbol": "TIME", - "address": "0x26619fa1d4c957c58096bbbeca6588dcfb12e109", - "decimals": 18 - }, - { - "symbol": "SpacePi", - "address": "0x69b14e8d3cebfdd8196bfe530954a0c226e5008e", - "decimals": 9 - }, - { - "symbol": "SOL", - "address": "0x570a5d26f7765ecb712c0924e4de545b89fd43df", - "decimals": 18 - } - ] -} - diff --git a/projects/fufuture/index.js b/projects/fufuture/index.js index 20f0cdb7f6..d559ca8a2e 100644 --- a/projects/fufuture/index.js +++ b/projects/fufuture/index.js @@ -1,7 +1,6 @@ const abi =require("./abi/liquidity_manager") const tokens =require("./abi/token") const BigNumber = require("bignumber.js"); -const sdk = require('@defillama/sdk'); let transType = ["BTC", "ETH"];