Skip to content

Commit 853a960

Browse files
committed
remove unused config
1 parent 05aac57 commit 853a960

File tree

1 file changed

+0
-147
lines changed

1 file changed

+0
-147
lines changed

config/example.toml

Lines changed: 0 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,150 +1,3 @@
1-
[signer]
2-
# the id represents actions and outptus for signer group
3-
app-id = "bdee2414-045b-31b7-b8a7-7998b36f5c93"
4-
# the id represents actions and outptus for keeper group
5-
keeper-app-id = "ac495e24-72a5-3c53-aa33-8f90cf007b9d"
6-
store-dir = "/tmp/safe/signer"
7-
# the mixin messenger group conversation id for signer communication
8-
messenger-conversation-id = ""
9-
# the mixin messenger group for monitor messages
10-
monitor-conversation-id = ""
11-
# the observer aggregates the monitor messages
12-
observer-user-id = "c91eb626-eb89-4fbd-ae21-76f0bd763da5"
13-
# the mpc threshold is recommended to be 2/3 of the mtg members count
14-
threshold = 2
15-
# a shared ed25519 private key to do ecdh with the keeper
16-
shared-key = "9057a91fb0492a10dc2041610c9eeb110859d86ffb97345e9f675f30df5e9a03"
17-
# the asset id that each signer node send result to signer mtg
18-
asset-id = "a946936b-1b52-3e02-aec6-4fbccf284d5f"
19-
# the asset id that the keeper send operations to the signer mtg
20-
# this asset must be fully controlled by the keeper mtg
21-
keeper-asset-id = "8205ed7b-d108-30c6-9121-e4b83eecef09"
22-
# the keeper ed25519 public key to do ecdh with the shared key
23-
# and this key is used to verify the signature of all operations
24-
keeper-public-key = "b6db9ab1f558a8dc064adae960df412b7513c3b02483d3b905ab0eed097dd29d"
25-
# the http api to receive all keygen backup, must be private accessible
26-
saver-api = ""
27-
# the ed25519 private key hex to sign and encrypt all the data to saver
28-
saver-key = ""
29-
# the mixin kernel node rpc
30-
mixin-rpc = "https://kernel.mixin.dev"
31-
32-
[signer.mtg.genesis]
33-
members = [
34-
"member-id-0",
35-
"member-id-1",
36-
"member-id-2",
37-
"member-id-3",
38-
]
39-
# the mtg threshold must not be smaller than the mpc threshold
40-
threshold = 3
41-
epoch = 15903300
42-
43-
[signer.mtg.app]
44-
app-id = "member-id-0"
45-
session-id = "194ac88f-4671-3976-b60a-09064f1811e8"
46-
session-private-key = "9b727c4954c0f29d9e76258a97f45c4c32a748c3536bee03e486a17d7ba59409"
47-
server-public-key = "849bd198be846981839a5e5bef929cf8b71543ec31d5ff3cee4f272656a921d5"
48-
spend-private-key = "6004d10dab1c2ee8fb512399eeb9aa8ce2112eee07c20df780fb76d840cbcd0e"
49-
50-
51-
52-
[keeper]
53-
# the id represents actions and outptus for keeper group
54-
app-id = "ac495e24-72a5-3c53-aa33-8f90cf007b9d"
55-
# the id represents actions and outptus for signer group
56-
signer-app-id = "bdee2414-045b-31b7-b8a7-7998b36f5c93"
57-
store-dir = "/tmp/safe/keeper"
58-
# the mixin messenger group for monitor messages
59-
monitor-conversation-id = ""
60-
# a shared ed25519 private key to do ecdh with signer and observer
61-
shared-key = "6a9529b56918123e973b4e8b19724908fe68123753660274b03ddb01d1854a09"
62-
# the signer ed25519 public key to do ecdh with the shared key
63-
# and this key is used to verify the signature of all responses
64-
signer-public-key = "041990273aba480d3fe46301907863168e04417a76fcf04e296323e395b63756"
65-
# the asset id that the keeper send operations to the signer mtg
66-
# this asset must be fully controlled by the keeper mtg
67-
asset-id = "8205ed7b-d108-30c6-9121-e4b83eecef09"
68-
# the asset id that the observer send requests to the keeper mtg
69-
# this asset must be fully controlled by the observer
70-
observer-asset-id = "90f4351b-29b6-3b47-8b41-7efcec3c6672"
71-
# the observer ed25519 public key to do ecdh with the shared key
72-
# and this key is used to verify the signature of all requests
73-
observer-public-key = "b5f8cfaca5004b88bdb5173bde966b4b7ee19a5471d7d4f8027b3516fcef7e46"
74-
# the observer is good to be a single user
75-
observer-user-id = "c91eb626-eb89-4fbd-ae21-76f0bd763da5"
76-
mixin-messenger-api="https://api.mixin.one"
77-
mixin-rpc = "https://kernel.mixin.dev"
78-
bitcoin-rpc = "https://mixin:[email protected]"
79-
litecoin-rpc = "https://mixin:[email protected]"
80-
ethereum-rpc = "https://cloudflare-eth.com"
81-
polygon-rpc = "https://polygon-bor.publicnode.com"
82-
polygon-factory-address = "0x4D17777E0AC12C6a0d4DEF1204278cFEAe142a1E"
83-
polygon-observer-deposit-entry = "0x4A2eea63775F0407E1f0d147571a46959479dE12"
84-
polygon-keeper-deposit-entry = "0x5A3A6E35038f33458c13F3b5349ee5Ae1e94a8d9"
85-
86-
[keeper.mtg.genesis]
87-
# it is not necessary to include all signer mtg members here,
88-
# but it is recommended to do that, and the observer id must be
89-
# included in the keeper mtg members.
90-
members = [
91-
"signer-id-0",
92-
"signer-id-1",
93-
"signer-id-2",
94-
"signer-id-3",
95-
"c91eb626-eb89-4fbd-ae21-76f0bd763da5",
96-
]
97-
# the mtg threshold is recommended to be 2/3 of the members count
98-
threshold = 3
99-
epoch = 15903300
100-
101-
[keeper.mtg.app]
102-
app-id = "signer-id-0"
103-
session-id = "194ac88f-4671-3976-b60a-09064f1811e8"
104-
session-private-key = "9b727c4954c0f29d9e76258a97f45c4c32a748c3536bee03e486a17d7ba59409"
105-
server-public-key = "849bd198be846981839a5e5bef929cf8b71543ec31d5ff3cee4f272656a921d5"
106-
spend-private-key = "6004d10dab1c2ee8fb512399eeb9aa8ce2112eee07c20df780fb76d840cbcd0e"
107-
108-
109-
110-
111-
[observer]
112-
# the id represents actions and outptus for keeper group
113-
keeper-app-id = "ac495e24-72a5-3c53-aa33-8f90cf007b9d"
114-
store-dir = "/tmp/safe/observer"
115-
# a ed25519 private key to do ecdh with the keeper mtg
116-
private-key = "c56d95ec2d09ff5e0975ec0a667cc6cc5f03046935b329fc9f6fb2c3c8500109"
117-
timestamp = 1721930640000000000
118-
keeper-store-dir = "/tmp/safe/keeper"
119-
keeper-public-key = "b6db9ab1f558a8dc064adae960df412b7513c3b02483d3b905ab0eed097dd29d"
120-
# the mixin messenger group for monitor messages
121-
monitor-conversation-id = ""
122-
asset-id = "90f4351b-29b6-3b47-8b41-7efcec3c6672"
123-
custom-key-price-asset-id = "31d2ea9c-95eb-3355-b65b-ba096853bc18"
124-
custom-key-price-amount = "10"
125-
operation-price-asset-id = "31d2ea9c-95eb-3355-b65b-ba096853bc18"
126-
operation-price-amount = "1"
127-
transaction-minimum = "0.0001"
128-
mixin-messenger-api="https://api.mixin.one"
129-
mixin-rpc = "https://kernel.mixin.dev"
130-
bitcoin-rpc = "https://mixin:[email protected]"
131-
litecoin-rpc = "https://mixin:[email protected]"
132-
ethereum-rpc = "https://cloudflare-eth.com"
133-
polygon-rpc = "https://polygon-bor.publicnode.com"
134-
polygon-factory-address = "0x4D17777E0AC12C6a0d4DEF1204278cFEAe142a1E"
135-
polygon-observer-deposit-entry = "0x4A2eea63775F0407E1f0d147571a46959479dE12"
136-
polygon-keeper-deposit-entry = "0x5A3A6E35038f33458c13F3b5349ee5Ae1e94a8d9"
137-
# evm private key to deploy contract on evm chains
138-
evm-key = ""
139-
140-
[observer.app]
141-
app-id = "c91eb626-eb89-4fbd-ae21-76f0bd763da5"
142-
session-id = ""
143-
session-private-key = ""
144-
server-public-key = ""
145-
spend-private-key = ""
146-
147-
1481
[computer]
1492
# the id represents actions and outptus for computer group
1503
app-id = "a7376114-5db3-4822-bd3c-26416b57da1b"

0 commit comments

Comments
 (0)