@dhedge/trading-widget 1.1.1 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core-kit/const/contracts/arbitrum.d.ts +1 -0
- package/{index-f2316dae.js → index-037c1d88.js} +3504 -3490
- package/{index-dca213af.cjs → index-658eed6d.cjs} +39 -39
- package/index.cjs +1 -1
- package/index.d.ts +1 -1
- package/index.js +188 -187
- package/package.json +1 -1
- package/{pyth-adapter-e7d0a027.cjs → pyth-adapter-4374c971.cjs} +1 -1
- package/{pyth-adapter-838d5775.js → pyth-adapter-9083af33.js} +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const FACTORY_ADDRESS_ARBITRUM = "0xffFb5fB14606EB3a548C113026355020dDF27535";
|
|
2
2
|
export declare const EASY_SWAPPER_ADDRESS_ARBITRUM = "0x80b9411977C4fF8D618f2aC3f29F1e2D623C4d34";
|
|
3
3
|
export declare const AAVE_LENDING_POOL_V3_ADDRESS_ARBITRUM = "0x794a61358D6845594F94dc1DB02A252b5b4814aD";
|
|
4
|
+
export declare const SYNTHETIX_V3_CORE_ADDRESS_ARBITRUM = "0xffffffaEff0B96Ea8e4f94b2253f31abdD875847";
|