Skip to content

Commit

Permalink
release cut (#91)
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)

* add cosmos chains (#84)

* add cosmos chains

* bump version

* remove estimated duration from chain config (#90)

---------

Co-authored-by: Anthony <[email protected]>
Co-authored-by: Cory <[email protected]>
Co-authored-by: fig <[email protected]>
Co-authored-by: jmd3v <[email protected]>
  • Loading branch information
5 people authored Jul 11, 2024
1 parent d7b075a commit 7a8b83f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.86",
"version": "0.1.87",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export type BaseChain = {
chainIconURI: string;
blockExplorerUrls: string[];
enableBoostByDefault: boolean;
estimatedRouteDuration: number;
estimatedBoostRouteDuration: number;
swapAmountForGas: string;
sameChainSwapsSupported: boolean;
interchainService?: string;
Expand Down

0 comments on commit 7a8b83f

Please sign in to comment.