Skip to content

Commit

Permalink
fix changeset to describe sepolia deploy config regression
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Sep 14, 2023
1 parent 7bb9b79 commit 597708a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/fifty-pens-train.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@nocturne-xyz/deploy": minor
---

add goerli config before redeploy, fix regressions in sepolia config
add goerli config before redeploy, fix regressions in sepolia config (`resetWindowHours` was not included in sepolia deploy config)
1 change: 0 additions & 1 deletion packages/core/src/operationRequest/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {
import { ethers } from "ethers";
import { MapWithObjectKeys } from "../utils";
import { chainIdToNetworkName } from "../utils/constants";
// import * as JSON from "bigint-json-serialization";

export type OpRequestBuilder = OpRequestBuilderExt<BaseOpRequestBuilder>;

Expand Down

0 comments on commit 597708a

Please sign in to comment.