Skip to content

Commit

Permalink
comment out perps markets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Jun 13, 2024
1 parent 74507a0 commit 528252b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 deletions tests/base-mainnet-fork/test_base_mainnet_perps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
# tests
MARKET_NAMES = [
"ETH",
"BTC",
"SOL",
"SNX",
"WIF",
"W",
"ARB",
"AVAX",
"BNB",
"BONK",
"DOGE",
"ENA",
"FTM",
"MATIC",
"OP",
"ORDI",
"PEPE",
"RUNE",
# "BTC",
# "SOL",
# "SNX",
# "WIF",
# "W",
# "ARB",
# "AVAX",
# "BNB",
# "BONK",
# "DOGE",
# "ENA",
# "FTM",
# "MATIC",
# "OP",
# "ORDI",
# "PEPE",
# "RUNE",
]
TEST_COLLATERAL_AMOUNT = 1000
TEST_POSITION_SIZE_USD = 500
Expand Down
34 changes: 17 additions & 17 deletions tests/base-sepolia-fork/test_base_sepolia_perps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
# tests
MARKET_NAMES = [
"ETH",
"BTC",
"SOL",
"SNX",
"WIF",
"W",
"ARB",
"AVAX",
"BNB",
"BONK",
"DOGE",
"ENA",
"FTM",
"MATIC",
"OP",
"ORDI",
"PEPE",
"RUNE",
# "BTC",
# "SOL",
# "SNX",
# "WIF",
# "W",
# "ARB",
# "AVAX",
# "BNB",
# "BONK",
# "DOGE",
# "ENA",
# "FTM",
# "MATIC",
# "OP",
# "ORDI",
# "PEPE",
# "RUNE",
]
TEST_COLLATERAL_AMOUNT = 1000
TEST_POSITION_SIZE_USD = 500
Expand Down

0 comments on commit 528252b

Please sign in to comment.