Skip to content

Commit c88b779

Browse files
committed
deploy GP boost hook to gnosis and scroll
1 parent 7782235 commit c88b779

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ mainnet = "${MAINNET_RPC_URL}"
1212
arbitrum = "${ARBITRUM_RPC_URL}"
1313
optimism = "${OPTIMISM_RPC_URL}"
1414
base = "${BASE_RPC_URL}"
15+
gnosis = "${GNOSIS_RPC_URL}"
16+
scroll = "${SCROLL_RPC_URL}"
1517

1618
sepolia = "${SEPOLIA_RPC_URL}"
1719
arbitrum-sepolia = "${ARBITRUM_SEPOLIA_RPC_URL}"
@@ -22,6 +24,8 @@ mainnet = { key = "${ETHERSCAN_API_KEY}", url = "https://api.etherscan.io/api" }
2224
arbitrum = { key = "${ARBITRUM_ETHERSCAN_API_KEY}", url = "https://api.arbiscan.io/api" }
2325
optimism = { key = "${OPTIMISM_ETHERSCAN_API_KEY}", url = "https://api-optimistic.etherscan.io/api" }
2426
base = { key = "${BASE_ETHERSCAN_API_KEY}", url = "https://api.basescan.org/api" }
27+
gnosis = { key = "${GNOSIS_ETHERSCAN_API_KEY}", url = "https://api.gnosisscan.io/api" }
28+
scroll = { key = "${SCROLL_ETHERSCAN_API_KEY}", url = "https://api.scrollscan.com/api" }
2529

2630
sepolia = { key = "${ETHERSCAN_API_KEY}", url = "https://api-sepolia.etherscan.io/api" }
2731
arbitrum-sepolia = { key = "${ARBITRUM_ETHERSCAN_API_KEY}", url = "https://api-sepolia.arbiscan.io/api" }

src/prize-hooks/examples/gp-booster/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ Uses both hook calls to redirect all prizes won (except the GP) back to the priz
1010
| Base | [`0x327B2Ea9668a552fe5DEC8e3c6e47E540A0A58c6`](https://basescan.org/address/0x327b2ea9668a552fe5dec8e3c6e47e540a0a58c6) |
1111
| Arbitrum One | [`0x1DcFb8b47C2F05Ce86C21580C167485De1202e12`](https://arbiscan.io/address/0x1dcfb8b47c2f05ce86c21580c167485de1202e12) |
1212
| Ethereum | [`0x6bE9C23AA3C2cfEFf92d884E20D1Ec9E134aB076`](https://etherscan.io/address/0x6be9c23aa3c2cfeff92d884e20d1ec9e134ab076) |
13+
| Gnosis | [`0x65F3AEa2594D82024B7Ee98DDcF08F991Ab1c626`](https://gnosisscan.io/address/0x65f3aea2594d82024b7ee98ddcf08f991ab1c626) |
14+
| Scroll | [`0x2D3ad415198D7156e8c112A508b8306699f6E4cC`](https://scrollscan.com/address/0x2d3ad415198d7156e8c112a508b8306699f6e4cc) |

0 commit comments

Comments
 (0)