Skip to content

Commit

Permalink
Merge pull request #1274 from near/fix-relayer-url
Browse files Browse the repository at this point in the history
fix: update new testnet relayer url
  • Loading branch information
gagdiez authored Aug 12, 2024
2 parents 7063855 + a022a3a commit 3742e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vm/VmInitializer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function VmInitializer() {
: 'https://wallet.near.org/fastauth',
relayerUrl:
networkId === 'testnet'
? 'http://34.70.226.83:3030/relay'
? 'https://near-relayer-testnet.api.pagoda.co/relay'
: 'https://near-relayer-mainnet.api.pagoda.co/relay',
}),
setupKeypom({
Expand Down

0 comments on commit 3742e3f

Please sign in to comment.