Skip to content

Commit

Permalink
fix: reduce seeded reserves to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Sep 4, 2024
1 parent 8f70ce0 commit f7b6607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const ENSSubdomainLabel = 'v3-additional-grants';
const ENSSubdomain = `${ENSSubdomainLabel}.${ENSName}`;
const ENSTextRecordKey = 'v3-official-markets';

const wstETHAmount = ethers.BigNumber.from(exp(100, 18));
const wstETHAmount = ethers.BigNumber.from(exp(20, 18));

export default migration('1723732097_configurate_and_ens', {
async prepare() {
Expand Down

0 comments on commit f7b6607

Please sign in to comment.