forked from n00m4d/solana-flux-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.dev.json
118 lines (118 loc) · 3.22 KB
/
deploy.dev.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"aggregators": {
"btc:usd": {
"pubkey": {
"type": "PublicKey",
"base58": "8tawJxhUbVJV7Aiss8DBkYoN4ZA1vpNVwjNmUdgpMw7J"
},
"owner": {
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
},
"config": {
"description": "btc:usd",
"decimals": 2,
"minSubmissions": 1,
"maxSubmissions": 13,
"restartDelay": 0,
"requesterRestartDelay": 0,
"rewardTokenAccount": {
"type": "PublicKey",
"base58": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1"
},
"rewardAmount": 10000
},
"oracles": {
"solink": {
"pubkey": {
"type": "PublicKey",
"base58": "Aqmq1RVMwYZoPaTZPAsCDjxsYcmyyNtfjx5HhwuEejvT"
},
"owner": {
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
}
},
"blockworks": {
"pubkey": {
"type": "PublicKey",
"base58": "FPDLmdxQpKtYVXdv5riGZcpEXkLqi6yT1HHZQoqkL2ii"
},
"owner": {
"type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
}
},
"bonafida": {
"pubkey": {
"type": "PublicKey",
"base58": "GXzM2V8LVnrD7AudnxKuHBznH49PsJduwXW7SjqoeVBj"
},
"owner": {
"type": "PublicKey",
"base58": "5tTHnk3YjZuPUKUKAXR9PoAPhbLRCyy7AthLLZUTKpUX"
}
}
}
},
"eth:usd": {
"pubkey": {
"type": "PublicKey",
"base58": "4X5QRNHs3saF35fhL7FJtPR58PeqoFmzgq82EiHqa9a9"
},
"owner": {
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
},
"config": {
"description": "eth:usd",
"decimals": 2,
"minSubmissions": 1,
"maxSubmissions": 13,
"restartDelay": 0,
"requesterRestartDelay": 0,
"rewardTokenAccount": {
"type": "PublicKey",
"base58": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1"
},
"rewardAmount": 10000
},
"oracles": {
"solink": {
"pubkey": {
"type": "PublicKey",
"base58": "faD2Nb35rKQurydFEEgJVWjpAdqAWK5z34bpEEn1spr"
},
"owner": {
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
}
},
"blockworks": {
"pubkey": {
"type": "PublicKey",
"base58": "2JRS9YHyeaSWMomFCoQVeSJXxv8tqJPX1ffwXvbmosVi"
},
"owner": {
"type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
}
},
"bonafida": {
"pubkey": {
"type": "PublicKey",
"base58": "6iFDreaMC45sHUHCAquyKQ1Q23sbpVPhp9syk9Ubk1p2"
},
"owner": {
"type": "PublicKey",
"base58": "5tTHnk3YjZuPUKUKAXR9PoAPhbLRCyy7AthLLZUTKpUX"
}
}
}
}
},
"programID": {
"type": "PublicKey",
"base58": "xazycZNMfCeDKNnjDmhBCk57nnjPWS22pa91za2W2dC"
}
}