Skip to content

Commit

Permalink
Merge pull request #58 from reservoirprotocol/ted/add-currency-id
Browse files Browse the repository at this point in the history
Add currency id to RelayChain type
  • Loading branch information
ted-palmer authored Apr 1, 2024
2 parents 4b6605f + 952b5a6 commit 72a70a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-snails-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-sdk': patch
---

Add currency id to RelayChain type
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 72a70a0

Please sign in to comment.