diff --git a/config.js b/config.js index 84fc2ae7..b80fbe07 100644 --- a/config.js +++ b/config.js @@ -17,7 +17,7 @@ function getConfig(env) { case 'development': case 'testnet': return { - networkId: 'default', + networkId: 'testnet', nodeUrl: 'https://rpc.testnet.near.org', contractName: CONTRACT_NAME, walletUrl: 'https://wallet.testnet.near.org',