aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/migrations/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contracts/migrations/index.ts')
-rw-r--r--packages/contracts/migrations/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/migrations/index.ts b/packages/contracts/migrations/index.ts
index a44d011da..47ae7044d 100644
--- a/packages/contracts/migrations/index.ts
+++ b/packages/contracts/migrations/index.ts
@@ -8,7 +8,7 @@ import { runMigrationsAsync } from './migrate';
const deployerOpts = {
artifactsDir: path.resolve('src', 'artifacts'),
- jsonrpcPort: devConstants.RPC_PORT,
+ jsonrpcUrl: devConstants.RPC_URL,
networkId: constants.TESTRPC_NETWORK_ID,
defaults: {
gas: devConstants.GAS_ESTIMATE,