Skip to content

Commit

Permalink
Update packages/rpc/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Till <31419678+tifrel@users.noreply.github.com>
  • Loading branch information
rubenmarcus and tifrel authored Aug 20, 2024
1 parent 4a413c2 commit 7fdcf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This module provides a wrapper around common RPC calls used to fetch on-chain da
We now accepts rpcUrl in each method, so you can pass your own RPC regarding one of those on the list:
`packages/rpc/src/util.ts#9`

if **rpcUrl** not passed, it will fallback to near rpc mainnet.
If `rpcUrl` is not passed, it will fallback to the `https://rpc.mainnet.near.org`.

### `getBalance(account: string, rpcUrl?: string): BN`

Expand Down

0 comments on commit 7fdcf40

Please sign in to comment.