Skip to content

Commit

Permalink
Update usdt fee config (#114)
Browse files Browse the repository at this point in the history
* feat: update version

* feat: update USDT fee configs
  • Loading branch information
qwer951123 authored Feb 26, 2024
1 parent 7beaebc commit dbf3add
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-32"
"stableVersion": "0.1.5-33"
}
2 changes: 1 addition & 1 deletion src/adapters/acala/acala-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const acalaRouteConfigs = createRouteConfigs("acala", [
to: "statemint",
token: "USDT",
xcm: {
fee: { token: "DOT", amount: "100000000" },
fee: { token: "DOT", amount: "160000000" },
},
},
{
Expand Down

0 comments on commit dbf3add

Please sign in to comment.