Skip to content

Commit

Permalink
Release 0.1.79 (#72)
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

---------

Co-authored-by: Anthony <[email protected]>
Co-authored-by: fig <[email protected]>
Co-authored-by: jmd3v <[email protected]>
  • Loading branch information
4 people authored Jun 13, 2024
1 parent 669edeb commit 886b779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.78",
"version": "0.1.79",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export enum ChainName {
FANTOM = "Fantom",
FILECOIN = "filecoin",
FILECOIN2 = "filecoin-2", //testnet
IMMUTABLE_ZKEVM = "immutable",
KAVA = "kava",
MANTLE = "mantle",
MOONBEAM = "Moonbeam",
Expand Down Expand Up @@ -167,6 +168,7 @@ export enum NetworkIdentifier {
CELO = "celo",
FANTOM = "fantom",
FILECOIN = "filecoin",
IMMUTABLE_ZKEVM = "immutable",
KAVA = "kava",
MANTLE = "mantle",
MOONBEAM = "moonbeam",
Expand Down

0 comments on commit 886b779

Please sign in to comment.