Skip to content

Commit f1b4cf7

Browse files
authored
Merge pull request #599 from superform-xyz/SUP-8132
chore: remove timelocked and kyc from base setup, src & protocol actions
2 parents c3710af + f72de96 commit f1b4cf7

File tree

116 files changed

+671
-4888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+671
-4888
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ update:; forge update
3535
build :; FOUNDRY_PROFILE=production forge build
3636
build-unoptimized :; FOUNDRY_PROFILE=localdev forge build
3737
build-sizes :; FOUNDRY_PROFILE=production forge build --sizes
38-
test-vvv :; forge test --match-contract SuperRBACTest --evm-version cancun -vvvv
38+
test-vvv :; forge test --match-test test_xChainWithdrawFromVault_InvalidChainId --evm-version cancun -vv
3939
ftest :; forge test --evm-version cancun
4040
test-ci :; forge test --no-match-path "test/invariant/**/*.sol" --evm-version cancun
4141
coverage :; FOUNDRY_PROFILE=coverage forge coverage --no-match-path "test/invariant/**/*.sol" --no-match-contract SmokeTest --evm-version cancun --report lcov

script/utils/run_script_mainnet_new_chain.sh

Lines changed: 139 additions & 138 deletions
Large diffs are not rendered by default.

src/crosschain-data/extensions/TimelockStateRegistry.sol

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)