Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions a3p-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"agoricSyntheticChain": {
"fromTag": "use-ymax-alpha4"
"fromTag": "use-upgrade-22"
},
"scripts": {
"build": "yarn run build:sdk && yarn run build:submissions && yarn run build:synthetic-chain",
Expand All @@ -16,7 +16,7 @@
"doctor": "yarn synthetic-chain doctor"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.6.1"
"@agoric/synthetic-chain": "^0.6.5"
},
"devDependencies": {
"eslint": "^8.57.1",
Expand Down
2 changes: 1 addition & 1 deletion a3p-integration/proposals/f:ymax0-restart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/client-utils": "dev",
"@agoric/synthetic-chain": "^0.6.1",
"@agoric/synthetic-chain": "^0.6.5",
"@endo/far": "^1.1.14",
"@endo/init": "^1.1.12",
"@endo/pass-style": "^1.6.3",
Expand Down
1,151 changes: 493 additions & 658 deletions a3p-integration/proposals/f:ymax0-restart/yarn.lock

Large diffs are not rendered by default.

This file was deleted.

2 changes: 1 addition & 1 deletion a3p-integration/proposals/g:ymax1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@agoric/client-utils": "dev",
"@agoric/synthetic-chain": "patch:@agoric/synthetic-chain@npm%3A0.6.1#~/.yarn/patches/@agoric-synthetic-chain-npm-0.6.1-f801222832.patch",
"@agoric/synthetic-chain": "^0.6.5",
"@endo/far": "^1.1.14",
"@endo/init": "^1.1.12",
"@endo/pass-style": "^1.6.3",
Expand Down
Loading
Loading