-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmanifest.json
More file actions
22 lines (22 loc) · 1.12 KB
/
Copy pathmanifest.json
File metadata and controls
22 lines (22 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"id": "multisend",
"name": "Multisend",
"version": "2.0.0",
"description": "Batch send TON and jettons to up to 254 recipients through Teleton's protected Highload Wallet v3 broker",
"author": { "name": "teleton", "url": "https://github.com/TONresistor" },
"license": "MIT",
"entry": "index.js",
"teleton": ">=0.9.0",
"sdkVersion": "^2.1.0",
"tools": [
{ "name": "multisend_info", "description": "Highload multisend wallet address, balance, deployment status, and sequence" },
{ "name": "multisend_fund", "description": "Fund the Highload multisend wallet from the agent wallet" },
{ "name": "multisend_batch_ton", "description": "Send TON to up to 254 recipients in one Highload Wallet v3 batch" },
{ "name": "multisend_batch_jetton", "description": "Send jettons to up to 254 recipients in one Highload Wallet v3 batch" },
{ "name": "multisend_status", "description": "Highload wallet state, timeout, cleanup, and subwallet info" }
],
"permissions": [],
"tags": ["batch", "ton", "airdrop", "wallet", "transfer"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}