Ver código fonte

nit-seed-name

Vincent Brunet 1 ano atrás
pai
commit
e8a8992802
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/bolt.ts

+ 1 - 1
tests/bolt.ts

@@ -158,7 +158,7 @@ describe("bolt", () => {
     const addEntity = await AddEntity({
       payer: provider.wallet.publicKey,
       world: worldPda,
-      seed: "extra-seed",
+      seed: "custom-seed",
       connection: provider.connection,
     });
     await provider.sendAndConfirm(addEntity.transaction);