File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ import {TSAShareHandler} from "../src/tokenizedSubaccounts/TSAShareHandler.sol";
31
31
// 2. Choose between Covered Call or PP TSA in the run() function
32
32
// 3. Run the script with:
33
33
// PRIVATE_KEY=... MARKET_NAME=weETH forge script scripts/upgrade-tsa.s.sol --rpc-url https://rpc-prod-testnet-0eakp60405.t.conduit.xyz --verify --verifier blockscout --verifier-url https://explorer-prod-testnet-0eakp60405.t.conduit.xyz/api --broadcast --sender 0x000000a94c901aa5d4da1157b2dd1c4c6b69815e --priority-gas-price 1
34
+ // 4. Whitelist vault subaccount in v2-core Base Asset:
35
+ // cast send --private-key <pk> --rpc-url https://rpc-prod-testnet-0eakp60405.t.conduit.xyz <v2-core base asset address> "setSubAccountWL(uint256,bool)" <vault subaccount> true
34
36
35
37
contract DeployTSA is Utils {
36
38
CollateralManagementTSA.CollateralManagementParams
You can’t perform that action at this time.
0 commit comments