Skip to content

Commit

Permalink
fix: update artifacts gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jan 28, 2025
1 parent ca5c1f2 commit 3e0a747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions yarn-project/ethereum/src/deploy_l1_contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import {
GovernanceProposerBytecode,
InboxAbi,
InboxBytecode,
LeonidasLibAbi,
LeonidasLibBytecode,
OutboxAbi,
OutboxBytecode,
RegistryAbi,
Expand All @@ -30,6 +28,8 @@ import {
SlashFactoryBytecode,
TestERC20Abi,
TestERC20Bytecode,
ValidatorSelectionLibAbi,
ValidatorSelectionLibBytecode,
} from '@aztec/l1-artifacts';

import type { Abi, Narrow } from 'abitype';
Expand Down Expand Up @@ -128,9 +128,9 @@ export const l1Artifacts = {
libraries: {
linkReferences: RollupLinkReferences,
libraryCode: {
LeonidasLib: {
contractAbi: LeonidasLibAbi,
contractBytecode: LeonidasLibBytecode as Hex,
ValidatorSelectionLib: {
contractAbi: ValidatorSelectionLibAbi,
contractBytecode: ValidatorSelectionLibBytecode as Hex,
},
ExtRollupLib: {
contractAbi: ExtRollupLibAbi,
Expand Down
2 changes: 1 addition & 1 deletion yarn-project/l1-artifacts/scripts/generate-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contracts=(
"GovernanceProposer"
"Governance"
"NewGovernanceProposerPayload"
"LeonidasLib"
"ValidatorSelectionLib"
"ExtRollupLib"
"SlashingProposer"
"Slasher"
Expand Down

0 comments on commit 3e0a747

Please sign in to comment.