Commit d18f11ea authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

kurtosis-devnet: Support the interop prestate (#13830)

Not currently used in the interop devnet as we're not yet deploying the new game type.
parent 4830f606
...@@ -157,8 +157,9 @@ func (h *localPrestateHolder) GetPrestateInfo() (*PrestateInfo, error) { ...@@ -157,8 +157,9 @@ func (h *localPrestateHolder) GetPrestateInfo() (*PrestateInfo, error) {
// Map of known file prefixes to their keys // Map of known file prefixes to their keys
fileToKey := map[string]string{ fileToKey := map[string]string{
"prestate-proof.json": "prestate", "prestate-proof.json": "prestate",
"prestate-proof-mt64.json": "prestate-mt64", "prestate-proof-mt64.json": "prestate_mt64",
"prestate-proof-mt.json": "prestate-mt", "prestate-proof-mt.json": "prestate_mt",
"prestate-proof-interop.json": "prestate_interop",
} }
// Build all prestate files directly in the target directory // Build all prestate files directly in the target directory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment