-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1003 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1003 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"dependencies": {
"@aptos-labs/ts-sdk": "1.37.1",
"@hashgraph/sdk": "2.60.1",
"@mysten/sui": "1.21.2",
"@polkadot/keyring": "13.4.3",
"@polkadot/util-crypto": "13.4.3",
"@solana/web3.js": "1.98.0",
"@stablelib/ed25519": "2.0.2",
"@ton/crypto": "3.3.0",
"algosdk": "3.2.0",
"bech32": "^2.0.0",
"bip32": "5.0.0-rc.0",
"bip39": "3.1.0",
"bitcoinjs-lib": "6.1.7",
"blake2b": "2.1.4",
"blakejs": "1.2.1",
"bs58": "6.0.0",
"bs58check": "4.0.0",
"cardano-wallet-js": "1.4.0",
"meo-forkcy-colors": "latest",
"meo-forkcy-utils": "latest",
"cosmos": "^0.1.2",
"ed25519-hd-key": "1.3.0",
"ethereumjs-util": "7.1.5",
"ethers": "6.13.5",
"hdkey": "2.1.0",
"near-api-js": "5.1.0",
"secp256k1": "5.0.1",
"tiny-secp256k1": "2.2.3",
"ton": "13.9.0",
"ton-core": "0.53.0",
"ton-crypto": "3.2.0",
"tonweb": "0.0.66",
"tronweb": "6.0.1",
"xlsx": "0.18.5",
"got": "^11.8.6"
}
}