Skip to content

Commit

Permalink
chore: bump sdk nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 918773f commit 5f45945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-ways-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@swapkit/plugin-kado": minor
---

Nightly release
2 changes: 1 addition & 1 deletion packages/plugins/kado/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function plugin({ config: { kadoApiKey } }: SwapKitPluginParams<{ kadoApiKey: st
partner: "fortress",
amount: buyAsset.getValue("string"),
asset: asset.symbol,
blockchain: asset.chain,
blockchain: ChainToKadoChain(asset.chain),
currency,
};

Expand Down

0 comments on commit 5f45945

Please sign in to comment.