Skip to content

Commit

Permalink
Merge pull request #292 from bnb-chain/wenty/aggregator
Browse files Browse the repository at this point in the history
refactor: refactor token price
  • Loading branch information
wenty22 authored Jan 22, 2025
2 parents 6d9c5b6 + 4faf703 commit 14e6b03
Show file tree
Hide file tree
Showing 37 changed files with 1,895 additions and 330 deletions.
3 changes: 2 additions & 1 deletion .release/.changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@bnb-chain/canonical-bridge-widget": "0.5.18"
},
"changesets": [
"blue-goats-shave"
"blue-goats-shave",
"thick-donkeys-kneel"
]
}
6 changes: 6 additions & 0 deletions .release/.changeset/thick-donkeys-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bnb-chain/canonical-bridge-widget": patch
"@bnb-chain/canonical-bridge-sdk": patch
---

Remove unused code
1 change: 1 addition & 0 deletions apps/canonical-bridge-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"prisma:migrate:div": "npx dotenv -e .env -- npx prisma migrate dev"
},
"dependencies": {
"@bnb-chain/canonical-bridge-sdk": "workspace:*",
"@nestjs/axios": "~3.0.3",
"@nestjs/bullmq": "~10.2.1",
"@nestjs/cache-manager": "~2.2.2",
Expand Down
Loading

0 comments on commit 14e6b03

Please sign in to comment.