We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a06d48 commit 43cbf21Copy full SHA for 43cbf21
.github/workflows/dapp-deploy.yml
@@ -134,14 +134,14 @@ jobs:
134
- name: Add resource to whitelist
135
env:
136
CONTRACT_ADDRESS: ${{ vars.WEB3TELEGRAM_WHITELIST_CONTRACT_ADDRESS }}
137
- WALLET_PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
+ PRIVATE_KEY: ${{ secrets.WEB3TELEGRAM_APP_OWNER_PRIVATEKEY }}
138
run: |
139
cd node_modules/whitelist-smart-contract
140
export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
141
if [ "${{ inputs.environment }}" = "arbitrum-sepolia-dev" ]; then
142
npm run addResourceToWhitelist -- --network arbitrumSepolia
143
else
144
- npm run addResourceToWhitelist
+ npm run addResourceToWhitelist -- --network bellecour
145
fi
146
147
- name: Configure ENS
0 commit comments