Skip to content
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

release cut #89

Merged
merged 25 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3f45d7e
[squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62)
kwongpan Jun 6, 2024
b38a790
feat: Trader Joe v2.1 types (#63)
corysquid Jun 7, 2024
8843c93
feat: DEX parity (#65)
corysquid Jun 8, 2024
dc7f90a
[squid-api#586] update @axelar-network/axelarjs-sdk to 0.16.1 (#62) (…
corysquid Jun 8, 2024
c17a682
Merge branch 'main' into develop
ecdsafu Jun 8, 2024
a1a00b0
Merge branch 'main' of https://github.com/0xsquid/squid-types into de…
jmdev3 Jun 10, 2024
e52ca8c
chore: add Immutable types (#70)
corysquid Jun 13, 2024
01e057a
add request id to response (#73)
nnoln Jun 17, 2024
4520a89
Merge branch 'main' into develop
nnoln Jun 17, 2024
ddce68a
add estimated duration for action type (#75)
nnoln Jun 18, 2024
73866e1
Merge branch 'main' into develop
nnoln Jun 18, 2024
a5b606e
add neutron info (#77)
nnoln Jun 27, 2024
f1a3d41
Merge branch 'main' into develop
nnoln Jun 27, 2024
06dd378
add astroport dex info (#79)
nnoln Jun 27, 2024
685a63e
Merge branch 'main' into develop
nnoln Jun 27, 2024
a9e1511
v0.1.84
jmdev3 Jun 27, 2024
4a71b6b
v0.1.85
jmdev3 Jun 27, 2024
f36aeef
Feat/traderjoe v22 (#81)
jmdev3 Jun 27, 2024
4c890d2
Merge branch 'develop' of https://github.com/0xsquid/squid-types into…
jmdev3 Jun 27, 2024
b49a400
fix: version
jmdev3 Jun 27, 2024
a697aab
Merge branch 'main' into develop
jmdev3 Jun 27, 2024
c307229
use ws^8.18.0 version (#85)
kwongpan Jul 9, 2024
aab92bd
merge main to develop
kwongpan Jul 9, 2024
20b4976
add cosmos chains (#84)
nnoln Jul 10, 2024
1f5d91c
Merge branch 'main' into develop
nnoln Jul 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading