Skip to content

Commit

Permalink
Gogo
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Mar 16, 2024
1 parent 07d3a3d commit cb73cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion staking/app/scripts/localnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ async function main() {
const alice = loadKeypair("./app/keypairs/alice.json");
const bob = loadKeypair("./app/keypairs/bob.json");
const pythMintAccount = loadKeypair("./app/keypairs/pyth_mint.json");
const lookupTable = loadKeypair("./app/keypairs/lookup_table.json");

console.log("Validator at port ", portNumber);
const config = readAnchorConfig(ANCHOR_CONFIG_PATH);
Expand Down

0 comments on commit cb73cec

Please sign in to comment.