Skip to content

Commit

Permalink
fix: add moonbeam ldot token configs (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Mar 11, 2024
1 parent 94edbe2 commit 2a31ecf
Show file tree
Hide file tree
Showing 2 changed files with 10 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-35"
"stableVersion": "0.1.5-36"
}
9 changes: 9 additions & 0 deletions src/adapters/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ const moonbeamTokensConfig: Record<string, ExtendedToken> = {
ForeignAsset: "42259045809535163221576417993425387648",
}),
},
LDOT: {
name: "LDOT",
symbol: "LDOT",
decimals: 10,
ed: "500000000",
toRaw: () => ({
ForeignAsset: "22571952218199846829411730904177935381",
}),
},
ACA: {
name: "ACA",
symbol: "ACA",
Expand Down

0 comments on commit 2a31ecf

Please sign in to comment.