File tree 4 files changed +15
-10
lines changed
4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ENV NODE_OPTIONS=--dns-result-order=ipv4first
10
10
RUN mkdir /app
11
11
WORKDIR /app
12
12
13
+ RUN curl https://dl.google.com/linux/linux_signing_key.pub | tee /etc/apt/trusted.gpg.d/google.asc >/dev/null
13
14
RUN apt update && apt install -y nginx
14
15
15
16
COPY tests/e2e/nginx.conf /etc/nginx/sites-available/default
Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"@agoric/governance" : " ^0.10.3" ,
55
- "@agoric/synpress" : " ^3.8.3 -beta.2 " ,
55
+ "@agoric/synpress" : " ^3.8.5 -beta.0 " ,
56
56
"@keplr-wallet/types" : " ^0.11.1" ,
57
57
"@tailwindcss/forms" : " ^0.5.3" ,
58
58
"@types/node" : " ^18.7.13" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ export const phrasesList = {
4
4
emerynet : {
5
5
isLocal : false ,
6
6
minutes : 3 ,
7
- token : 'ToyUSD ' ,
7
+ token : 'USDT_axl ' ,
8
8
network : 'emerynet' ,
9
9
networkConfigURL : 'https://emerynet.agoric.net/network-config' ,
10
- gov1Phrase : Cypress . env ( 'GOV1_PHRASE' ) ,
11
- gov2Phrase : Cypress . env ( 'GOV2_PHRASE' ) ,
10
+ gov1Phrase :
11
+ 'such field health riot cost kitten silly tube flash wrap festival portion imitate this make question host bitter puppy wait area glide soldier knee' ,
12
+ gov2Phrase :
13
+ 'physical immune cargo feel crawl style fox require inhale law local glory cheese bring swear royal spy buyer diesel field when task spin alley' ,
12
14
// UNTIL https://github.com/Agoric/dapp-econ-gov/issues/144
13
- gov3Phrase : Cypress . env ( 'GOV4_PHRASE' ) ,
14
- gov4Phrase : Cypress . env ( 'GOV3_PHRASE' ) ,
15
+ gov3Phrase :
16
+ 'spike siege world rather ordinary upper napkin voice brush oppose junior route trim crush expire angry seminar anchor panther piano image pepper chest alone' ,
17
+ gov4Phrase :
18
+ 'smile unveil sketch gaze length bulb goddess street case exact table fetch robust chronic power choice endorse toward pledge dish access sad illegal dance' ,
15
19
} ,
16
20
devnet : {
17
21
isLocal : false ,
Original file line number Diff line number Diff line change 298
298
resolved "https://registry.yarnpkg.com/@agoric/swingset-xsnap-supervisor/-/swingset-xsnap-supervisor-0.10.2.tgz#09f067695b0ea6ebfeb6ea200cc7f1675f0f8939"
299
299
integrity sha512-3PB15aiNHfjTYmtUz9Rxmm6qSHnoO5w5dygRzjx2ytk8yoNn/ZOpxlIOLonhD8kwOaEli5D7btY9OA3jf+Sm6w==
300
300
301
- " @agoric/synpress@^3.8.3 -beta.2 " :
302
- version "3.8.3 -beta.2 "
303
- resolved "https://registry.yarnpkg.com/@agoric/synpress/-/synpress-3.8.3 -beta.2 .tgz#174c382c720827b0cfd932edb5332fda40f9d260 "
304
- integrity sha512-nO0sq2xdj+zWZaGUjHJSfPQ9tFWf2YUBFZ6J0zzmZWIpcaIet9OQ/B/0zjERMsnd20bzthYLcfn8cPlQpoSQtQ ==
301
+ " @agoric/synpress@^3.8.5 -beta.0 " :
302
+ version "3.8.5 -beta.0 "
303
+ resolved "https://registry.yarnpkg.com/@agoric/synpress/-/synpress-3.8.5 -beta.0 .tgz#3af3f518a7d6bd8e59cf95db1a795986c6e992d9 "
304
+ integrity sha512-OjcAHgfCLaBNG78/Wjg9IqXdr9TnhtPzsJ4muzVuWhUkgNjI8mhX9sl9SDeZULDt+gqkAs6V6vbuoM7rHaiAGA ==
305
305
dependencies :
306
306
" @cypress/code-coverage" " ^3.11.0"
307
307
" @cypress/webpack-dev-server" " ^3.5.2"
You can’t perform that action at this time.
0 commit comments