You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's currently possible to make use of rocketarb because there's no market premium for rETH -- best to check in the Rocket Pool Discord for the latest info
On dry run:
`Welcome to RocketArb: Deposit!
Have you tried almost depositing your minipool using the smartnode? y
Got smartnode version 1.14.1
Creating deposit transaction by executing smartnode: docker exec rocketpool_node /go/bin/rocketpool api node deposit 8000000000000000000 0.14 1107753871281781 true false
Got deposit transaction data from smartnode
Creating arb transaction
/app/node_modules/@ethersproject/logger/lib/index.js:238
var error = new Error(message);
^
Error: unsupported transaction type: undefined (operation="parseTransaction", transactionType=undefined, code=UNSUPPORTED_OPERATION, version=transactions/5.7.0)
at Logger.makeError (/app/node_modules/@ethersproject/logger/lib/index.js:238:21)
at Logger.throwError (/app/node_modules/@ethersproject/logger/lib/index.js:247:20)
at Object.parse (/app/node_modules/@ethersproject/transactions/lib/index.js:406:19)
at getArbTx (file:///app/rocketarb.mjs:411:40)
at makeBundle (file:///app/rocketarb.mjs:454:38)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///app/rocketarb.mjs:605:16 {
reason: 'unsupported transaction type: undefined',
code: 'UNSUPPORTED_OPERATION',
operation: 'parseTransaction',
transactionType: undefined
}
Node.js v19.9.0`
The text was updated successfully, but these errors were encountered: