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({