Skip to content

Commit

Permalink
fix: update new testnet relayer url
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Aug 2, 2024
1 parent 1f9ea66 commit a022a3a
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 @@ -101,7 +101,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 a022a3a

Please sign in to comment.