@getpara/wagmi-v2-integration 2.0.0-alpha.67 → 2.0.0-alpha.69
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/README.md +12 -0
- package/package.json +4 -4
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
https://www.npmjs.com/package/@getpara/wagmi-v2-integration
|
|
2
|
+
|
|
3
|
+
This integration enables you to use Para wallets within the Wagmi ecosystem, providing seamless Web3 functionality with Para's secure wallet infrastructure.
|
|
4
|
+
###Prerequisites
|
|
5
|
+
|
|
6
|
+
To use Para, you need an API key. This key authenticates your requests to Para services and is essential for integration.
|
|
7
|
+
|
|
8
|
+
Don't have an API key yet? Request access to the [Developer Portal](https://developer.getpara.com/) to create API keys, manage billing, teams, and more.
|
|
9
|
+
|
|
10
|
+
###Learn more
|
|
11
|
+
|
|
12
|
+
For more information on Para’s Wagmi integration visit the [Para Docs](https://docs.getpara.com/v2/react/guides/web3-operations/evm/setup-libraries#wagmi-2)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/wagmi-v2-integration",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.69",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/react-sdk-lite": "2.0.0-alpha.
|
|
6
|
-
"@getpara/wagmi-v2-connector": "2.0.0-alpha.
|
|
5
|
+
"@getpara/react-sdk-lite": "2.0.0-alpha.69",
|
|
6
|
+
"@getpara/wagmi-v2-connector": "2.0.0-alpha.69"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@tanstack/react-query": "^5.74.0",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dist",
|
|
14
14
|
"package.json"
|
|
15
15
|
],
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
|
|
17
17
|
"main": "dist/index.js",
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@tanstack/react-query": ">=5.0.0",
|