Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ARBITRUM_RPC: https://1rpc.io/arb
GNOSIS_RPC: https://gnosis.publicnode.com
BASE_RPC: https://mainnet.base.org
BASE_SEPOLIA_RPC: https://sepolia.base.org
CELO_RPC: https://forno.celo.org
ETHERSCAN_KEY: HDMPWG86NYEF1Y5KWZU1XI4HZX4SNHFW3B
runs-on: ubuntu-latest
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
ARBITRUM_RPC: ${{ secrets.ARBITRUM_HTTP_PROVIDER }}
GNOSIS_RPC: ${{ secrets.GNOSIS_HTTP_PROVIDER }}
BASE_RPC: ${{ secrets.BASE_HTTP_PROVIDER }}
BASE_SEPOLIA_RPC: ${{ secrets.BASE_SEPOLIA_HTTP_PROVIDER }}
CELO_RPC: ${{ secrets.CELO_HTTP_PROVIDER }}
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GNOSIS_RPC=
ARBITRUM_RPC=
SEPOLIA_RPC=
BASE_RPC=
BASE_SEPOLIA_RPC=
CELO_RPC=
ETHERSCAN_KEY=

4 changes: 4 additions & 0 deletions modules/haberdasher-labs_agreement-eligibility_v0.4.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"chainId": "8453",
"block": "21113616"
},
{
"chainId": "84532",
"block": "23152690"
},
{
"chainId": "137",
"block": "63077931"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_allowlist-eligibility_v0.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"chainId": "8453",
"block": "19613487"
},
{
"chainId": "84532",
"block": "23157396"
},
{
"chainId": "42220",
"block": "27668833"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_eligibility-chain_v0.2.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"chainId": "8453",
"block": "12672147"
},
{
"chainId": "84532",
"block": "23151693"
},
{
"chainId": "100",
"block": "33253671"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_hat-controlled-module_v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
"chainId": "8453",
"block": "19769801"
},
{
"chainId": "84532",
"block": "23157860"
},
{
"chainId": "42220",
"block": "27731366"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"chainId": "8453",
"block": "7577549"
},
{
"chainId": "84532",
"block": "23158055"
},
{
"chainId": "42220",
"block": "22842434"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"chainId": "8453",
"block": "12329679"
},
{
"chainId": "84532",
"block": "1776139"
},
{
"chainId": "42220",
"block": "24755686"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_multi-claims-hatter_v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"chainId": "8453",
"block": "7577706"
},
{
"chainId": "84532",
"block": "23160786"
},
{
"chainId": "42220",
"block": "22586368"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_passthrough-module_v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
"chainId": "8453",
"block": "7577577"
},
{
"chainId": "84532",
"block": "23157652"
},
{
"chainId": "42220",
"block": "22842477"
Expand Down
4 changes: 4 additions & 0 deletions modules/haberdasher-labs_season-toggle_v0.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"chainId": "8453",
"block": "12330237"
},
{
"chainId": "84532",
"block": "23158393"
},
{
"chainId": "42220",
"block": "24755867"
Expand Down
Loading