@reown/appkit-cli 1.7.1-rc.0 → 1.7.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @reown/appkit-cli
2
2
 
3
- ## 1.7.1-rc.0
3
+ ## 1.7.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -20,8 +20,8 @@
20
20
 
21
21
  ```jsx
22
22
  const customRpcUrls = {
23
- 1: [{ url: 'https://your-custom-mainnet-url.com' }],
24
- 137: [{ url: 'https://your-custom-polygon-url.com' }]
23
+ 'eip155:1': [{ url: 'https://your-custom-mainnet-url.com' }],
24
+ 'eip155:137': [{ url: 'https://your-custom-polygon-url.com' }]
25
25
  }
26
26
  ```
27
27
 
@@ -50,7 +50,7 @@
50
50
 
51
51
  ```jsx
52
52
  const customRpcUrls = {
53
- 1: [
53
+ 'eip155:1': [
54
54
  {
55
55
  url: 'https://your-custom-mainnet-url.com',
56
56
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.7.1-rc.0",
3
+ "version": "1.7.1",
4
4
  "sideEffects": false,
5
5
  "description": "Reown AppKit CLI",
6
6
  "main": "index.js",