Skip to content

Commit

Permalink
🚀 redeploy contracts with all metadatas
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Dec 4, 2023
1 parent 5a7d721 commit 680b01c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-nft-ghostnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
set -x
ls -last .
sed -i 's|http://localhost:8000|https://gas-station-api.gcp-npr.marigold.dev|g' ./examples/nft/.env
sed -i 's|KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar|KT1S39ScgeLfuHggJnx697ik8DnLpqZsPb2V|g' ./examples/nft/.env
sed -i 's|KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq|KT1E9pTL48tGuAUvRMiyEDKocKW1S2Rgc7Hs|g' ./examples/nft/.env
sed -i 's|KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar|KT199yuNkHQKpy331A6fvWJtQ1uan9uya2jx|g' ./examples/nft/.env
sed -i 's|KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq|KT1Ds1sSnVsxDBnA3gL3seck8SBp6ZCki9pd|g' ./examples/nft/.env
cat ./examples/nft/.env
- name: Set up Docker Buildx
Expand Down
4 changes: 2 additions & 2 deletions examples/nft/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PUBLIC_TZKT_API=https://api.ghostnet.tzkt.io
PUBLIC_TEZOS_RPC=https://ghostnet.smartpy.io
PUBLIC_GAS_STATION_API=http://localhost:8000/operation
PUBLIC_PERMIT=KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar # GHOSTNET : KT1S39ScgeLfuHggJnx697ik8DnLpqZsPb2V
PUBLIC_STAKING_CONTRACT=KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq # GHOSTNET : KT1E9pTL48tGuAUvRMiyEDKocKW1S2Rgc7Hs
PUBLIC_PERMIT=KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar # GHOSTNET : KT199yuNkHQKpy331A6fvWJtQ1uan9uya2jx
PUBLIC_STAKING_CONTRACT=KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq # GHOSTNET : KT1Ds1sSnVsxDBnA3gL3seck8SBp6ZCki9pd
PUBLIC_APP_BASE_URL=http://localhost:5173

0 comments on commit 680b01c

Please sign in to comment.