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 e1daf7d commit 63a926bCopy full SHA for 63a926b
.github/workflows/python.yml
@@ -76,6 +76,7 @@ jobs:
76
ETHEREUM_POLYGON_NODE: ${{ secrets.ETHEREUM_POLYGON_NODE }}
77
ETHEREUM_4337_BUNDLER_URL: ${{ secrets.ETHEREUM_4337_BUNDLER_URL }}
78
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
79
+ ENS_CLIENT_API_KEY: ${{ secrets.ENS_CLIENT_API_KEY }}
80
- name: Send results to coveralls
81
# Ignore coveralls issues
82
continue-on-error: true
0 commit comments