chore: update wallet types to align with protos (#1351)

This commit is contained in:
Matthew Russell 2022-09-16 09:04:54 -07:00 committed by GitHub
parent b8d5680011
commit 666fe9aebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ interface ProposalNewMarketTerms {
future: {
settlementAsset: string;
quoteName: string;
settlementPriceDecimals: number;
settlementDataDecimals: number;
oracleSpecForSettlementPrice: OracleSpecFor;
oracleSpecForTradingTermination: OracleSpecFor;
oracleSpecBinding: OracleSpecBinding;
@ -127,7 +127,7 @@ interface ProposalUpdateMarketTerms {
code: string;
future: {
quoteName: string;
settlementPriceDecimals: number;
settlementDataDecimals: number;
oracleSpecForSettlementPrice: OracleSpecFor;
oracleSpecForTradingTermination: OracleSpecFor;
oracleSpecBinding: OracleSpecBinding;