Skip to content

Commit

Permalink
Update packages/web3-eth-contract/src/utils.ts
Browse files Browse the repository at this point in the history
My fault, sorry(

Co-authored-by: Junaid <[email protected]>
  • Loading branch information
pamellix and jdevcs authored Dec 15, 2024
1 parent 4f7f4ff commit 5392c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export const createContractAddress = (from: Address, nonce: Numbers): Address =>
* @param from The sender’s own Etherium {@link Address}
* @param salt A {@link HexString} arbitrary value provided by the sender
* @param initCode The to-be-deployed contract’s {@link HexString} bytecode
* @returns An etherium {@link Address} of the future contract in checksum address format
* @returns An Ethereum {@link Address} of the future contract in checksum address format
* @throws An {@link InvalidAddressError} if the provided address ('from') is invalid
* @throws An {@link InvalidMethodParamsError} if the provided ('salt') or ('initCode') is invalid
* @example
Expand Down

0 comments on commit 5392c5c

Please sign in to comment.