File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " viem " : patch
3+ ---
4+
5+ Replaced ` portalAbi ` with ` portal2Abi ` in ` proveWithdrawal `
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type {
1616import type { Hash , Hex } from '../../types/misc.js'
1717import type { UnionEvaluate , UnionOmit } from '../../types/utils.js'
1818import type { FormattedTransactionRequest } from '../../utils/formatters/transactionRequest.js'
19- import { portalAbi } from '../abis.js'
19+ import { portal2Abi } from '../abis.js'
2020import type { GetContractAddressParameter } from '../types/contract.js'
2121import {
2222 type EstimateProveWithdrawalGasErrorType ,
@@ -141,7 +141,7 @@ export async function proveWithdrawal<
141141
142142 return writeContract ( client , {
143143 account : account ! ,
144- abi : portalAbi ,
144+ abi : portal2Abi ,
145145 address : portalAddress ,
146146 chain,
147147 functionName : 'proveWithdrawalTransaction' ,
You can’t perform that action at this time.
0 commit comments