Skip to content

Commit e55819c

Browse files
authored
Arbitrum Mainnet Updates (#61)
* update slippage calculation * add tBTC contract * update contracts * hard-code base USDC for backwards compatibility * version bump * fix async min_amount_received
1 parent edbb0d1 commit e55819c

File tree

9 files changed

+1497
-212
lines changed

9 files changed

+1497
-212
lines changed

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="synthetix",
5-
version="0.1.16",
5+
version="0.1.17",
66
description="Synthetix protocol SDK",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

src/synthetix/contracts/deployments/42161/perpsFactory/PerpsAccountProxy.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,8 @@
809809
}
810810
],
811811
"deployTxnHash": "",
812+
"deployTxnBlockNumber": "",
813+
"deployTimestamp": "",
812814
"sourceName": "",
813815
"contractName": "",
814816
"deployedOn": "invoke.init_account",

0 commit comments

Comments
 (0)