From 6f867b501e7b5e6659b5edef5b03091638557087 Mon Sep 17 00:00:00 2001 From: Define101 Date: Sat, 5 Oct 2024 11:36:50 +0100 Subject: [PATCH] miss --- projects/orderly-network/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/orderly-network/index.js b/projects/orderly-network/index.js index 53265889a16..961147687cc 100644 --- a/projects/orderly-network/index.js +++ b/projects/orderly-network/index.js @@ -1,7 +1,6 @@ const ADDRESSES = require('../helper/coreAssets.json') const { call, view_account, addTokenBalances, sumSingleBalance } = require('../helper/chain/near'); const { sumTokensExport } = require('../helper/unwrapLPs'); -const { ethereum } = require('../helper/whitelistedNfts'); const ASSET_MANAGER_CONTRACT = 'asset-manager.orderly-network.near'; const GET_LISTED_TOKENS_METHOD = 'get_listed_tokens';