Skip to content

Commit

Permalink
fix: not found module name
Browse files Browse the repository at this point in the history
  • Loading branch information
TravellerOnTheRun committed Oct 23, 2024
1 parent a1270c8 commit b4e5213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion params/OgFoundersEP/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"ipfsCids": [],
"airdropAddresses": []
}
}
}
2 changes: 1 addition & 1 deletion test/Governor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ContractTransactionResponse, parseEther, solidityPackedKeccak256 } from
import { Proposal, ProposalState, OperationState } from '../types'
import { deployContracts } from './deployContracts'
import ogFoundersProxyModule from '../ignition/modules/OGFounders'
import deployParams from '../params/OgFounders/testnet.json'
import deployParams from '../params/OGFounders/testnet.json'

describe('Governor Contact', () => {
const initialVotingDelay = 1n
Expand Down

0 comments on commit b4e5213

Please sign in to comment.