Skip to content

Fix package description to match actual lending token flow - #30

Open
leonschh wants to merge 1 commit into
circlefin:masterfrom
leonschh:patch-1
Open

Fix package description to match actual lending token flow#30
leonschh wants to merge 1 commit into
circlefin:masterfrom
leonschh:patch-1

Conversation

@leonschh

Copy link
Copy Markdown

The package.json description incorrectly says the demo uses USDC as collateral and ARCT as the borrowed token.

The deployment configuration uses the opposite flow:

  • cirBTC is passed as the collateral token.
  • The deployed mock USDC is passed as the lending/loan token.
  • The deployment summary explicitly describes the flow as deposit cirBTC as collateral and borrow USDC.

This is also consistent with the token parameters in contracts/LendingBorrowing.sol, where the first constructor argument is the collateral token and the second is the lending token.

Update the package description to match the actual deployment configuration.

This is a metadata-only correction and does not change app behavior.

The `package.json` description incorrectly says the demo uses **USDC as collateral and ARCT as the borrowed token**.

The deployment configuration uses the opposite flow:

- `cirBTC` is passed as the collateral token.
- The deployed mock `USDC` is passed as the lending/loan token.
- The deployment summary explicitly describes the flow as **deposit cirBTC as collateral and borrow USDC**.

Update the package description to match the actual deployment configuration.

This is a metadata-only correction and does not change app behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant