Commit b9934cc
fix(deploy): fill in Base Sepolia VRF gas lane
Looked up Base Sepolia keyHash from Chainlink VRF v2.5 docs and
filled in the bytes32(0) TODO placeholder. Verified value:
0x9e1344a1247c8a1785d0a4681a27152bffdb43666ae5bf7d14d24a5efd44bf71
Source: https://docs.chain.link/vrf/v2-5/supported-networks#base-sepolia-testnet
Pre-flight will now pass for Base Sepolia. Arbitrum Sepolia gasLane
remains bytes32(0) since we're skipping that testnet.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b946131 commit b9934cc
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
0 commit comments