diff --git a/contract/test/snapshots/test-launchIt.js.md b/contract/test/snapshots/test-launchIt.js.md new file mode 100644 index 0000000..e2bda3d --- /dev/null +++ b/contract/test/snapshots/test-launchIt.js.md @@ -0,0 +1,83 @@ +# Snapshot report for `test/test-launchIt.js` + +The actual snapshot is saved in `test-launchIt.js.snap`. + +Generated by [AVA](https://avajs.dev). + +## start launchIt instance to launch token + +> boardAux for launchIt, contractStarter instances +> The example below illustrates the schema of the data published there. +> +> See also board marshalling conventions (_to appear_). + + [ + [ + 'published.boardAux.board0188', + { + label: 'BRD-launch', + terms: { + brands: { + BRD: Object @Alleged: BRD brand#board0639 {}, + Deposit: Object @Alleged: MNY brand#board02810 {}, + Share: Object @Alleged: Share brand#board05311 {}, + }, + deadline: { + absValue: 10n, + timerBrand: Object @Alleged: timerBrand#board04312 {}, + }, + issuers: { + BRD: Object @Alleged: BRD issuer#board00613 {}, + Deposit: Object @Alleged: MNY issuer#board02314 {}, + Share: Object @Alleged: Share issuer#board05815 {}, + }, + name: 'BRD', + supplyQty: 1000000n, + }, + }, + ], + [ + 'published.boardAux.board0371', + { + label: 'contractStarter', + terms: { + agoricNames: Object @Alleged: NameHubKit nameHub#board0592 {}, + brands: { + Fee: Object @Alleged: ZDEFAULT brand#board0223 {}, + Invitation: Object @Alleged: Zoe Invitation brand#board0074 {}, + }, + issuers: { + Fee: Object @Alleged: ZDEFAULT issuer#board0425 {}, + Invitation: Object @Alleged: Zoe Invitation issuer#board0566 {}, + }, + namesByAddress: Object @Alleged: Hub work-around#board0257 {}, + prices: { + board: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 2000000n, + }, + installBundleID: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 2000000n, + }, + priceAuthority: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 2000000n, + }, + startInstance: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 10000000n, + }, + storageNode: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 5000000n, + }, + timerService: { + brand: Object @Alleged: ZDEFAULT brand#board0223 {}, + value: 4000000n, + }, + }, + }, + }, + ], + ] diff --git a/contract/test/snapshots/test-launchIt.js.snap b/contract/test/snapshots/test-launchIt.js.snap new file mode 100644 index 0000000..422c064 Binary files /dev/null and b/contract/test/snapshots/test-launchIt.js.snap differ