# Genesis configuration example with AggLayer account files
#
# This example demonstrates how to include pre-built accounts from .mac files
# in the genesis block. The account files are generated by the build script
# using deterministic seeds for reproducibility.
#
# They demonstrate interdependencies between accounts:
# - bridge.mac: AggLayer bridge account for cross-chain asset transfers
# - agglayer_faucet_eth.mac: AggLayer faucet for wrapped ETH, depends on the bridge account.
# - agglayer_faucet_usdc.mac: AggLayer faucet for wrapped USDC, depends on the bridge account.
#
# Paths are relative to the directory containing this configuration file.
= 1717344256
= 1
[]
= 0
# AggLayer bridge account for bridging assets to/from AggLayer
[[]]
= "02-with-account-files/bridge.mac"
# AggLayer ETH faucet for wrapped ETH tokens
[[]]
= "02-with-account-files/agglayer_faucet_eth.mac"
# AggLayer USDC faucet for wrapped USDC tokens
[[]]
= "02-with-account-files/agglayer_faucet_usdc.mac"