Skip to content

Commit 908105f

Browse files
committed
fix(app2): wrong gas calc
1 parent c46bf05 commit 908105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app2/src/lib/transfer/shared/services/filling/check-balance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { isHex, toHex } from "viem"
44
import { BalanceLookupError } from "$lib/transfer/shared/errors"
55
import type { TransferContext } from "$lib/transfer/shared/services/filling/create-context.ts"
66

7-
const BABY_SUB_AMOUNT = 20n * 10n ** 6n
7+
const BABY_SUB_AMOUNT = 1n * 10n ** 6n
88
const BABYLON_CHAIN_ID = "babylon.bbn-1"
99
const UBBN_DENOM = "ubbn"
1010

0 commit comments

Comments
 (0)