Skip to content

Commit

Permalink
feat: update ETH seed reserves to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed Jun 1, 2024
1 parent a98aac5 commit 529c35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ENSSubdomainLabel = 'v3-additional-grants';
const ENSSubdomain = `${ENSSubdomainLabel}.${ENSName}`;
const ENSTextRecordKey = 'v3-official-markets';

const WETHAmountToBridge = ethers.BigNumber.from(exp(500, 18));
const WETHAmountToBridge = ethers.BigNumber.from(exp(10, 18));
const arbitrumCOMPAddress = '0x354A6dA3fcde098F8389cad84b0182725c6C91dE';

export default migration('1713517203_configurate_and_ens', {
Expand Down

0 comments on commit 529c35e

Please sign in to comment.