From 73f5fc073820871078f658de283134d1d8e07603 Mon Sep 17 00:00:00 2001 From: MGlolenstine Date: Sun, 18 Sep 2022 11:21:10 +0200 Subject: [PATCH] Added snapshot_mints.json. Added `snapshot_mints.json` file that matches the command PR [here](https://github.com/space-operator/space-operator/pull/56). --- nodes/solana/snapshot_mints.json | 68 ++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 nodes/solana/snapshot_mints.json diff --git a/nodes/solana/snapshot_mints.json b/nodes/solana/snapshot_mints.json new file mode 100644 index 0000000..b274904 --- /dev/null +++ b/nodes/solana/snapshot_mints.json @@ -0,0 +1,68 @@ +{ + "type": "native", + "data": { + "node_id": "snapshot_mints", + "version": "0.1", + "display_name": "Snapshot Mints", + "description": "", + "width": 200, + "height": 110, + "backgroundColor": "#fff" + }, + "sources": [ + ], + "targets": [ + { + "name": "creator", + "type_bounds": [ + "string" + ], + "required": false, + "defaultValue": "", + "tooltip": "", + "passthrough": false + } + { + "name": "position", + "type_bounds": [ + "u64" + ], + "required": true, + "defaultValue": "", + "tooltip": "", + "passthrough": false + } + { + "name": "update_authority", + "type_bounds": [ + "string" + ], + "required": false, + "defaultValue": "", + "tooltip": "", + "passthrough": false + } + { + "name": "v2", + "type_bounds": [ + "bool" + ], + "required": true, + "defaultValue": "", + "tooltip": "", + "passthrough": false + } + { + "name": "output", + "type_bounds": [ + "string" + ], + "required": true, + "defaultValue": "", + "tooltip": "", + "passthrough": false + } + ], + "targets_form.json_schema": {}, + "targets_form.ui_schema": {} +}