Skip to content

Commit

Permalink
Merge pull request #367 from oraidex/fix/update-route
Browse files Browse the repository at this point in the history
fix bridge native token oraichain -> evm
  • Loading branch information
haunv3 authored Nov 19, 2024
2 parents a8e9247 + dfa07da commit 5aa6578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.1.21",
"version": "1.1.22",
"main": "build/index.js",
"files": [
"build/"
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/src/msg/chains/oraichain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ export class OraichainMsg extends ChainMsg {
msg: toUtf8(
JSON.stringify({
transfer_to_remote: {
msg
...msg
}
})
),
Expand Down

0 comments on commit 5aa6578

Please sign in to comment.