## Config

Open file ‘/src/consts.ts’ , find below keywords to setup mainnet and testnet node IP.
````
export const MAIN_NODE = '127.0.0.1'
export const TEST_NODE = '127.0.0.1'
````