Skip to content

Commit

Permalink
refactor scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jan 15, 2024
1 parent c486063 commit 0e57dcd
Show file tree
Hide file tree
Showing 23 changed files with 105 additions and 7,359 deletions.
2 changes: 1 addition & 1 deletion scripts/1-deploy-token-paymaster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function deployTokenPaymasterContract(
): Promise<string | undefined> {
try {
const salt = ethers.utils.keccak256(
ethers.utils.toUtf8Bytes(DEPLOYMENT_SALTS.TOKEN_PAYMASTER)
ethers.utils.toUtf8Bytes(DEPLOYMENT_SALTS.TOKEN_PAYMASTER_V2)
);

const BiconomyTokenPaymaster = await ethers.getContractFactory(
Expand Down
123 changes: 0 additions & 123 deletions scripts/2-deploy-oracle-aggregator.ts

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/3-deploy-derived-price-feeds.ts

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/4-set-token-oracles.ts

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 0e57dcd

Please sign in to comment.