Skip to content

Commit

Permalink
script check
Browse files Browse the repository at this point in the history
  • Loading branch information
sogipec committed Feb 26, 2024
1 parent 5108cb3 commit bf89238
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/mainnet-fork/upgradeStablecoin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ import yargs from 'yargs';
const argv = yargs.env('').boolean('ci').parseSync();

async function main() {
/**
* This is a script to test the stablecoin upgrade for the Euro and the dollar.
* For the actual upgrade we need to deploy:
* 2 implems on Ethereum and Polygon (one corresponding to each token)
* 1 implem on all other chains since agEUR and agUSD share the same implementation
* It's important to make sure that the contract upgrade and name upgrade take place in the exact same transaction
*/

const { deploy } = deployments;
const { deployer } = await ethers.getNamedSigners();
Expand Down

0 comments on commit bf89238

Please sign in to comment.