Skip to content

Commit

Permalink
PhoenixTest: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
skynetcap committed Nov 28, 2023
1 parent 84a31ed commit fdb0305
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phoenix/src/test/java/PhoenixTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,10 @@ public void phoenixGetMarketsTest() throws RpcException {
public void orderNormalizedTest() {
PhoenixManager phoenixManager = new PhoenixManager(client);
MetaplexManager metaplexManager = new MetaplexManager(client);

phoenixManager.getPhoenixMarkets().forEach(market -> {
log.info("Market: {}", market.getMarketId().toBase58());

metaplexManager.getTokenMetadata(market.getPhoenixMarketHeader().getBaseMintKey())
.ifPresent(metadata -> log.info("Base token: {}", metadata.getSymbol()));
metaplexManager.getTokenMetadata(market.getPhoenixMarketHeader().getQuoteMintKey())
Expand Down

0 comments on commit fdb0305

Please sign in to comment.