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

Dev to main #93

Merged
merged 29 commits into from
Jul 16, 2024
Merged
Changes from all commits
Commits
Show all changes
29 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
dfc315c
remove estimated duration from chain config (#90)
nnoln Jul 11, 2024
c8ff4f1
Merge branch 'main' into develop
nnoln Jul 11, 2024
dfcb7bd
Merge branch 'main' of https://github.com/0xsquid/squid-types into de…
jmdev3 Jul 12, 2024
c1f4f30
Feat/remove ethers axelar sdk (#87)
rrigoni Jul 12, 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
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.88",
"version": "0.1.89",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -40,11 +40,9 @@
"typescript": "^5.3.3"
},
"dependencies": {
"long": "^5.2.3",
"@axelar-network/axelarjs-sdk": "^0.16.1",
"@ethersproject/providers": "^5.7.2",
"typescript": "*",
"ws": "^8.18.0"
"typescript": "*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down
Loading