Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: updated wallet phrases for updated committee #148

Merged
merged 3 commits into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV NODE_OPTIONS=--dns-result-order=ipv4first
RUN mkdir /app
WORKDIR /app

RUN curl https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
RUN apt update && apt install -y nginx

COPY tests/e2e/nginx.conf /etc/nginx/sites-available/default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@agoric/governance": "^0.10.3",
"@agoric/synpress": "^3.8.3-beta.2",
"@agoric/synpress": "^3.8.5-beta.0",
"@keplr-wallet/types": "^0.11.1",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^18.7.13",
Expand Down
14 changes: 9 additions & 5 deletions tests/e2e/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ export const phrasesList = {
emerynet: {
isLocal: false,
minutes: 3,
token: 'ToyUSD',
token: 'USDT_axl',
network: 'emerynet',
networkConfigURL: 'https://emerynet.agoric.net/network-config',
gov1Phrase: Cypress.env('GOV1_PHRASE'),
gov2Phrase: Cypress.env('GOV2_PHRASE'),
gov1Phrase:
'such field health riot cost kitten silly tube flash wrap festival portion imitate this make question host bitter puppy wait area glide soldier knee',
gov2Phrase:
'physical immune cargo feel crawl style fox require inhale law local glory cheese bring swear royal spy buyer diesel field when task spin alley',
// UNTIL https://github.com/Agoric/dapp-econ-gov/issues/144
gov3Phrase: Cypress.env('GOV4_PHRASE'),
gov4Phrase: Cypress.env('GOV3_PHRASE'),
gov3Phrase:
'spike siege world rather ordinary upper napkin voice brush oppose junior route trim crush expire angry seminar anchor panther piano image pepper chest alone',
gov4Phrase:
'smile unveil sketch gaze length bulb goddess street case exact table fetch robust chronic power choice endorse toward pledge dish access sad illegal dance',
},
devnet: {
isLocal: false,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@
resolved "https://registry.yarnpkg.com/@agoric/swingset-xsnap-supervisor/-/swingset-xsnap-supervisor-0.10.2.tgz#09f067695b0ea6ebfeb6ea200cc7f1675f0f8939"
integrity sha512-3PB15aiNHfjTYmtUz9Rxmm6qSHnoO5w5dygRzjx2ytk8yoNn/ZOpxlIOLonhD8kwOaEli5D7btY9OA3jf+Sm6w==

"@agoric/synpress@^3.8.3-beta.2":
version "3.8.3-beta.2"
resolved "https://registry.yarnpkg.com/@agoric/synpress/-/synpress-3.8.3-beta.2.tgz#174c382c720827b0cfd932edb5332fda40f9d260"
integrity sha512-nO0sq2xdj+zWZaGUjHJSfPQ9tFWf2YUBFZ6J0zzmZWIpcaIet9OQ/B/0zjERMsnd20bzthYLcfn8cPlQpoSQtQ==
"@agoric/synpress@^3.8.5-beta.0":
version "3.8.5-beta.0"
resolved "https://registry.yarnpkg.com/@agoric/synpress/-/synpress-3.8.5-beta.0.tgz#3af3f518a7d6bd8e59cf95db1a795986c6e992d9"
integrity sha512-OjcAHgfCLaBNG78/Wjg9IqXdr9TnhtPzsJ4muzVuWhUkgNjI8mhX9sl9SDeZULDt+gqkAs6V6vbuoM7rHaiAGA==
dependencies:
"@cypress/code-coverage" "^3.11.0"
"@cypress/webpack-dev-server" "^3.5.2"
Expand Down
Loading