Skip to content

Commit

Permalink
some small fixes
Browse files Browse the repository at this point in the history
chain 480 passes!
  • Loading branch information
geoknee committed Aug 22, 2024
1 parent 65a80dd commit ccbe3da
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 15,354 deletions.
10 changes: 5 additions & 5 deletions validation/genesis/genesis-predeploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ func testGenesisPredeploys(t *testing.T, chain *ChainConfig) {
if err != nil {
log.Fatalf("Failed to create directory: %v", err)
}
// err = writeDeployments(chainId, path.Join(contractsDir, "deployments", chainIdString))
// if err != nil {
// log.Fatalf("Failed to write deployments: %v", err)
// }
writeDeploymentsLegacy(chainId, path.Join(contractsDir, "deployments", chainIdString))
err = writeDeployments(chainId, path.Join(contractsDir, "deployments", chainIdString))
if err != nil {
log.Fatalf("Failed to write deployments: %v", err)
}
// writeDeploymentsLegacy(chainId, path.Join(contractsDir, "deployments", chainIdString))

// regenerate genesis.json at this monorepo commit.
executeCommandInDir(t, thisDir, exec.Command("cp", "./monorepo-outputs.sh", monorepoDir))
Expand Down
Loading

0 comments on commit ccbe3da

Please sign in to comment.