Skip to content

Commit

Permalink
v0.1.85 (#86)
Browse files Browse the repository at this point in the history
* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62)

* feat: Trader Joe v2.1 types (#63)

* feat: Trader Joe v2.1 types

- Add Trader Joe v2.1 DexName and DexType
- Add binStep to ActionBaseData and SwapDetails type

* feat: DEX parity (#65)

* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (#64)

* chore: add Beamswap Saddle DexName

* chore: add Lynex V3 DexName

* fix: Pharaoh Solidly DexName

* chore: Nile/Ramses Solidly DexName

- Add back Ramses Solidly
- Add Nile Solidly (Linea)

* chore: add Ra, Pharaoh and Nile V3 DexNames

---------

Co-authored-by: Anthony <[email protected]>

* [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (#64) (#67)

Co-authored-by: Anthony <[email protected]>

* chore: add Immutable types (#70)

* chore: add Immutable types

- ChainName and NetworkIdentifier

* chore: use IMMUTABLE_ZKEVM type

* chore: increase package version

* add request id to response (#73)

* add estimated duration for action type (#75)

* add neutron info (#77)

* add astroport dex info (#79)

* v0.1.84

* v0.1.85

* Feat/traderjoe v22 (#81)

* v0.1.84

* v0.1.85

* feat: add trader joe v2.2

* fix: version

* use ws^8.18.0 version (#85)

---------

Co-authored-by: Cory <[email protected]>
Co-authored-by: fig <[email protected]>
Co-authored-by: jmd3v <[email protected]>
Co-authored-by: nnoln <[email protected]>
  • Loading branch information
5 people authored Jul 9, 2024
1 parent 5902b30 commit 67f894e
Show file tree
Hide file tree
Showing 2 changed files with 2,806 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.84.1",
"version": "0.1.85",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,10 @@
},
"dependencies": {
"long": "^5.2.3",
"typescript": "*"
"@axelar-network/axelarjs-sdk": "^0.16.1",
"@ethersproject/providers": "^5.7.2",
"typescript": "*",
"ws": "^8.18.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down
Loading

0 comments on commit 67f894e

Please sign in to comment.