Skip to content

Commit

Permalink
Try killing spot instance requests after we terminate each image (#1255)
Browse files Browse the repository at this point in the history
See AztecProtocol/build-system#14

---------

Co-authored-by: ludamad <[email protected]>
  • Loading branch information
spalladino and ludamad authored Jul 27, 2023
1 parent 2703d10 commit f30d9cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build-system
1 change: 0 additions & 1 deletion yarn-project/end-to-end/src/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { foundry } from 'viem/chains';

export const MNEMONIC = 'test test test test test test test test test test test junk';
export const localAnvil = foundry;

export const privateKey = Buffer.from('ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80', 'hex');
export const privateKey2 = Buffer.from('59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d', 'hex');

0 comments on commit f30d9cd

Please sign in to comment.