Skip to content

Commit 828b8d7

Browse files
authored
Merge pull request #381 from Gearbox-protocol/mellow-worker-fix
fix: update mellow4626 worker
2 parents abc130c + 5ad3e2a commit 828b8d7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/abi/router/mellow4626Worker.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ export const mellow4626WorkerAbi = [
219219
outputs: [{ name: "", type: "bool", internalType: "bool" }],
220220
stateMutability: "view",
221221
},
222+
{
223+
type: "function",
224+
name: "isWithdrawableVault",
225+
inputs: [{ name: "", type: "address", internalType: "address" }],
226+
outputs: [{ name: "", type: "bool", internalType: "bool" }],
227+
stateMutability: "view",
228+
},
222229
{
223230
type: "function",
224231
name: "migrate",
@@ -395,6 +402,16 @@ export const mellow4626WorkerAbi = [
395402
],
396403
stateMutability: "view",
397404
},
405+
{
406+
type: "function",
407+
name: "setWithdrawableVault",
408+
inputs: [
409+
{ name: "vault", type: "address", internalType: "address" },
410+
{ name: "status", type: "bool", internalType: "bool" },
411+
],
412+
outputs: [],
413+
stateMutability: "nonpayable",
414+
},
398415
{
399416
type: "function",
400417
name: "trimSpecialVertex",

0 commit comments

Comments
 (0)