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 18, 2024
1 parent e5da669 commit 5e29996
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 621 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": "yarn@4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/proposals/a:upgrade-14/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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: 2 additions & 1 deletion a3p-integration/proposals/a:upgrade-14/post.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import test from 'ava';
import { getIncarnation } from '@agoric/synthetic-chain/src/lib/vat-status.js';

import { getIncarnation } from '@agoric/synthetic-chain';

test(`Smart Wallet vat was upgraded`, async t => {
const incarnation = await getIncarnation('walletFactory');
Expand Down
Loading

0 comments on commit 5e29996

Please sign in to comment.