Skip to content

everything-dev: when out of allowance for deploy, prompt how to re-up #207

Description

@elliotBraem

During a deploy (like this one), you see:

Error: 
   0: Error: Access Key <ed25519:6YCW86N8qkTx2nZyKfqs2bJ592BWRSb6dRzi7VQ2eJie> for account <dev.everything.near> does not have enough allowance (0.225561504841242 NEAR) to cover transaction cost (0.300924829803945 NEAR).

Now the key must be deleted first:

near account delete-keys dev.everything.near public-keys ed25519:6YCW86N8qkTx2nZyKfqs2bJ592BWRSb6dRzi7VQ2eJie network-config mainnet

and then create a new one:

bun bos key publish

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions