File tree Expand file tree Collapse file tree
services/Aggregator/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @orionprotocol/sdk" ,
3- "version" : " 0.20.40 " ,
3+ "version" : " 0.20.41 " ,
44 "description" : " Orion Protocol SDK" ,
55 "main" : " ./lib/index.cjs" ,
66 "module" : " ./lib/index.js" ,
Original file line number Diff line number Diff line change 1818 "label" : " BNB Chain" ,
1919 "shortName" : " BSC" ,
2020 "code" : " bsc" ,
21- "rpc" : " https://bsc-dataseed.bnbchain.org/" ,
21+ "rpc" : " https://bsc-dataseed.bnbchain.org/" ,
2222 "baseCurrencyName" : " BNB" ,
2323 "contracts" : {
2424 "WETH" : " 0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" ,
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ const tradeInfoSchema = z.object({
4343 updateTime : z . number ( ) ,
4444 matchedBlockchainOrder : blockchainOrderSchema . optional ( ) ,
4545 matchedSubOrderId : z . number ( ) . int ( ) . nonnegative ( ) . optional ( ) ,
46- exchangeTradeInfo : z . boolean ( ) ,
47- poolTradeInfo : z . boolean ( ) ,
4846} ) ;
4947
5048const baseOrderSchema = z . object ( {
You can’t perform that action at this time.
0 commit comments