Skip to content

Commit

Permalink
Merge pull request #93 from IndexCoop/feat/add-icusd-router
Browse files Browse the repository at this point in the history
feat: add icusd router
  • Loading branch information
janndriessen authored Nov 15, 2024
2 parents f47ae0a + 2c13b64 commit 9a5da57
Show file tree
Hide file tree
Showing 45 changed files with 1,164 additions and 845 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- run: npm run test:builders
- run: npm run test:quotes
- run: npm run test:base
- run: npm run test:ic21
- run: npm run test:icusd
- run: npm run test:hyeth
# - run: npm run test:btc2x
Expand Down
7 changes: 7 additions & 0 deletions docs/icusd/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# icUSD

## Composition Updates

1. Update wrap data according to the new composition watching integration names [here](src/utils/wrap-data.ts)
2. Update wrap data tests accordingly
3. Make sure nothing changes about how to generate the (issuance) amounts for the different components in the [component swap data](src/utils/component-swap-data.ts)
Loading

0 comments on commit 9a5da57

Please sign in to comment.