File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ export function processLifiTx(rawTx: unknown): StandardTx {
185185 tx . sending . gasToken ?. symbol ??
186186 depositToken ?. coinKey ??
187187 depositToken ?. symbol
188- const payoutChainCodeUnmappped =
188+ const payoutChainCodeUnmapped =
189189 tx . receiving . gasToken ?. coinKey ??
190190 tx . receiving . gasToken ?. symbol ??
191191 payoutToken ?. coinKey ??
@@ -196,8 +196,8 @@ export function processLifiTx(rawTx: unknown): StandardTx {
196196 TOKEN_CODE_MAPPINGS [ depositChainCodeUnmapped ?? '' ] ??
197197 depositChainCodeUnmapped
198198 const payoutChainCode =
199- TOKEN_CODE_MAPPINGS [ payoutChainCodeUnmappped ?? '' ] ??
200- payoutChainCodeUnmappped
199+ TOKEN_CODE_MAPPINGS [ payoutChainCodeUnmapped ?? '' ] ??
200+ payoutChainCodeUnmapped
201201
202202 const depositTokenCode =
203203 tx . sending . token ?. coinKey ??
You can’t perform that action at this time.
0 commit comments