pubkey change

This commit is contained in:
Sayantan Karmakar 2022-04-08 21:20:19 +05:30
parent 039e11d3b6
commit 4168c87ff2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe("Serum Dev Tools", () => {
const owner = Keypair.generate();
const dexAddress = new PublicKey(
"DgmqKqyWmgDeqWiVWKcfFqM8QMQ1gCJaJBcw8i8LX9SF",
"7zo7HCQAZPRb4pYiQQ6fLjC8ssN3E8LkavVs8JUA5NMn",
);
const dex = new Dex(dexAddress, connection);