Skip to content

Commit

Permalink
Merge pull request #780 from fei-protocol/update-proposal-id
Browse files Browse the repository at this point in the history
Update fip_82b proposalId
  • Loading branch information
Caleb Ditchfield authored May 6, 2022
2 parents e252f07 + e5e54b3 commit b285b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
forking: enableMainnetForking
? {
url: `https://eth-mainnet.alchemyapi.io/v2/${mainnetAlchemyApiKey}`,
blockNumber: 14714028 // Thursday, May 5th
blockNumber: 14723389 // Friday, May 6th
}
: undefined
},
Expand Down
2 changes: 1 addition & 1 deletion test/integration/proposals_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const proposals: ProposalsConfigMap = {
deploy: false, // deploy flag for whether to run deploy action during e2e tests or use mainnet state
totalValue: 0, // amount of ETH to send to DAO execution
proposal: fip_82b,
proposalId: '',
proposalId: '100114570810112501972314307970004446869175784368342294400079771147860837319881',
affectedContractSignoff: [
'core',
'fuseGuardian',
Expand Down

0 comments on commit b285b17

Please sign in to comment.