Skip to content

Commit

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

---------

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 10, 2024
1 parent 67f894e commit d7b075a
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 7 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.85",
"version": "0.1.86",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
78 changes: 72 additions & 6 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export type EvmChain = BaseChain & {

export type CosmosChain = BaseChain & {
rest: string;
rpcList: string[];
stakeCurrency: CosmosCurrency;
walletUrl?: string;
walletUrlForStaking?: string;
Expand Down Expand Up @@ -130,13 +131,11 @@ export enum ChainName {
// Cosmos
AGORIC = "agoric",
ASSETMANTLE = "assetmantle",
AURA = "aura",
AXELARNET = "axelarnet",
CARBON = "carbon",
COMDEX = "comdex",
COSMOS = "cosmoshub",
CRESCENT = "crescent",
EMONEY = "e-money",
EVMOS = "evmos",
FETCH = "fetch",
INJECTIVE = "injective",
Expand All @@ -149,13 +148,48 @@ export enum ChainName {
OSMOSIS7 = "osmosis-7", //testnet
REGEN = "regen",
SEI = "sei",
SECRET = "secret", //deprecated
SECRETSNIP = "secret-snip",
STARGAZE = "stargaze",
STRIDE = "stride",
TERRA2 = "terra-2",
UMEE = "umee",
DYDX = "dydx",
ACRECHAIN = "acre",
ARCHWAY = "archway",
BITCANNA = "bitcanna",
BITSONG = "bitsong",
CHEQD = "cheqd",
CELESTIA = "celestia",
COREUM = "coreum",
DECENTR = "decentr",
DESMOS = "desmos",
DIG = "dig",
DYMENSION = "dymension",
IRISNET = "irisnet",
IXO = "impacthub",
JACKAL = "jackal",
LUM = "lumnetwork",
LIKECOIN = "likecoin",
KAVA_IBC = "kava-ibc",
NOLUS = "nolus",
XPLA = "xpla", // disabled on V1
AKASH = "akash",
CHIHUAHUA = "chihuahua",
CRONOS = "cronos",
GRAVITYBRIDGE = "gravitybridge",
MARS = "mars",
MIGALOO = "migaloo",
PERSISTENCE = "persistence",
OMNIFLIXHUB = "omniflixhub",
QUICKSILVER = "quicksilver",
SOMMELIER = "sommelier",
TERRA = "terra",
TERITORI = "teritori",
SENTINEL = "sentinel",
HUMANS = "humans",
CHAIN4ENERGY = "c4e",
SAGA = "saga",
NIBIRU = "nibiru",
}

export enum NetworkIdentifier {
Expand Down Expand Up @@ -183,14 +217,12 @@ export enum NetworkIdentifier {
// COSMOS
AGORIC = "agoric",
ASSETMANTLE = "assetmantle",
AURA = "aura",
AXELAR = "axelar",
AXELARNET = "axelarnet",
CARBON = "carbon",
COMDEX = "comdex",
COSMOS = "cosmoshub",
CRESCENT = "crescent",
EMONEY = "e-money",
EVMOS = "evmos",
FETCH = "fetch",
INJECTIVE = "injective",
Expand All @@ -202,13 +234,47 @@ export enum NetworkIdentifier {
OSMOSIS = "osmosis",
REGEN = "regen",
SEI = "sei",
SECRET = "secret", //deprecated
SECRETSNIP = "secret-snip",
STARGAZE = "stargaze",
STRIDE = "stride",
TERRA2 = "terra-2",
UMEE = "umee",
DYDX = "dydx",
ACRECHAIN = "acre",
ARCHWAY = "archway",
BITCANNA = "bitcanna",
BITSONG = "bitsong",
CHEQD = "cheqd",
CELESTIA = "celestia",
COREUM = "coreum",
DECENTR = "decentr",
DESMOS = "desmos",
DYMENSION = "dymension",
IRISNET = "irisnet",
IXO = "impacthub",
JACKAL = "jackal",
LUM = "lumnetwork",
LIKECOIN = "likecoin",
KAVA_IBC = "kava-ibc",
NOLUS = "nolus",
XPLA = "xpla", // disabled on V1
AKASH = "akash",
CHIHUAHUA = "chihuahua",
CRONOS = "cronos",
GRAVITYBRIDGE = "gravitybridge",
MARS = "mars",
MIGALOO = "migaloo",
PERSISTENCE = "persistence",
OMNIFLIXHUB = "omniflixhub",
QUICKSILVER = "quicksilver",
SOMMELIER = "sommelier",
TERRA = "terra",
TERITORI = "teritori",
SENTINEL = "sentinel",
HUMANS = "humans",
CHAIN4ENERGY = "c4e",
SAGA = "saga",
NIBIRU = "nibiru",
}

export type ChainIBCInfo = {
Expand Down

0 comments on commit d7b075a

Please sign in to comment.