Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Dec 9, 2023
1 parent 082bf45 commit 6a97fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/foundry/script/DeployRepTokensInstanceWithData.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import {TokensPropertiesStorage} from "@atxdao/contracts/reputation/storage/Toke
import {IReputationTokensInternal} from "@atxdao/contracts/reputation/interfaces/IReputationTokensInternal.sol";

contract DeployRepTokensInstanceWithData is Script {
// address deployer = 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266; // localhost

uint256 maxMintAmount = 100;
string baseURI =
"ipfs://bafybeiaz55w6kf7ar2g5vzikfbft2qoexknstfouu524l7q3mliutns2u4/";
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/utils/scaffold-eth/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const deepMergeContracts = <D extends Record<PropertyKey, any>, S extends Record
}
return result as MergeDeepRecord<D, S, { arrayMergeMode: "replace" }>;
};
const contractsData = deepMergeContracts(deployedContractsData, externalContractsData);
const contractsData = deepMergeContracts(externalContractsData, deployedContractsData);

export type GenericContractsDeclaration = {
[chainId: number]: {
Expand Down

0 comments on commit 6a97fd3

Please sign in to comment.