add blockworks as devnet oracle

This commit is contained in:
De Facto 2021-02-21 09:31:51 +08:00
parent fa5765dc70
commit 91712880ab
2 changed files with 27 additions and 2 deletions

View File

@ -8,7 +8,8 @@
"rewardAmount": 10000,
"rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1",
"oracles": [
"solink"
"solink",
"blockworks"
]
},
"eth:usd": {
@ -19,13 +20,17 @@
"rewardAmount": 10000,
"rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1",
"oracles": [
"solink"
"solink",
"blockworks"
]
}
},
"oracles": {
"solink": {
"owner": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
},
"blockworks": {
"owner": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
}
}
}

View File

@ -31,6 +31,16 @@
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
}
},
"blockworks": {
"pubkey": {
"type": "PublicKey",
"base58": "FPDLmdxQpKtYVXdv5riGZcpEXkLqi6yT1HHZQoqkL2ii"
},
"owner": {
"type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
}
}
}
},
@ -65,6 +75,16 @@
"type": "PublicKey",
"base58": "Draee2EHoVoPkRrMXnh17EcJMxuyirFSBsfMHuNBy2bq"
}
},
"blockworks": {
"pubkey": {
"type": "PublicKey",
"base58": "2JRS9YHyeaSWMomFCoQVeSJXxv8tqJPX1ffwXvbmosVi"
},
"owner": {
"type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
}
}
}
}