Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-turek committed Oct 6, 2023
1 parent d87dd95 commit ed8a352
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import {HardhatRuntimeEnvironment} from 'hardhat/types';

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const {deployments, getNamedAccounts} = hre;
const {deploy,read,catchUnknownSigner,execute} = deployments;
const {deploy, read, catchUnknownSigner, execute} = deployments;

const {deployer,sandAdmin} = await getNamedAccounts();
const {deployer, sandAdmin} = await getNamedAccounts();

// TODO: review subscriptions for Catalyst and Asset

Expand Down

0 comments on commit ed8a352

Please sign in to comment.