diff --git a/.github/workflows/docker-nft-ghostnet.yml b/.github/workflows/docker-nft-ghostnet.yml index 8a7d194..6b5594f 100644 --- a/.github/workflows/docker-nft-ghostnet.yml +++ b/.github/workflows/docker-nft-ghostnet.yml @@ -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 diff --git a/examples/nft/.env b/examples/nft/.env index 2234ffb..4822190 100644 --- a/examples/nft/.env +++ b/examples/nft/.env @@ -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