Release v0.0.5
Changelog for BTC-USDC Market
[v0.0.5] - 2024-08-27
Changes in Configuration for BTC-USDC Market (config.yaml)
-
Updated Contract Address:
- The
address
for theOrderBook
contract in theconfig.yaml
was updated:- Old Address:
0x58959d086d8a6ee8cf8eeb572b111edb21661266be4b4885383748d11b72d0aa
- New Address:
0x9bc5f33c9a1bec6461500cd85b3ba1d8f0094a865b6b9c4367631e4111d0305d
- BTC-USDC Market
- Old Address:
- The
-
Removed Unused Events:
- The following events were removed from the configuration:
DepositEvent
WithdrawEvent
- The following events were removed from the configuration:
Changes in GraphQL Schema (schema.graphql)
-
Removed
AssetType
Enum:- The
AssetType
enum was removed from the schema. This change simplifies the data model by removing unnecessary definitions.
- The
-
Removed Event Types:
- The following event types were removed from the schema:
DepositEvent
WithdrawEvent
- The following event types were removed from the schema:
These changes reflect updates to the contract address, removal of unused events, and simplification of the schema by removing unnecessary types and enums.
Full Changelog: v0.0.4...v0.0.5