This commit is contained in:
mihaisc 2022-06-13 09:11:25 -07:00 committed by GitHub
parent 401df35f6a
commit a8dd151a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,7 +504,7 @@ type OPC @entity {
orderFee: BigDecimal
"fee in percent taken by OPC from providerFees"
providerFee: BigDecimal
approvedTokens: [String!]
approvedTokens: [Token!]
}
enum NftUpdateType {