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

+ 1 - 1
src/bridge/StargateClient.ts

@@ -103,6 +103,6 @@ export class StargateClient {
       },
     )
     // const gasCost = ((this.chainId === 110 ? gasPrice : ethers.parseUnits('0.6', 'gwei')) * gasLimit * 110n) / 100n
-    return { gasCost: ethers.parseEther('0.0001'), gasPrice, gasLimit: (gasLimit * 150n) / 100n }
+    return { gasCost: ethers.parseEther('0.00015'), gasPrice, gasLimit: (gasLimit * 150n) / 100n }
   }
 }