From 886b7795605e6b4fae8b1b0b3607421e0d1cfc0a Mon Sep 17 00:00:00 2001 From: Cory <146833132+corysquid@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:12:38 -0700 Subject: [PATCH] Release 0.1.79 (#72) * [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 <75007+kwongpan@users.noreply.github.com> * [squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (#64) (#67) Co-authored-by: Anthony <75007+kwongpan@users.noreply.github.com> * 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 <75007+kwongpan@users.noreply.github.com> Co-authored-by: fig <36089395+ecdsafu@users.noreply.github.com> Co-authored-by: jmd3v --- package.json | 2 +- src/chains/index.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b799569..5a196c6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/chains/index.ts b/src/chains/index.ts index 9b8fb7a..db2d8f8 100644 --- a/src/chains/index.ts +++ b/src/chains/index.ts @@ -115,6 +115,7 @@ export enum ChainName { FANTOM = "Fantom", FILECOIN = "filecoin", FILECOIN2 = "filecoin-2", //testnet + IMMUTABLE_ZKEVM = "immutable", KAVA = "kava", MANTLE = "mantle", MOONBEAM = "Moonbeam", @@ -167,6 +168,7 @@ export enum NetworkIdentifier { CELO = "celo", FANTOM = "fantom", FILECOIN = "filecoin", + IMMUTABLE_ZKEVM = "immutable", KAVA = "kava", MANTLE = "mantle", MOONBEAM = "moonbeam",