Skip to content

Commit

Permalink
Remove Kiln testnet configs (#5181)
Browse files Browse the repository at this point in the history
* Update launchSettings.json

* Delete themerge_kiln_testvectors.cfg

* Update launchSettings.json

* Delete themerge_kiln_testvectors
  • Loading branch information
Zachinquarantine authored Jan 21, 2023
1 parent 23f2d51 commit 415aaef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 184 deletions.
67 changes: 0 additions & 67 deletions src/Nethermind/Chains/themerge_kiln_testvectors.json

This file was deleted.

49 changes: 0 additions & 49 deletions src/Nethermind/Nethermind.Runner/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,34 +67,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kiln": {
"commandName": "Project",
"commandLineArgs": "-c kiln -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kiln (devnet)": {
"commandName": "Project",
"commandLineArgs": "-c kiln_devnet -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kiln (fast sync)": {
"commandName": "Project",
"commandLineArgs": "-c kiln_fastsync -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kiln (pre-TTD)": {
"commandName": "Project",
"commandLineArgs": "-c kiln_pre_ttd_pivot -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Kovan": {
"commandName": "Project",
"commandLineArgs": "-c kovan -dd %NETHERMIND_DATA_DIR% --JsonRpc.Enabled true",
Expand Down Expand Up @@ -207,27 +179,6 @@
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"The Merge (Kiln M2)": {
"commandName": "Project",
"commandLineArgs": "-c themerge_kiln_m2 -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb --Merge.TerminalTotalDifficulty 100",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"The Merge (Kiln MEV)": {
"commandName": "Project",
"commandLineArgs": "-c themerge_kiln_mev -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb --Merge.TerminalTotalDifficulty 0 --Sync.SynchronizationEnabled false",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"The Merge (Kiln test vectors)": {
"commandName": "Project",
"commandLineArgs": "-c themerge_kiln_testvectors -dd %NETHERMIND_DATA_DIR% --Init.DiagnosticMode MemDb --Merge.TerminalTotalDifficulty 0 --Sync.SynchronizationEnabled false --Merge.FeeRecipient 0x0000000000000000000000000000000000000000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Volta": {
"commandName": "Project",
"commandLineArgs": "-c volta -dd %NETHERMIND_DATA_DIR% --JsonRpc.Enabled true",
Expand Down

This file was deleted.

0 comments on commit 415aaef

Please sign in to comment.