Skip to content

Add Snapshot option for Metaplex Sugar Airdrop. #227

@xjbar

Description

@xjbar

Sugar Airdrop tool requires a specific JSON format for the airdrop list.

It will not run if it isn't in the correct format.

This is the format that it requires the JSON file to be in.

            {
            "address1": number_of_tokens,
            "address2": number_of_tokens
            }

It also looks for the JSON file name to be

airdrop_list.json

So defaulting the .json output to that filename would be a good bonus too.

Attached is an example airdrop_list.json that follows the above criteria.

airdrop_list_json_example

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions