File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,14 +119,14 @@ jobs:
119119 - name : Add resource to whitelist
120120 env :
121121 CONTRACT_ADDRESS : ${{ vars.WEB3TELEGRAM_WHITELIST_CONTRACT_ADDRESS }}
122- WALLET_PRIVATE_KEY : ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
122+ PRIVATE_KEY : ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
123123 run : |
124124 cd node_modules/whitelist-smart-contract
125125 export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
126126 if [ "${{ matrix.environment }}" = "arbitrum-sepolia-prod" ]; then
127127 npm run addResourceToWhitelist -- --network arbitrumSepolia
128128 else
129- npm run addResourceToWhitelist
129+ npm run addResourceToWhitelist -- --network bellecour
130130 fi
131131
132132 - name : Configure ENS
You can’t perform that action at this time.
0 commit comments