Skip to content

Commit

Permalink
chore: PR comments for RevenueSplitBuyBack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Apr 21, 2022
1 parent e86a2ce commit fb99530
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions test-fork/buy-and-make/revenue-split.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ import {
} from "types/generated"
import { Account } from "types/common"
import { encodeUniswapPath } from "@utils/peripheral/uniswap"
import { keccak256 } from "@ethersproject/keccak256"
import { toUtf8Bytes } from "ethers/lib/utils"

const keeperKey = keccak256(toUtf8Bytes("Keeper"))
console.log(`Keeper ${keeperKey}`)

const mtaUsdPrice = 42
const btcUsdPrice = 42300
Expand Down
2 changes: 0 additions & 2 deletions test/buy-and-make/revenue-split-buy-back.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ describe("RevenueSplitBuyBack", () => {
const accounts = await ethers.getSigners()
mAssetMachine = await new MassetMachine().initAccounts(accounts)
sa = mAssetMachine.sa

await setupRevenueBuyBack(treasuryFee)
})

describe("creating new instance", () => {
Expand Down

0 comments on commit fb99530

Please sign in to comment.