File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2895,22 +2895,22 @@ components:
2895
2895
description : Go fast Fee
2896
2896
type : object
2897
2897
properties :
2898
- feeAsset :
2898
+ fee_asset :
2899
2899
$ref : ' #/components/schemas/Asset'
2900
2900
required : true
2901
- bpsFee :
2901
+ bps_fee :
2902
2902
type : string
2903
- bpsFeeAmount :
2903
+ bps_fee_amount :
2904
2904
type : string
2905
- bpsFeeUsd :
2905
+ bps_fee_usd :
2906
2906
type : string
2907
- sourceChainFeeAmount :
2907
+ source_chain_fee_amount :
2908
2908
type : string
2909
- sourceChainFeeUsd :
2909
+ source_chain_fee_usd :
2910
2910
type : string
2911
- destinationChainFeeAmount :
2911
+ destination_chain_fee_amount :
2912
2912
type : string
2913
- destinationChainFeeUsd :
2913
+ destination_chain_fee_usd :
2914
2914
type : string
2915
2915
GRPCStatusCode :
2916
2916
description : grpc status codes as defined [here](https://grpc.github.io/grpc/core/md_doc_statuscodes.html)
You can’t perform that action at this time.
0 commit comments