Skip to content

Commit

Permalink
reverting so this will run on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
healthydeve committed Oct 23, 2023
1 parent cb7c578 commit a288687
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/transactions/deepbook/create_pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const DEFAULT_TAKER_FEE = 200000;
const DEFAULT_STABLE_MAKER_FEE = 100000;
const DEFAULT_STABLE_TAKER_FEE = 100000;

// export ADMIN_PHRASE="trophy conduct student type result lamp seven slam chest category tenant inherit"
// List of deepbook pools today
// data: [
// { BTC / USDC pool
Expand Down Expand Up @@ -147,7 +146,5 @@ const setup = async (network: Network) => {
return executeTx(prepareSigner(setup.provider), txb);
};

// if (process.env.NETWORK === "mainnet") setup("mainnet");
// else setup("testnet");

setup("testnet");
if (process.env.NETWORK === "mainnet") setup("mainnet");
else setup("testnet");

0 comments on commit a288687

Please sign in to comment.