Skip to content

Commit

Permalink
feat(avalanche): deploy v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Feb 7, 2022
1 parent f1b49e9 commit 9340924
Show file tree
Hide file tree
Showing 3 changed files with 1,153 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/v1.2.0/avalanche.ts → deploy/v1.2.1/avalanche.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { HardhatRuntimeEnvironment } from 'hardhat/types';
import { deployAndLog } from '../../src/deployAndLog';

export default async function deployToAvalanche(hardhat: HardhatRuntimeEnvironment) {
if (process.env.DEPLOY === 'v1.2.0.avalanche') {
if (process.env.DEPLOY === 'v1.2.1.avalanche') {
dim(`Deploying: TWAB Rewards Avalanche Mainnet`);
dim(`Version: 1.2.0`);
dim(`Version: 1.2.1`);
} else {
return;
}
Expand Down
Loading

0 comments on commit 9340924

Please sign in to comment.