Skip to content

Commit 4306dac

Browse files
committed
Tweak Chainport URL
1 parent 1061ebb commit 4306dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/BridgeDropdown/BridgeDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function BridgeLink({ direction }: { direction: "out" | "in" }) {
8383
href={
8484
direction === "out"
8585
? "https://bridge.ironfish.network/"
86-
: "https://app.chainport.io/?from=ETHEREUM&to=IRONFISH"
86+
: "https://app.chainport.io/?from=ETHEREUM&token=USDC&to=IRONFISH&token=USDC"
8787
}
8888
target="_blank"
8989
rel="noreferrer"

0 commit comments

Comments
 (0)