You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following are the high-level steps required to use Maglev:
50
50
* Deploy the desired Maglev contract, choosing parameters such as the vaults, debt limits, and the desired `fee`
51
51
* Note that the Maglev contract must be created after the funds are deposited, because its constructor will read the current debts and balances to setup its reserves cache
52
52
* Install the Maglev contract as an operator for your account
53
-
* Invoke the `configure()` function on the Maglev contract
53
+
* Invoke the `activate()` function on the Maglev contract
54
54
* This function can be invoked by anyone, and it is harmless to re-invoke it
55
55
56
56
At this point, anyone can invoke `swap()` on the Maglev contract, and this will perform borrowing and transferring activity between the two vaults.
0 commit comments