Skip to content

[BUG] L1FeeJuicePortalManager.new fails #19222

@olehmisar

Description

@olehmisar

What are you trying to do?

L1FeeJuicePortalManager.new fails because the node.getNodeInfo() does not return feeAssetHandlerAddress anymore. this is -devnet.20251212

Image Image Image

Code Reference

const l1Chain = createEthereumChain([l1Url], l1ChainId);
const extendedClient = createExtendedL1Client(
  l1Chain.rpcUrls,
  privateKey,
  l1Chain.chainInfo,
);
const portal = await L1FeeJuicePortalManager.new(
  aztecNode,
  extendedClient,
  createLogger("l1-fee-juice-portal"),
);

Aztec Version

3.0.0-devnet.20251212

OS

No response

Browser (if relevant)

No response

Node Version

No response

Additional Context

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions