Skip to content

Commit

Permalink
refactor: use newly safe cosmic-proto top level
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jul 22, 2024
1 parent 9fc41b8 commit 7dd34e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @file Use-object for the owner of a localchain account */
import { typedJson } from '@agoric/cosmic-proto/vatsafe';
import { typedJson } from '@agoric/cosmic-proto';
import { AmountShape, PaymentShape } from '@agoric/ertp';
import { makeTracer } from '@agoric/internal';
import { Shape as NetworkShape } from '@agoric/network';
Expand Down
2 changes: 1 addition & 1 deletion packages/vats/src/proposals/localchain-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @ts-check
import { heapVowE as E } from '@agoric/vow/vat.js';
import { typedJson } from '@agoric/cosmic-proto/vatsafe';
import { typedJson } from '@agoric/cosmic-proto';

/**
* @param {BootstrapPowers & {
Expand Down

0 comments on commit 7dd34e3

Please sign in to comment.