Skip to content

Commit 562037a

Browse files
authored
Merge branch 'submissions' into update/multi-claims-hatter
2 parents 809414f + 329d321 commit 562037a

File tree

3 files changed

+771
-9
lines changed

3 files changed

+771
-9
lines changed

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
test-branch:
4141
if: github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
4242
env:
43-
SEPOLIA_RPC: https://sepolia.infura.io/v3/${{ secrets.INFURA_KEY }}
44-
MAINNET_RPC: https://mainnet.infura.io/v3/${{ secrets.INFURA_KEY }}
45-
POLYGON_RPC: https://polygon-mainnet.infura.io/v3/${{ secrets.INFURA_KEY }}
46-
OPTIMISM_RPC: https://optimism-mainnet.infura.io/v3/${{ secrets.INFURA_KEY }}
47-
ARBITRUM_RPC: https://arbitrum-mainnet.infura.io/v3/${{ secrets.INFURA_KEY }}
48-
GNOSIS_RPC: https://gnosis.publicnode.com
49-
BASE_RPC: https://mainnet.base.org
50-
CELO_RPC: https://forno.celo.org
43+
SEPOLIA_RPC: ${{ secrets.SEPOLIA_HTTP_PROVIDER }}
44+
MAINNET_RPC: ${{ secrets.MAINNET_HTTP_PROVIDER }}
45+
POLYGON_RPC: ${{ secrets.POLYGON_HTTP_PROVIDER }}
46+
OPTIMISM_RPC: ${{ secrets.OPTIMISM_HTTP_PROVIDER }}
47+
ARBITRUM_RPC: ${{ secrets.ARBITRUM_HTTP_PROVIDER }}
48+
GNOSIS_RPC: ${{ secrets.GNOSIS_HTTP_PROVIDER }}
49+
BASE_RPC: ${{ secrets.BASE_HTTP_PROVIDER }}
50+
CELO_RPC: ${{ secrets.CELO_HTTP_PROVIDER }}
5151
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
5252
runs-on: ubuntu-latest
5353
steps:

modules/haberdasher-labs_agreement-eligibility_v0.3.0.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@
4040
"hatter": false
4141
},
4242
"implementationAddress": "0x6AE5a62698f23dB7CAca13FFa7391ac782a94116",
43-
"tags": [],
43+
"tags": [
44+
{
45+
"description": "Indicates that the module is now deprecated",
46+
"label": "Deprecated",
47+
"value": "deprecated"
48+
}
49+
],
4450
"deployments": [
4551
{
4652
"chainId": "11155111",

0 commit comments

Comments
 (0)