miden-node-store 0.14.8

Miden node's state store component
# 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.

timestamp = 1717344256
version   = 1

[fee_parameters]
verification_base_fee = 0

# AggLayer bridge account for bridging assets to/from AggLayer
[[account]]
path = "02-with-account-files/bridge.mac"

# AggLayer ETH faucet for wrapped ETH tokens
[[account]]
path = "02-with-account-files/agglayer_faucet_eth.mac"

# AggLayer USDC faucet for wrapped USDC tokens
[[account]]
path = "02-with-account-files/agglayer_faucet_usdc.mac"