We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747fbff commit dd9f668Copy full SHA for dd9f668
MakefileEks.mk
@@ -98,7 +98,7 @@ build-bk-test-morph-test-qanet-to-morph-token-price-oracle:
98
if [ ! -d dist ]; then mkdir -p dist; fi
99
env GO111MODULE=on CGO_LDFLAGS="-ldl" CGO_ENABLED=1 go build -v $(LDFLAGS) -o token-price-oracle/token-price-oracle ./token-price-oracle/cmd
100
cp token-price-oracle/token-price-oracle dist/
101
- aws s3 cp s3://morph-0582-morph-technical-department-testnet-data/testnet/holesky/morph-setup/secret-manager-wrapper.tar.gz ./
+ aws s3 cp s3://morph-7637-morph-technical-department-qanet-data/morph-setup/secret-manager-wrapper.tar.gz ./
102
tar -xvzf secret-manager-wrapper.tar.gz
103
104
start-bk-test-morph-test-qanet-to-morph-token-price-oracle:
0 commit comments