@shelby-protocol/ethereum-kit 0.1.1-beta.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/react/index.d.ts +3 -3
- package/package.json +3 -4
package/dist/react/index.d.ts
CHANGED
|
@@ -8,10 +8,10 @@ declare const Network: {
|
|
|
8
8
|
type Network = (typeof Network)[keyof typeof Network];
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
* Ethereum wallet type
|
|
11
|
+
* Ethereum wallet type from viem.
|
|
12
12
|
*
|
|
13
|
-
* This is the WalletClient
|
|
14
|
-
*
|
|
13
|
+
* This is the WalletClient type that wagmi's useWalletClient() returns.
|
|
14
|
+
* Compatible with RainbowKit, Web3Modal, ConnectKit, and other wagmi-based adapters.
|
|
15
15
|
*/
|
|
16
16
|
type EthereumWallet = WalletClient<Transport, Chain, Account>;
|
|
17
17
|
type SignTransactionInput = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelby-protocol/ethereum-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.0.6",
|
|
25
24
|
"@testing-library/dom": "^10.4.0",
|
|
26
25
|
"@testing-library/react": "^16.3.0",
|
|
27
26
|
"@types/react": "19.2.1",
|
|
@@ -54,10 +53,10 @@
|
|
|
54
53
|
"dependencies": {
|
|
55
54
|
"@aptos-labs/derived-wallet-ethereum": "^0.9.0",
|
|
56
55
|
"@aptos-labs/gas-station-client": "^2.0.3",
|
|
57
|
-
"@aptos-labs/ts-sdk": "
|
|
56
|
+
"@aptos-labs/ts-sdk": "5.2.1",
|
|
58
57
|
"@aptos-labs/wallet-standard": "^0.5.2",
|
|
59
58
|
"ethers": "^6.13.5",
|
|
60
|
-
"@shelby-protocol/sdk": "0.0
|
|
59
|
+
"@shelby-protocol/sdk": "0.1.0"
|
|
61
60
|
},
|
|
62
61
|
"scripts": {
|
|
63
62
|
"lint": "biome check .",
|