Skip to content

Commit 9ba2796

Browse files
SocksNFlopsclaude
andcommitted
BW-110: chain-46630 foundry config (+ lib/cash lockstep if bumped)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 533448d commit 9ba2796

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

foundry.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ fs_permissions = [
2222
{ access = "read", path = "../contracts/addresses/addresses-31337.json"},
2323
{ access = "read", path = "../contracts/addresses/addresses-998.json"},
2424
{ access = "read", path = "../contracts/addresses/addresses-999.json"},
25+
{ access = "read", path = "../contracts/addresses/addresses-46630.json"},
2526
{ access = "read-write", path = "./addresses/addresses-31337.json"},
2627
{ access = "read-write", path = "./addresses/addresses-998.json"},
2728
{ access = "read-write", path = "./addresses/addresses-999.json"},
29+
{ access = "read-write", path = "./addresses/addresses-46630.json"},
2830
{ access = "read", path = "./test/artifacts/WHYPE9.json"}
2931
]
3032

@@ -41,10 +43,12 @@ tab_width = 2
4143

4244
[etherscan]
4345
hyperliquid = { key = "${API_KEY_ETHERSCAN}" }
46+
robinhood-testnet = { key = "${API_KEY_ETHERSCAN}", url = "https://explorer.testnet.chain.robinhood.com/api", chain = 46630 }
4447

4548
[rpc_endpoints]
4649
hyperliquid = "${HYPERLIQUID_MAINNET_RPC_URL}"
4750
hyperliquid-testnet = "${HYPERLIQUID_TESTNET_RPC_URL}"
51+
robinhood-testnet = "https://rpc.testnet.chain.robinhood.com"
4852

4953
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
5054

lib/cash

Submodule cash updated from 7a6ca57 to e38794f

0 commit comments

Comments
 (0)