Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Dec 7, 2022
1 parent 7ea420f commit b88677b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ public String getSecondaryInfuraKey()
return null;
}

@Override
public String getTertiaryInfuraKey()
{
return null;
}

@Override
public String getRampKey()
{
Expand Down

0 comments on commit b88677b

Please sign in to comment.