Skip to content

Commit bb787c1

Browse files
authored
[SOF-2588] add decode tx functions (#83)
* add decode tx functions * update typescript
1 parent d61feb0 commit bb787c1

File tree

13 files changed

+540
-135
lines changed

13 files changed

+540
-135
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kilnfi/sdk",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"autor": "Kiln <[email protected]> (https://kiln.fi)",
55
"license": "BUSL-1.1",
66
"description": "JavaScript sdk for Kiln API",
@@ -28,20 +28,22 @@
2828
"homepage": "https://github.com/kilnfi/sdk-js#readme",
2929
"dependencies": {
3030
"@blockfrost/blockfrost-js": "^5.0.0",
31-
"@cosmjs/proto-signing": "^0.30.0",
31+
"@cosmjs/proto-signing": "^0.30.1",
3232
"@cosmjs/stargate": "^0.30.0",
3333
"@emurgo/cardano-serialization-lib-nodejs": "^11.5.0",
3434
"@solana/web3.js": "^1.47.3",
3535
"@substrate/txwrapper-polkadot": "^7.0.1",
36+
"@taquito/local-forging": "^17.4.0",
3637
"@taquito/rpc": "^16.0.1",
3738
"@types/bn.js": "^5.1.5",
3839
"axios": "^0.23.0",
3940
"bn.js": "^5.2.1",
4041
"ethers": "^5.6.4",
4142
"fireblocks-sdk": "^4.0.0",
4243
"js-sha256": "^0.9.0",
43-
"near-api-js": "^1.0.0",
44+
"near-api-js": "^2.1.4",
4445
"protobufjs": "^7.2.5",
46+
"viem": "^1.19.9",
4547
"web3-core": "^1.10.0"
4648
},
4749
"devDependencies": {
@@ -53,6 +55,6 @@
5355
"eslint-config-airbnb-base": "^14.2.1",
5456
"eslint-config-next": "^12.2.3",
5557
"eslint-plugin-import": "^2.25.2",
56-
"typescript": "^4.4.4"
58+
"typescript": "^5.3.2"
5759
}
5860
}

0 commit comments

Comments
 (0)