Skip to content

Commit

Permalink
fix: edit polkadot network form touch detection (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops committed Sep 10, 2024
1 parent d906cc6 commit 22c2cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const chainToFormData = (
nativeTokenCoingeckoId: nativeToken?.coingeckoId ?? "",
nativeTokenLogoUrl: nativeToken?.logo ?? null,
accountFormat: chain.account,
subscanUrl: chain.subscanUrl,
subscanUrl: chain.subscanUrl ?? "",
rpcs:
chain?.rpcs?.map((rpc) => ({ url: rpc.url, genesisHash: chain.genesisHash ?? undefined })) ??
[],
Expand Down

0 comments on commit 22c2cf5

Please sign in to comment.