Skip to content

Commit 484bc4a

Browse files
committed
watcher: fix transaction rpc
1 parent 4cbc0d2 commit 484bc4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

watcher/src/utils/near.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ import {
1010
WormholePublishEventLog,
1111
} from '../types/near';
1212

13+
// The following is obtained by going to: https://explorer.near.org/accounts/contract.wormhole_crypto.near
14+
// and watching the network tab in the browser to see where the explorer is going.
1315
const NEAR_EXPLORER_TRANSACTION_URL =
14-
'https://backend-mainnet-1713.onrender.com/trpc/transaction.listByAccountId';
16+
'https://explorer-backend-mainnet-prod-24ktefolwq-uc.a.run.app/trpc/transaction.listByAccountId';
1517
export const NEAR_ARCHIVE_RPC = 'https://archival-rpc.mainnet.near.org';
1618

1719
export const getNearProvider = async (rpc: string): Promise<Provider> => {

0 commit comments

Comments
 (0)