Skip to content

Commit

Permalink
Add currency id to RelayChain type
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Apr 1, 2024
1 parent dc5f387 commit 4475b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/types/RelayChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type RelayChain = {
light?: string
}
currency?: {
id?: string
symbol?: string
name?: string
decimals?: number
Expand Down

0 comments on commit 4475b31

Please sign in to comment.