Skip to content

Commit

Permalink
yeah buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
amr080 committed Oct 16, 2024
1 parent 50f563d commit 22175ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import dotenv from 'dotenv';
dotenv.config();

const { OWNER_ADDRESS, USDX_ADDRESS, PROXY_ADDRESS } = process.env;
const contractName = 'USDX';
// const contractName = 'wUSDM';
const initializerArgs = ['X Protocol USD', 'USDX', OWNER_ADDRESS];
// const initializerArgs = [USDM_ADDRESS, OWNER_ADDRESS];
const salt = '1337';
// const salt = '1337w';
// const contractName = 'USDX';
const contractName = 'wUSDX';
// const initializerArgs = ['X Protocol USD', 'USDX', OWNER_ADDRESS];
const initializerArgs = [USDX_ADDRESS, OWNER_ADDRESS];
// const salt = '1337';
const salt = '1337w';

// Deploy with terminal
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit 22175ae

Please sign in to comment.