Skip to content

Commit

Permalink
:fix: 🚀 deploy contract with new admin address on ghostnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Dec 4, 2023
1 parent ac8436f commit a514c1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-nft-ghostnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +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
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
PUBLIC_STAKING_CONTRACT=KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq
PUBLIC_PERMIT=KT1Re88VMEJ7TLHTkXSHQYZQTD3MP3k7j6Ar # GHOSTNET : KT1S39ScgeLfuHggJnx697ik8DnLpqZsPb2V
PUBLIC_STAKING_CONTRACT=KT1Rp1rgfwS25XrWU6fUnR8cw6KMZBhDvXdq # GHOSTNET : KT1E9pTL48tGuAUvRMiyEDKocKW1S2Rgc7Hs
PUBLIC_APP_BASE_URL=http://localhost:5173

0 comments on commit a514c1a

Please sign in to comment.