Skip to content

Commit

Permalink
fixup! fix: store maps in baggage
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Sep 23, 2023
1 parent ca01699 commit 082dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agoric/contract/src/kreadKit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { updateCollectionMetrics } from './market-metrics.js';
import { assert, details as X } from '@agoric/assert';
import { AmountMath, BrandShape } from '@agoric/ertp';
import { makeScalarBigMapStore, prepareExoClassKit, M } from '@agoric/vat-data';
import { prepareExoClassKit, M } from '@agoric/vat-data';
import { makeDurableZone } from '@agoric/zone/durable.js';

import { E } from '@endo/eventual-send';
Expand Down

0 comments on commit 082dc1b

Please sign in to comment.