Skip to content

Commit

Permalink
Update client/src/lib/utils/networkData.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Bullrich <[email protected]>
  • Loading branch information
mordamax and Bullrich authored Feb 8, 2024
1 parent b0914da commit ff676e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/lib/utils/networkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const Trappist: NetworkData = {

export const Networks: { network: NetworkData; url: string }[] = [
{ network: Rococo, url: (base as string) || "/" },
{ network: Paseo, url: (base as string) || "/paseo" },
{ network: Paseo, url: `${base as string}/paseo`},
{ network: Westend, url: `${base as string}/westend` },
{ network: Trappist, url: `${base as string}/trappist` },
];
Expand Down

0 comments on commit ff676e3

Please sign in to comment.