Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
dev-deploy to use x.test.near
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedotexe committed Apr 23, 2020
1 parent 59f662b commit 7c75f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/dev-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function createDevAccountIfNeeded({ near, keyStore, networkId, init }) {
}
}

const accountId = `dev-${Date.now()}`;
const accountId = `dev-${Date.now()}.test.near`;
const keyPair = await KeyPair.fromRandom('ed25519');
await near.accountCreator.createAccount(accountId, keyPair.publicKey);
await keyStore.setKey(networkId, accountId, keyPair);
Expand Down

0 comments on commit 7c75f74

Please sign in to comment.