Skip to content

Commit 88a8859

Browse files
Merge branch 'deployment'
2 parents cb052a1 + 3ba6a10 commit 88a8859

1,078 files changed

Lines changed: 38373 additions & 51557 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ ignition/deployments/chain-31337
4545
# Soldeer
4646
/dependencies
4747
soldeer.lock
48+
49+
script/ts-script

SCRIPT_USAGE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,15 @@ The proper sequence for setting up the TermMax system is as follows:
122122
./script.sh <network> deploy:vault --broadcast
123123
```
124124

125+
Deploy v1plus vault:
126+
```bash
127+
./script.sh eth-mainnet deploy:vault-v1-plus
128+
```
129+
9. **Update GT Capacity**: Change MARKET_ADDRESS and NEW_GT_CAPACITY values.
130+
```bash
131+
./script.sh eth-mainnet script:UpdateGtCapacity
132+
./script.sh eth-mainnet script:UpdateGtCapacity --broadcast
133+
```
125134
Following this sequence ensures that contracts are deployed with the correct dependency chain and permissions setup.
126135

127136
## PreTMX Token Deployment

0 commit comments

Comments
 (0)