Skip to content

Commit

Permalink
hide relay options
Browse files Browse the repository at this point in the history
holic committed Apr 28, 2024
1 parent d9672df commit e3d101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account-kit/src/steps/deposit/useSourceChains.ts
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ export function useSourceChains(): readonly SourceChain[] {
? ["transfer"]
: [
canBridge && portalAddress ? ("bridge" as const) : undefined,
canRelay && relayChain ? ("relay" as const) : undefined,
// canRelay && relayChain ? ("relay" as const) : undefined,
].filter(isDefined)
) satisfies SourceChain["depositMethods"];

0 comments on commit e3d101f

Please sign in to comment.