Skip to content

Commit

Permalink
sept changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Sep 24, 2024
1 parent 805a687 commit f3efd8a
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions changelog/evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,52 @@ icon: "layer-group"

import { Chip } from "/snippets/chip.mdx";

## September 24th, 2024 - Major Update

<div style={{ display: "table", width: "auto" }}>

<div style={{ display: "table-row", width: "auto" }}>
<Chip type="times" />
<div
style={{
float: "left",
display: "table-column",
paddingLeft: "30px",
width: "calc(80% - 30px)",
}}
>
**Testnet: September 20, 2024 14:00pm (UTC +8)**

**Mainnet: September 24, 2024 14:00pm (UTC +8)**
</div>

</div>

<div style={{ display: "table-row", width: "auto" }}>
<Chip type="update" />
<div
style={{
float: "left",
display: "table-column",
paddingLeft: "30px",
width: "calc(80% - 30px)",
}}
>
**Updates**

- Funding rate history comparison API

- Position History API

- Fund transfer between accounts

- unsettled PnL now considered in withdrawal checks
</div>

</div>

</div>

## August 27th, 2024 - Major Update

<div style={{ display: "table", width: "auto" }}>
Expand Down

0 comments on commit f3efd8a

Please sign in to comment.