near / near-workspaces-js

Write tests once, run them both on NEAR TestNet and a controlled NEAR Sandbox local environment
https://near.github.io/near-workspaces-js/
GNU General Public License v3.0
42 stars 21 forks source link

Add ability to set custom RPC URL #131

Closed volovyks closed 2 years ago

volovyks commented 2 years ago

Since we are moving towards paid RPC Servers, we should not hardcode them.

volovyks commented 2 years ago

@ailisp looks like we already can set RPC URL: https://github.com/near/workspaces-js/blob/main/packages/js/src/types.ts#L62