Skip to content

Commit

Permalink
test(launchIt): generated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 22, 2024
1 parent 238fe30 commit 9d5a04c
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions contract/test/snapshots/test-launchIt.js.md
Original file line number Diff line number Diff line change
@@ -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,
},
},
},
},
],
]
Binary file added contract/test/snapshots/test-launchIt.js.snap
Binary file not shown.

0 comments on commit 9d5a04c

Please sign in to comment.