Skip to content

Commit

Permalink
Merge pull request #2 from DLC-link/test/vaults_testing
Browse files Browse the repository at this point in the history
Test/vaults testing
  • Loading branch information
scolear authored Nov 26, 2024
2 parents d47f228 + 0396306 commit 467eb79
Show file tree
Hide file tree
Showing 3 changed files with 2,943 additions and 7 deletions.
14 changes: 8 additions & 6 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[profile.default]
solc = "0.8.25"
via_ir = true
src = "src"
out = "out"
libs = ["lib"]
ffi = true
ast = true
build_info = true
extra_output = ["storageLayout"]
ffi = true
libs = ["lib"]
out = "out"
solc = "0.8.25"
src = "src"
via_ir = true

[fmt]
bracket_spacing = false
Expand All @@ -18,4 +18,6 @@ number_underscore = "thousands"
quote_style = "double"
tab_width = 4

[rpc_endpoints] # test on local anvil which forked sepolia
default = "http://127.0.0.1:8545"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
2 changes: 1 addition & 1 deletion src/iBTC_VaultConfigurator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {DelegatorFactory} from "@symbiotic/contracts/DelegatorFactory.sol";
import {SlasherFactory} from "@symbiotic/contracts/SlasherFactory.sol";
import {VaultFactory} from "@symbiotic/contracts/VaultFactory.sol";
import {IVaultConfigurator} from "@symbiotic/interfaces/IVaultConfigurator.sol";

import {IVault} from "core/src/interfaces/vault/IVault.sol";
import {iBTC_Vault} from "./iBTC_Vault.sol";

contract VaultConfigurator is IVaultConfigurator {
Expand Down
Loading

0 comments on commit 467eb79

Please sign in to comment.