From 410d4b9d8a7ae9464ce944437da2353bce531049 Mon Sep 17 00:00:00 2001 From: felix11 Date: Sat, 25 Jul 2026 16:38:42 +0400 Subject: [PATCH] chore: point mainnet Pyth JSON-RPC default at Triton endpoint --- src/models/blockchain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/blockchain.ts b/src/models/blockchain.ts index f559dd9..f3b9a86 100644 --- a/src/models/blockchain.ts +++ b/src/models/blockchain.ts @@ -45,7 +45,7 @@ export class Blockchain { url: options.network === 'testnet' ? 'https://fullnode.testnet.sui.io/' - : 'https://fullnode.mainnet.sui.io/', + : 'https://alphalen-suimain-ef6f.mainnet.sui.rpcpool.com/', network: options.network === 'testnet' ? 'testnet' : 'mainnet', }); this.gqlClient = new SuiGraphQLClient({