Skip to content

Commit

Permalink
update (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 authored Aug 17, 2023
1 parent ed9225c commit d25b093
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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-9"
"stableVersion": "0.1.5-10"
}
3 changes: 3 additions & 0 deletions src/adapters/acala/karura-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,10 @@ export const karuraRouteConfigs = createRouteConfigs("karura", [

export const karuraTokensConfig: Record<string, BasicToken> = {
KAR: { name: "KAR", symbol: "KAR", decimals: 12, ed: "100000000000" },
// kusd, ausd, aseed are same
KUSD: { name: "KUSD", symbol: "KUSD", decimals: 12, ed: "10000000000" },
aUSD: { name: "aUSD", symbol: "aUSD", decimals: 12, ed: "10000000000" },
aSEED: { name: "aSEED", symbol: "aSEED", decimals: 12, ed: "10000000000" },
LKSM: { name: "LKSM", symbol: "LKSM", decimals: 12, ed: "500000000" },
SDN: { name: "SDN", symbol: "SDN", decimals: 18, ed: "10000000000000000" },
BNC: { name: "BNC", symbol: "BNC", decimals: 12, ed: "8000000000" },
Expand Down

0 comments on commit d25b093

Please sign in to comment.