Skip to content

Commit

Permalink
Merge pull request #152 from Agoric/ci/update-chain-version
Browse files Browse the repository at this point in the history
ci: update a3p version
  • Loading branch information
frazarshad authored Jun 14, 2024
2 parents 0003b60 + 24edac2 commit 17b52d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
profiles:
- synpress
container_name: agoric_chain
image: ghcr.io/agoric/agoric-3-proposals:main
image: ghcr.io/agoric/agoric-3-proposals:latest
logging:
driver: none
platform: linux/amd64
Expand Down
8 changes: 4 additions & 4 deletions tests/e2e/specs/swap-tokens.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ describe('Swap Tokens Tests', () => {
const limitFloat = float => parseFloat(float.toFixed(5));
const amountToSwap = 0.001;
const transactionFee = 0.2;
const walletAddress = {
value: null,
};
const networkPhrases = phrasesList[Cypress.env('AGORIC_NET')];
const customWalletPhrase = Cypress.env('MNEMONIC_PHRASE');

Expand All @@ -17,7 +14,10 @@ describe('Swap Tokens Tests', () => {
secretWords: customWalletPhrase,
});
} else if (networkPhrases.isLocal) {
cy.setupWallet();
cy.setupWallet({
privateKey:
'b3209e3771c0d97434ed4f9d6c223a442d1241968fd1f1b0e03e755b92339069',
});
} else {
cy.setupWallet({
createNewWallet: true,
Expand Down

0 comments on commit 17b52d4

Please sign in to comment.