Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Feb 26, 2024
1 parent 7de1420 commit 440ce4d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/flow/fund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ export async function fundAccount(
{
fields: [{name: "bytes", value: addressBytes}],
},
t.Struct(`A.${fcl.sansPrefix(publicConfig.contractEVM)}.EVM.EVMAddress`, [
{value: t.Array(t.UInt8)},
])
t.Struct(
`A.${fcl.sansPrefix(publicConfig.contractEVM)}.EVM.EVMAddress`,
[{value: t.Array(t.UInt8)}]
)
),
fcl.arg(amount, t.UFix64),
fcl.arg("60000", t.UInt64),
Expand Down

0 comments on commit 440ce4d

Please sign in to comment.