From 5f7c6f0a2646610d07b0adeb7664611fe906c473 Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Thu, 27 Jun 2024 14:15:36 +0900 Subject: [PATCH] remove bcs legacy --- integration-tests/utils/helper.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/utils/helper.ts b/integration-tests/utils/helper.ts index 5dc4baf..6e6a4b8 100644 --- a/integration-tests/utils/helper.ts +++ b/integration-tests/utils/helper.ts @@ -1,6 +1,5 @@ import { MnemonicKey, - BCS, Msg, MsgFinalizeTokenWithdrawal, Coin @@ -12,7 +11,6 @@ import { ExecutorOutputEntity } from '../../src/orm/index' import WithdrawalTxEntity from '../../src/orm/executor/WithdrawalTxEntity' import { TxWalletL1 } from '../../src/lib/walletL1' -export const bcs = BCS.getInstance() export const executorL1 = new TxWalletL1( config.l1lcd, new MnemonicKey({ mnemonic: config.EXECUTOR_MNEMONIC })