Skip to content

Commit

Permalink
rename file to snake
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Pat committed Jul 1, 2024
1 parent 84887c0 commit 936ef28
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/cancel-upgrade.ts → scripts/cancel_upgrade.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { logTransactionJson } from "./jsonTxBuilder";
import { logTransactionJson } from "./json_tx_builder";

/// To use this script, fill in the following value:
/// - factoryAddress: the address of the factory contract
Expand Down
2 changes: 1 addition & 1 deletion scripts/claim-dust.ts → scripts/claim_dust.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CallData } from "starknet";
import { calculateEscrowAddress } from "../lib";
import { Gift, buildGiftCallData, executeActionOnAccount } from "../lib/claim";
import { logTransactionJson } from "./jsonTxBuilder";
import { logTransactionJson } from "./json_tx_builder";

/// To use this script, fill in the following value:
/// - factoryAddress: the address of the factory contract
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/pause.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { logTransactionJson } from "./jsonTxBuilder";
import { logTransactionJson } from "./json_tx_builder";

/// To use this script, fill in the following value:
/// - factoryAddress: the address of the factory contract
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/unpause.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { logTransactionJson } from "./jsonTxBuilder";
import { logTransactionJson } from "./json_tx_builder";

/// To use this script, fill in the following value:
/// - factoryAddress: the address of the factory contract
Expand Down
2 changes: 1 addition & 1 deletion scripts/upgrade.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { CallData } from "starknet";
import { logTransactionJson } from "./jsonTxBuilder";
import { logTransactionJson } from "./json_tx_builder";

/// To use this script, fill in the following value:
/// - factoryAddress: the address of the factory contract
Expand Down

0 comments on commit 936ef28

Please sign in to comment.