Shawn Lu 1 년 전
부모
커밋
da625e78fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/bridge/StargateClient.ts

+ 1 - 1
src/bridge/StargateClient.ts

@@ -20,7 +20,7 @@ export class StargateClient {
   async getFeeInfo(fromChainId: number, toChainId: number, sendAmount: bigint) {
     const dummyAddress = '0x0000000000000000000000000000000000000001'
     const fee = StargateFeeLibraryV07__factory.connect(chainInfoMap[fromChainId].feeAddress, this.wallet)
-    const { amount, eqFee, eqReward, lpFee, protocolFee, lkbRemove } = await fee.getFees(
+    const { eqFee, eqReward, lpFee, protocolFee, lkbRemove } = await fee.getFees(
       13n,
       13n,
       toChainId,