File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed
target_chains/cosmwasm/contracts/pyth/src
third_party/pyth/p2w-relay Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1
- target
2
- bin
3
1
** /target
4
2
** /node_modules
3
+ ** /bin
4
+ ** /build
5
+ ** /target
6
+ ** /* artifact *
7
+ ** /* cache *
8
+ ** /.next
9
+
10
+ # All our TS projects are in `src` and the JS build output is in `lib`
11
+ # We should make sure that we exclude the ones that we really need in docker
12
+ ** /lib
13
+
14
+ ** /tsconfig.tsbuildinfo
15
+
16
+ .git
17
+
18
+ hermes /wormhole
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ bigtable-writer.json
16
16
tsconfig.tsbuildinfo
17
17
* ~
18
18
* mnemonic *
19
+ .envrc
Original file line number Diff line number Diff line change @@ -1111,9 +1111,7 @@ mod test {
1111
1111
expo : 302 ,
1112
1112
publish_time : 303 ,
1113
1113
} ,
1114
- Price {
1115
- ..Default :: default ( )
1116
- } ,
1114
+ Default :: default ( ) ,
1117
1115
) ;
1118
1116
price_feed_bucket ( & mut deps. storage )
1119
1117
. save ( address, & dummy_price_feed)
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ FROM lerna
4
4
WORKDIR /home/node/
5
5
USER 1000
6
6
7
+ COPY --chown=1000:1000 target_chains/ethereum/sdk/solidity target_chains/ethereum/sdk/solidity
7
8
COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js
8
9
COPY --chown=1000:1000 third_party/pyth/p2w-relay third_party/pyth/p2w-relay
9
10
COPY --chown=1000:1000 wormhole_attester/sdk/js wormhole_attester/sdk/js
You can’t perform that action at this time.
0 commit comments