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 d9af206 commit 96c193fCopy full SHA for 96c193f
.github/workflows/dapp-deploy.yml
@@ -139,7 +139,8 @@ jobs:
139
CONTRACT_ADDRESS: ${{ secrets.WEB3MAIL_WHITELIST_CONTRACT_ADDRESS }}
140
run: |
141
cd node_modules/whitelist-smart-contract
142
- export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address) && npm run addResourceToWhitelist
+ export ADDRESS_TO_ADD=$(cat ../../deployment-dapp/.app-address)
143
+ NODE_OPTIONS='--loader=ts-node/esm --experimental-specifier-resolution=node' npx hardhat run scripts/addResourceToWhitelist.ts --network bellecour
144
145
- name: Configure ENS
146
if: ${{ vars.DAPP_ENS_NAME }}
0 commit comments