Closed jbgi closed 1 year ago
First commit is a small refactoring to get ride of some boilerplate.
Second commit add generation of preprod-mithril-signer-config.json:
preprod-mithril-signer-config.json
{ "aggregator_endpoint": "https://aggregator.release-preprod.api.mithril.network/aggregator", "era_reader_adapter_params": "{\"address\":\"addr_test1qpkyv2ws0deszm67t840sdnruqgr492n80g3y96xw3p2ksk6suj5musy6w8lsg3yjd09cnpgctc2qh386rtxphxt248qr0npnx\",\"verification_key\":\"5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d\"}", "era_reader_adapter_type": "cardano-chain", "network": "preprod", "network_magic": 1, "run_interval": 60000, "store_retention_limit": 5 }
and preview-mithril-signer-config.json:
preview-mithril-signer-config.json
{ "aggregator_endpoint": "https://aggregator.pre-release-preview.api.mithril.network/aggregator", "era_reader_adapter_params": "{\"address\":\"addr_test1qrv5xfwh043mlc3vk5d97s4nmhxu7cmleyssvhx37gkfyejfe8d38v3vsfgetjafgrsdc49krug8wf04h5rmtengtejqlxrksk\",\"verification_key\":\"5b35352c3232382c3134342c38372c3133382c3133362c34382c382c31342c3138372c38352c3134382c39372c3233322c3235352c3232392c33382c3234342c3234372c3230342c3139382c31332c33312c3232322c32352c3136342c35322c3130322c39312c3132302c3230382c3134375d\"}", "era_reader_adapter_type": "cardano-chain", "network": "preview", "network_magic": 2, "run_interval": 60000, "store_retention_limit": 5 }
(cf. https://ci.iog.io/build/57119/download/1/index.html)
First commit is a small refactoring to get ride of some boilerplate.
Second commit add generation of
preprod-mithril-signer-config.json
:and
preview-mithril-signer-config.json
:(cf. https://ci.iog.io/build/57119/download/1/index.html)