Skip to content

Commit

Permalink
chore: rename fast-usdc pkg to include org
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Oct 30, 2024
1 parent 59e761b commit 33309e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/agoric-cli/src/sdk-package-names.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default [
"@agoric/deployment",
"@agoric/ertp",
"@agoric/eslint-config",
"@agoric/fast-usdc",
"@agoric/governance",
"@agoric/import-manager",
"@agoric/inter-protocol",
Expand Down Expand Up @@ -49,6 +50,5 @@ export default [
"@agoric/xsnap-lockdown",
"@agoric/zoe",
"@agoric/zone",
"agoric",
"fast-usdc"
"agoric"
];
6 changes: 0 additions & 6 deletions packages/fast-usdc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
Development package for the Fast USDC product.
Here in agoric-sdk as a convenience for integration testing and iterating on the SDK affordances required for the product.

# Naming

The package is `fast-usdc`, not `@agoric/fast-usdc`, because it's not part of the SDK.

It should not appear in the NPM directory. To this end the package is marked as private.

# Factoring

This package is meant to contain all the code for the Fast USDC product. However there are some constraints:
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-usdc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fast-usdc",
"name": "@agoric/fast-usdc",
"private": true,
"version": "0.1.0",
"description": "CLI and library for Fast USDC product",
Expand Down

0 comments on commit 33309e0

Please sign in to comment.