Skip to content

Commit

Permalink
deploy nusd usdc on cronos
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Apr 27, 2022
1 parent d1bd314 commit 8749aad
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 304 deletions.
6 changes: 2 additions & 4 deletions deploy/amm/100_deploy_nUSDV3Pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,10 @@ const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
if (await getChainId() === CHAIN_ID.CRONOS) {
TOKEN_ADDRESSES = [
(await get("nUSD")).address,
(await get("DAI")).address,
(await get("USDC")).address,
(await get("USDT")).address,
]
TOKEN_DECIMALS = [18, 18, 6, 6]
INITIAL_A = 600
TOKEN_DECIMALS = [18, 6]
INITIAL_A = 800
}

if (await getChainId() === CHAIN_ID.OPTIMISM) {
Expand Down
Loading

0 comments on commit 8749aad

Please sign in to comment.