-
Notifications
You must be signed in to change notification settings - Fork 31
/
deploy.sandbox.json
78 lines (78 loc) · 2.02 KB
/
deploy.sandbox.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
{
"aggregators": {
"btc:usd": {
"pubkey": {
"type": "PublicKey",
"base58": "9u7fuQCJCX13HhU8DZoj4bwP3vWsDFVWkurNkv7JvhYh"
},
"owner": {
"type": "PublicKey",
"base58": "EQ54CB7UTuteAYtbmsDuphcwVhB44rf2fcZpBqkv8ewh"
},
"config": {
"description": "btc:usd",
"decimals": 2,
"minSubmissions": 1,
"maxSubmissions": 3,
"restartDelay": 0,
"requesterRestartDelay": 0,
"rewardTokenAccount": {
"type": "PublicKey",
"base58": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1"
},
"rewardAmount": 10000
},
"oracles": {
"tester": {
"pubkey": {
"type": "PublicKey",
"base58": "EiJ93oR38pvJNjZDdAufYFDReYGGBpHPEXYfcTKYYgVq"
},
"owner": {
"type": "PublicKey",
"base58": "FosLwbttPgkEDv36VJLU3wwXcBSSoUGkh7dyZPsXNtT4"
}
}
}
},
"eth:usd": {
"pubkey": {
"type": "PublicKey",
"base58": "ELz3y7PCa6gp8GjD8TrXnggmS2bxsDrznrxAMmSz9Thq"
},
"owner": {
"type": "PublicKey",
"base58": "EQ54CB7UTuteAYtbmsDuphcwVhB44rf2fcZpBqkv8ewh"
},
"config": {
"description": "eth:usd",
"decimals": 2,
"minSubmissions": 1,
"maxSubmissions": 3,
"restartDelay": 0,
"requesterRestartDelay": 0,
"rewardTokenAccount": {
"type": "PublicKey",
"base58": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1"
},
"rewardAmount": 10000
},
"oracles": {
"tester": {
"pubkey": {
"type": "PublicKey",
"base58": "5X62rNUqSBAcB39kjyeJrTivguYxeeEFh738oMvpaPXc"
},
"owner": {
"type": "PublicKey",
"base58": "FosLwbttPgkEDv36VJLU3wwXcBSSoUGkh7dyZPsXNtT4"
}
}
}
}
},
"programID": {
"type": "PublicKey",
"base58": "97diqBRSqa4nYRro2QPzyoWrDp78mkGiiAVV3sQYRBes"
}
}