Skip to content

Commit d977988

Browse files
committed
chore(deps): add fast-usdc and yarn up to dedupe
1 parent 4c2be7c commit d977988

File tree

3 files changed

+552
-317
lines changed

3 files changed

+552
-317
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# proposal for deploying fast-usdc
2+
3+
Note that this will run after upgrade-next but for iteration speed it runs before n:upgrade-next in the build sequence.
4+
5+
A consequence of this is that it can't use `yarn link` to get `@agoric/fast-usdc` because it's not in the base image. Instead it sources the packages from NPM using `dev` to get the latest master builds.
6+

a3p-integration/proposals/f:fast-usdc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"license": "Apache-2.0",
1111
"dependencies": {
1212
"@agoric/client-utils": "dev",
13+
"@agoric/fast-usdc": "dev",
1314
"@agoric/synthetic-chain": "^0.4.3",
1415
"@endo/init": "^1.1.7",
1516
"ava": "^5.3.1"

0 commit comments

Comments
 (0)