Skip to content

Commit

Permalink
Arbitrum Mainnet Updates (#61)
Browse files Browse the repository at this point in the history
* update slippage calculation

* add tBTC contract

* update contracts

* hard-code base USDC for backwards compatibility

* version bump

* fix async min_amount_received
  • Loading branch information
Tburm authored Sep 3, 2024
1 parent edbb0d1 commit e55819c
Show file tree
Hide file tree
Showing 9 changed files with 1,497 additions and 212 deletions.
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="synthetix",
version="0.1.16",
version="0.1.17",
description="Synthetix protocol SDK",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,8 @@
}
],
"deployTxnHash": "",
"deployTxnBlockNumber": "",
"deployTimestamp": "",
"sourceName": "",
"contractName": "",
"deployedOn": "invoke.init_account",
Expand Down
Loading

0 comments on commit e55819c

Please sign in to comment.