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
Removed the code relating to 'setupBasicMints' and adjusted the example:
// In this scenario, purses are created for two different assays.
// We provide Units, containing an extent, from the Moola and Simolean assays to create the appropriate purses.
const aliceMoolaPurse = moolaMint.mint(moolaAssay.makeUnits(3));
const aliceSimoleanPurse = simoleanMint.mint(simoleanAssay.makeUnits(0));
https://github.com/Agoric/Documentation/blob/master/main/ertp/api/assay.md#assaymakeunitsextent
It's not clear to me where the '../setupBasicMints' module comes from
The text was updated successfully, but these errors were encountered: