Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed May 17, 2024
1 parent b4cf22c commit 6da7bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const L2_TO_L1_STORAGE_DEPOSIT_BUFFER_BYTES: { [key in UnwrapSendFlow]: bigint }
type UnwrapSendFlow = SendFlowType.TokenUnwrap | SendFlowType.NftUnwrap

export function getL2ToL1StorageDepositBuffer(type: UnwrapSendFlow, networkId: StardustNetworkId): bigint {
const network = getStardustNetwork(networkId)
const network = getStardustNetwork()
if (!network) {
return BigInt(0)
}
Expand Down

0 comments on commit 6da7bb7

Please sign in to comment.