add bonafida to dev

This commit is contained in:
De Facto 2021-02-25 18:47:47 +08:00
parent 0a63a91b1c
commit 0acc8ef287
2 changed files with 27 additions and 2 deletions

View File

@ -9,7 +9,8 @@
"rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1", "rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1",
"oracles": [ "oracles": [
"solink", "solink",
"blockworks" "blockworks",
"bonafida"
] ]
}, },
"eth:usd": { "eth:usd": {
@ -21,7 +22,8 @@
"rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1", "rewardTokenAccount": "3oLHHTaRqNsuTMjsTtkVy8bock6Bx8gCmDxku4TurVj1",
"oracles": [ "oracles": [
"solink", "solink",
"blockworks" "blockworks",
"bonafida"
] ]
} }
}, },
@ -31,6 +33,9 @@
}, },
"blockworks": { "blockworks": {
"owner": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV" "owner": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
},
"bonafida": {
"owner": "5tTHnk3YjZuPUKUKAXR9PoAPhbLRCyy7AthLLZUTKpUX"
} }
} }
} }

View File

@ -41,6 +41,16 @@
"type": "PublicKey", "type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV" "base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
} }
},
"bonafida": {
"pubkey": {
"type": "PublicKey",
"base58": "GXzM2V8LVnrD7AudnxKuHBznH49PsJduwXW7SjqoeVBj"
},
"owner": {
"type": "PublicKey",
"base58": "5tTHnk3YjZuPUKUKAXR9PoAPhbLRCyy7AthLLZUTKpUX"
}
} }
} }
}, },
@ -85,6 +95,16 @@
"type": "PublicKey", "type": "PublicKey",
"base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV" "base58": "GW6bnJN6cMNzVnoVfV9hW6vx6XxTfP8k3HA1PgWCumxV"
} }
},
"bonafida": {
"pubkey": {
"type": "PublicKey",
"base58": "6iFDreaMC45sHUHCAquyKQ1Q23sbpVPhp9syk9Ubk1p2"
},
"owner": {
"type": "PublicKey",
"base58": "5tTHnk3YjZuPUKUKAXR9PoAPhbLRCyy7AthLLZUTKpUX"
}
} }
} }
} }