-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccounts_template.json
More file actions
32 lines (32 loc) · 871 Bytes
/
Copy pathaccounts_template.json
File metadata and controls
32 lines (32 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"issuer_treasury": {
"address": "YOUR_WALLET_ADDRESS_HERE",
"secret": "YOUR_WALLET_SECRET_HERE",
"label": "Issuer/Treasury"
},
"operator_a": {
"address": "YOUR_WALLET_ADDRESS_HERE",
"secret": "YOUR_WALLET_SECRET_HERE",
"label": "UAE Post"
},
"operator_b": {
"address": "YOUR_WALLET_ADDRESS_HERE",
"secret": "YOUR_WALLET_SECRET_HERE",
"label": "Kenya Post"
},
"solana_mint_address": "YOUR_SPL_MINT_ADDRESS_HERE",
"solana": {
"treasury": {
"public_key": "YOUR_SOLANA_PUBLIC_KEY_HERE",
"private_key": "YOUR_SOLANA_PRIVATE_KEY_HERE"
},
"operator_a": {
"public_key": "YOUR_SOLANA_PUBLIC_KEY_HERE",
"private_key": "YOUR_SOLANA_PRIVATE_KEY_HERE"
},
"operator_b": {
"public_key": "YOUR_SOLANA_PUBLIC_KEY_HERE",
"private_key": "YOUR_SOLANA_PRIVATE_KEY_HERE"
}
}
}