Skip to content

Commit

Permalink
chore: rm unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
noyyyy committed Oct 12, 2023
1 parent fa28af5 commit 0cd16c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dev/test/oaoNFTFork.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ contract OaoNFTForkTest is Test {
oaoNFT private _oaoNFT;

function setUp() public {
vm.createSelectFork("https://zetachain-athens-evm.blockpi.network/v1/rpc/public");
vm.rollFork(1614267);
_oaoNFT = oaoNFT(0x69369927AEA310b0423F475330A6Cc7302e2d060);
// vm.createSelectFork("https://rpc.ankr.com/zetachain_evm_athens_testnet");
// vm.rollFork(1614267);
// _oaoNFT = oaoNFT(0x69369927AEA310b0423F475330A6Cc7302e2d060);
}

function testForkRunWhitelistMint() public {
Expand Down

0 comments on commit 0cd16c2

Please sign in to comment.