-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinit_args.txt
41 lines (41 loc) · 1.48 KB
/
init_args.txt
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
33
34
35
36
37
38
39
40
41
record {
decimals = 8 : nat8;
fee = 0 : nat;
initial_account_balances = vec {
record {
account = record {
owner = principal "jm5gm-r5btc-kor5h-mkrva-sbubi-z2krh-3flug-4xr2v-bnkhf-w23cq-dae";
subaccount = opt vec { 0 : nat8; 0 : nat8; 0 : nat8; 0 : nat8 };
};
balance = 100_000_000 : nat;
};
record {
account = record {
owner = principal "jm5gm-r5btc-kor5h-mkrva-sbubi-z2krh-3flug-4xr2v-bnkhf-w23cq-dae";
subaccount = opt vec { 0 : nat8; 0 : nat8; 0 : nat8; 1 : nat8 };
};
balance = 200_000_000 : nat;
};
record {
account = record {
owner = principal "5g453-ogeid-pywgl-dn7nj-aiq5z-xohmn-4kbna-lyyot-ry5cp-5wcw4-kae";
subaccount = opt vec { 0 : nat8; 0 : nat8; 0 : nat8; 0 : nat8 };
};
balance = 300_000_000 : nat;
};
record {
account = record {
owner = principal "5g453-ogeid-pywgl-dn7nj-aiq5z-xohmn-4kbna-lyyot-ry5cp-5wcw4-kae";
subaccount = opt vec { 0 : nat8; 0 : nat8; 0 : nat8; 1 : nat8 };
};
balance = 400_000_000 : nat;
};
};
metadata = vec {};
minting_account = record {
owner = principal "jkpmw-aav35-wxvb3-lanyp-62lqw-fmtwc-cvqc3-jcn7p-6jtrt-x7csr-rae";
};
name = "Azle";
supported_standards = vec {};
symbol = "AZLE";
}