Skip to content

Commit

Permalink
Update Asset Hub DOT existential deposit (#124)
Browse files Browse the repository at this point in the history
Should be 0.01 DOT
  • Loading branch information
tien authored Apr 12, 2024
1 parent 1f5e2ee commit 86e836c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/assethub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const assetHubPolkadotTokensConfig: Record<string, ExtendedToken> = {
name: "DOT",
symbol: "DOT",
decimals: 10,
ed: "10000000000",
ed: "100000000",
toRaw: () => "NATIVE",
},
USDT: {
Expand Down

0 comments on commit 86e836c

Please sign in to comment.