Skip to content

Commit

Permalink
near/devnet: lets add more
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel committed Sep 13, 2022
1 parent 3e8074b commit 1f518e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near/devnet_deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function initNear() {
let resp = await masterAccount.createAccount(
"devnet.test.near",
da.publicKey,
new BN(10).pow(new BN(25))
new BN(10).pow(new BN(27))
);

console.log("devnet.test.near funded");
Expand Down

0 comments on commit 1f518e9

Please sign in to comment.