Skip to content

Commit

Permalink
Fix bad relayer url gen (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 authored Jul 11, 2023
1 parent 83a2400 commit 201a821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ const genUrls = (network: string) => {
return {
rpcUrl,
relayer: {
url: relayerURL(rpcUrl),
url: relayerURL(network),
provider: {
url: rpcUrl,
}
Expand Down

0 comments on commit 201a821

Please sign in to comment.