Skip to content

Commit

Permalink
fix: fix acala -> assets_hub crosschain fees (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 authored Mar 12, 2024
1 parent dead9ee commit cc76435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.5-37"
"stableVersion": "0.1.5-38"
}
2 changes: 1 addition & 1 deletion src/adapters/acala/acala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class BaseAcalaAdapter extends BaseCrossChainAdapter {
},
},
fun: {
Fungible: "100000000",
Fungible: "160000000",
},
},
},
Expand Down

0 comments on commit cc76435

Please sign in to comment.