# Changelog ### Unreleased ### v0.1.0-rc.1 - add config for `development` - add config for `staging` - add config for `production` - refactor builtins for better amortization - move indexing `from` option to contract block `deployHeight` - move indexing `chunk` option to network block `indexPageSize` - rename testnet `milkomedatestnet` -> `milkomedaC1testnet` ### v0.1.0-beta.14 - fix: correct import in wasm bindings ### v0.1.0-beta.13 - feature: add `blockExplorer` to network specs - feature: add `bridgeGui` to top-level config ### v0.1.0-beta.12 - feature: add `confirmations` to network specs ### v0.1.0-beta.11 - fix: add missing chainId in NetworkSpecification ts type ### v0.1.0-beta.10 - fix: add bridgeConfiration in Domain ts type ### v0.1.0-beta.9 - add deploy-time custom token inputs/outputs ### v0.1.0-beta.8 - fix incorrect TS definition ### v0.1.0-beta.7 - add chain id to protocol specification block - single updater. not multiple ### v0.1.0-beta.6 - correct typo in Domain ### v0.1.0-beta.5 - breakup network specs and contract configuration ### v0.1.0-beta.3 - rename `timelag` to `finalizationBlocks` and move to protocol section - add version number to top-level config - add yaml string output - add a changelog