-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add Immutable types #70
Conversation
corysquid
commented
Jun 12, 2024
- ChainName and NetworkIdentifier
- ChainName and NetworkIdentifier
src/chains/index.ts
Outdated
@@ -167,6 +168,7 @@ export enum NetworkIdentifier { | |||
CELO = "celo", | |||
FANTOM = "fantom", | |||
FILECOIN = "filecoin", | |||
IMMUTABLE = "immutable", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not IMMUTABLE_ZKEVM here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fine if just Immutable, but there will likely be other Immutable chains to add in the future. They also have ImmutableX in prod currently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to IMMUTABLE_ZKEVM, makes sense to keep that consistent
* [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]>
* [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) --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]>
* [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) --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]>
* [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) --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]>
* [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) --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]>
* [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]>
* [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]>
* [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]>
* [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]>
* release (#82) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]> * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Feat/remove ethers axelar sdk (#83) * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Adjusted package vesion * v0.1.85 (#86) * [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]> * release cut (#89) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]> * release cut (#91) * [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]> * fix: remove sendAmount --------- Co-authored-by: Juan Manuel Villarraza <[email protected]> Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]>
* [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) * Feat/remove ethers axelar sdk (#87) * release (#82) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]> * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Feat/remove ethers axelar sdk (#83) * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Adjusted package vesion * v0.1.85 (#86) * [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]> * release cut (#89) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]> * release cut (#91) * [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]> * fix: remove sendAmount --------- Co-authored-by: Juan Manuel Villarraza <[email protected]> Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]> --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]> Co-authored-by: nnoln <[email protected]>
* [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) * Feat/remove ethers axelar sdk (#87) * release (#82) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]> * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Feat/remove ethers axelar sdk (#83) * Removed ethers an axelar sdk from types: * Removed ethers an axelar sdk from types: * Removed yarn.lock * Added long library * Adjusted package vesion * v0.1.85 (#86) * [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]> * release cut (#89) * [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 --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]> * release cut (#91) * [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]> * fix: remove sendAmount --------- Co-authored-by: Juan Manuel Villarraza <[email protected]> Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]> * add boos supported property (#95) --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: jmd3v <[email protected]> Co-authored-by: rrigoni <[email protected]>
* [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) * v0.1.88-fee * Merge branch 'develop' of https://github.com/0xsquid/squid-types into develop * v0.1.90-fee * v0.1.91-fee * v0.1.92-fee * v0.1.93-fee * add fee and details types * version --------- Co-authored-by: Anthony <[email protected]> Co-authored-by: Cory <[email protected]> Co-authored-by: fig <[email protected]> Co-authored-by: nnoln <[email protected]>