From a342054d0d16cc702b3eac57202ebf60d6e96451 Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Thu, 25 Apr 2024 15:20:26 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0ac248..ccb5c78 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ It's super easy to get a Wallet and/or Contract API in place all at once. Take a import naxios from '@wpdas/naxios' const naxiosInstance = new naxios({ - rpcNodeUrl: 'free.rpc.fastnear.com', // optional + rpcNodeUrl: 'https://free.rpc.fastnear.com', // optional contractId: CONTRACT_ID, network: 'testnet', })