Skip to content

Commit

Permalink
chore(a3p): bump synthetic-chain to 0.0.6-4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 13, 2024
1 parent 0b62429 commit 47be563
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 622 deletions.
2 changes: 1 addition & 1 deletion a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"doctor": "./node_modules/.bin/synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.0.5-3",
"@agoric/synthetic-chain": "^0.0.6-4",
"tsx": "^4.7.0"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@agoric/synthetic-chain": "^0.0.5-3",
"@agoric/synthetic-chain": "^0.0.6-4",
"ava": "^5.3.1"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions a3p-integration/proposals/a:upgrade-next/post.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';

import { getIncarnation } from '@agoric/synthetic-chain/src/lib/vat-status.js';
import { getIncarnation } from '@agoric/synthetic-chain';

test(`Ensure Network Vat was installed`, async t => {
const incarnation = await getIncarnation('network');
Expand All @@ -18,4 +18,3 @@ test(`Zoe vat was upgraded`, async t => {

t.is(incarnation, 1);
});

Loading

0 comments on commit 47be563

Please sign in to comment.