* Tracking OPC fees
* Updating tests
* Updating tests
* Using basetoken decimals when tracking oceanFeeAmount
* Comparing the value of oceanFeeAmount returned from the event to the value stored in the subgraph
* Tracking consumeMarketFeeAmount and marketFeeAmount
* Updating schema
* updating nft.owner with newOwner
* Updating nftOwner in Order
* Fixing tests with nft.owner and nft.creator
* Tracking nft transferHistory
* removing nftOwner from order
* Removing nftOwner test from order
* Updating schema for nftTransferHistory
* Updating tests for transferHistory
* Updating test
* Fixing test
* Fixing timestamp test
* Revert "removing nftOwner from order"
This reverts commit 6f9aae3c40.
* Reverting removal of nftOwner Test + resolving conflicts
* Creating an inital Fixed rate exchange test
* Testing additional fields
* Testing all fields on fixed rate exchange
* Splitting up tests
* Splitting up fixed rate exachange tests
* Creating test for fixed rate price updates
* Adding test for updating allowed swapper
* Fixing templateId test
* Testing fixed rate excahnge updates
* Testing deactivate exchange
* Testing activate and deactive exchange
* Updating activate and deactivate minting
* Testing all fields of swaps after buying a DT
* Creating testing for selling a fixed rate DT
* Creating a constant for sleep ms