Oracle provider privileges can be granted to your account through a GrantBandOraclePrivilegeProposal. After the governance proposal is passed, you will be able to relay price feeds using your provider.
You can submit your proposal according to the example:
injectived tx oracle grant-provider-privilege-proposal YOUR_PROVIDER \
YOUR_ADDRESS_HERE \
--title="TITLE OF THE PROPOSAL" \
--description="Registering PROVIDER as an oracle provider" \
--chain-id=injective-888 \
--from=local_key \
--node=https://testnet.sentry.tm.injective.network:443 \
--gas-prices=160000000inj \
--gas=20000000 \
--deposit="40000000000000000000inj"
To successfully pass the proposal for testnet, YOUR_DEPOSIT should be slightly less than min_deposit value (for example, 40000000000000000000inj). After that you should contact the Injective dev team. Dev team will top up your deposit to min_deposit and vote for your proposal.
RevokeProviderPrivilegeProposal
Oracle provider privileges can be revoked from your account through a RevokeProviderPrivilegeProposal.
This proposal is used for deleting a request or updating the request. When DeleteRequestId is not zero, it deletes the request with the id and finish its execution. When DeleteRequestId is zero, it update the request with id UpdateOracleRequest.RequestId to UpdateOracleRequest.
This proposal is to enable IBC connection between Band chain and Injective chain. When the proposal is approved, it updates the BandIBCParams into newer one configured on the proposal.