Skip to content

Commit 5a885a1

Browse files
committed
commit current config for all networks
1 parent 1c26eb5 commit 5a885a1

File tree

3 files changed

+112
-0
lines changed

3 files changed

+112
-0
lines changed

scripts/config-1.json

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"contracts": {
3+
"tokens": [
4+
{
5+
"name": "Spiko EU T-Bills Money Market Fund",
6+
"symbol": "EUTBL",
7+
"decimals": 5,
8+
"oracle": { "decimals": 6, "quote": "EUR" }
9+
},
10+
{
11+
"name": "Spiko US T-Bills Money Market Fund",
12+
"symbol": "USTBL",
13+
"decimals": 5,
14+
"oracle": { "decimals": 6, "quote": "USD" }
15+
}
16+
],
17+
"fns": {
18+
"tokens[]-mint": ["operator-daily"],
19+
"tokens[]-burn": ["burner"],
20+
"tokens[]-pause": ["operator-exceptional"],
21+
"tokens[]-unpause": ["operator-exceptional"],
22+
"tokens[]-transfer": ["whitelisted"],
23+
"oracles[]-publishPrice": ["operator-oracle"],
24+
"redemption-executeRedemption": ["operator-daily"]
25+
}
26+
},
27+
"roles": {
28+
"admin": {
29+
"members": ["0x4EAA52B6280593a8820C45cE38f974290Ae52Cea"]
30+
},
31+
"operator-exceptional": {
32+
"admins": ["admin"],
33+
"members": ["0xa4F97076721C78b050C2Cd6A1bf7b442d801Fb4a"]
34+
},
35+
"operator-daily": {
36+
"admins": ["admin"],
37+
"members": ["0x60a98F4B7d6e3f0B71d9ad3DD74B6A416f00C84A"]
38+
},
39+
"operator-oracle": {
40+
"admins": ["admin"],
41+
"members": ["0x60a98F4B7d6e3f0B71d9ad3DD74B6A416f00C84A"]
42+
},
43+
"burner": {
44+
"admins": ["admin"],
45+
"members": ["redemption"]
46+
},
47+
"whitelister": {
48+
"admins": ["admin"],
49+
"members": ["0x60a98F4B7d6e3f0B71d9ad3DD74B6A416f00C84A"]
50+
},
51+
"whitelisted": {
52+
"admins": ["whitelister"],
53+
"members": ["redemption"]
54+
}
55+
}
56+
}

scripts/config-137.json

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"contracts": {
3+
"tokens": [
4+
{
5+
"name": "Spiko EU T-Bills Money Market Fund",
6+
"symbol": "EUTBL",
7+
"decimals": 5,
8+
"oracle": { "decimals": 6, "quote": "EUR" }
9+
},
10+
{
11+
"name": "Spiko US T-Bills Money Market Fund",
12+
"symbol": "USTBL",
13+
"decimals": 5,
14+
"oracle": { "decimals": 6, "quote": "USD" }
15+
}
16+
],
17+
"fns": {
18+
"tokens[]-mint": ["operator-daily"],
19+
"tokens[]-burn": ["burner"],
20+
"tokens[]-pause": ["operator-exceptional"],
21+
"tokens[]-unpause": ["operator-exceptional"],
22+
"tokens[]-transfer": ["whitelisted"],
23+
"oracles[]-publishPrice": ["operator-oracle"],
24+
"redemption-executeRedemption": ["operator-daily"]
25+
}
26+
},
27+
"roles": {
28+
"admin": {
29+
"members": ["0xa4196F06fe948b8Ca81D3dC77110d3f83d10ABD9"]
30+
},
31+
"operator-exceptional": {
32+
"admins": ["admin"],
33+
"members": ["0xF5f6447bdAf6a8DFaA0e53cF66aBcF967C4DCAB6"]
34+
},
35+
"operator-daily": {
36+
"admins": ["admin"],
37+
"members": ["0x54c3BdB934f9BF36a8851306475Eb68CD43a25b3"]
38+
},
39+
"operator-oracle": {
40+
"admins": ["admin"],
41+
"members": ["0x54c3BdB934f9BF36a8851306475Eb68CD43a25b3"]
42+
},
43+
"burner": {
44+
"admins": ["admin"],
45+
"members": ["redemption"]
46+
},
47+
"whitelister": {
48+
"admins": ["admin"],
49+
"members": ["0x54c3BdB934f9BF36a8851306475Eb68CD43a25b3"]
50+
},
51+
"whitelisted": {
52+
"admins": ["whitelister"],
53+
"members": ["redemption"]
54+
}
55+
}
56+
}
File renamed without changes.

0 commit comments

Comments
 (0)