From 22175aed43525f837d10c8a36b48e7f3051c511a Mon Sep 17 00:00:00 2001 From: amr080 <117864716+amr080@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:45:40 -0400 Subject: [PATCH] yeah buddy --- scripts/deploy.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/deploy.ts b/scripts/deploy.ts index ceff18f..95a514b 100644 --- a/scripts/deploy.ts +++ b/scripts/deploy.ts @@ -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