Skip to content

Commit

Permalink
Merge pull request #199 from reservoirprotocol/ted/add-supports-bridg…
Browse files Browse the repository at this point in the history
…ing-to-relay-chain

Add supports bridging to Relay Chain
  • Loading branch information
ted-palmer authored Jul 29, 2024
2 parents f4f8e83 + ec9b20f commit 3a0b819
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-vans-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-sdk': patch
---

Add supportsBridging to Relay Chain
1 change: 1 addition & 0 deletions packages/sdk/src/types/RelayChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type RelayChain = {
symbol?: string
name?: string
decimals?: number
supportsBridging?: boolean
}
depositEnabled?: boolean
blockProductionLagging?: boolean
Expand Down

0 comments on commit 3a0b819

Please sign in to comment.