Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ fs_permissions = [
{ access = "read", path = "../contracts/addresses/addresses-31337.json"},
{ access = "read", path = "../contracts/addresses/addresses-998.json"},
{ access = "read", path = "../contracts/addresses/addresses-999.json"},
{ access = "read", path = "../contracts/addresses/addresses-46630.json"},
{ access = "read-write", path = "./addresses/addresses-31337.json"},
{ access = "read-write", path = "./addresses/addresses-998.json"},
{ access = "read-write", path = "./addresses/addresses-999.json"},
{ access = "read-write", path = "./addresses/addresses-46630.json"},
{ access = "read", path = "./test/artifacts/WHYPE9.json"}
]

Expand All @@ -45,6 +47,7 @@ tab_width = 2
[rpc_endpoints]
hyperliquid = "${HYPERLIQUID_MAINNET_RPC_URL}"
hyperliquid-testnet = "${HYPERLIQUID_TESTNET_RPC_URL}"
robinhood-testnet = "https://rpc.testnet.chain.robinhood.com"

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

Expand Down
2 changes: 1 addition & 1 deletion lib/cash
Submodule cash updated from 7a6ca5 to e38794
Loading