Skip to content

Commit f34550c

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/dapps/W3MWagmi/secp256k1-5.0.1
2 parents 8945b1a + 6a6c148 commit f34550c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2119
-1265
lines changed

.github/workflows/cli-dapp.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/cli-wallet.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/release-dapp-android-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
secrets-file: ${{ secrets.ANDROID_SECRETS_FILE }}
1818
firebase-app-id: ${{ secrets.APPKIT_ANDROID_PROD_FIREBASE_APP_ID }}
1919
gsa-key: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
20-
keystore-name: ${{ secrets.WC_PROD_KEYSTORE_NAME }}
20+
keystore-name: ${{ vars.WC_PROD_KEYSTORE_NAME }}
2121
keystore: ${{ secrets.WC_PROD_KEYSTORE }}

.github/workflows/release-ios-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ jobs:
132132
APPLE_KEY_ID: ${{ secrets.apple-key-id }}
133133
APPLE_KEY_CONTENT: ${{ secrets.apple-key-content }}
134134
APPLE_ISSUER_ID: ${{ secrets.apple-issuer-id }}
135+
BUNDLE_ID: ${{ inputs.bundle-id }}
135136
MATCH_USERNAME: ${{ secrets.match-username }}
136137
MATCH_PASSWORD: ${{ secrets.match-keychain-password }}
137138
MATCH_GIT_URL: ${{ secrets.match-git-url }}
138-
BUNDLE_ID: ${{ inputs.bundle-id }}
139-
SCHEME: ${{ inputs.scheme-name }}
140139
PODFILE_PATH: ${{ inputs.root-path }}/ios/Podfile
140+
SCHEME: ${{ inputs.scheme-name }}
141141
XCODE_PROJECT_PATH: ${{ inputs.xcode-project-path }}
142142
XCWORKSPACE_PATH: ${{ inputs.xcode-workspace-path }}

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ GEM
2323
artifactory (3.0.17)
2424
atomos (0.1.3)
2525
aws-eventstream (1.3.0)
26-
aws-partitions (1.913.0)
27-
aws-sdk-core (3.191.6)
26+
aws-partitions (1.991.0)
27+
aws-sdk-core (3.209.1)
2828
aws-eventstream (~> 1, >= 1.3.0)
2929
aws-partitions (~> 1, >= 1.651.0)
30-
aws-sigv4 (~> 1.8)
30+
aws-sigv4 (~> 1.9)
3131
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.78.0)
33-
aws-sdk-core (~> 3, >= 3.191.0)
34-
aws-sigv4 (~> 1.1)
35-
aws-sdk-s3 (1.146.1)
36-
aws-sdk-core (~> 3, >= 3.191.0)
32+
aws-sdk-kms (1.94.0)
33+
aws-sdk-core (~> 3, >= 3.207.0)
34+
aws-sigv4 (~> 1.5)
35+
aws-sdk-s3 (1.167.0)
36+
aws-sdk-core (~> 3, >= 3.207.0)
3737
aws-sdk-kms (~> 1)
38-
aws-sigv4 (~> 1.8)
39-
aws-sigv4 (1.8.0)
38+
aws-sigv4 (~> 1.5)
39+
aws-sigv4 (1.10.0)
4040
aws-eventstream (~> 1, >= 1.0.2)
4141
babosa (1.0.4)
4242
base64 (0.2.0)
@@ -95,8 +95,8 @@ GEM
9595
escape (0.0.4)
9696
ethon (0.16.0)
9797
ffi (>= 1.15.0)
98-
excon (0.110.0)
99-
faraday (1.10.3)
98+
excon (0.112.0)
99+
faraday (1.10.4)
100100
faraday-em_http (~> 1.0)
101101
faraday-em_synchrony (~> 1.0)
102102
faraday-excon (~> 1.1)
@@ -117,15 +117,15 @@ GEM
117117
faraday-httpclient (1.0.1)
118118
faraday-multipart (1.0.4)
119119
multipart-post (~> 2)
120-
faraday-net_http (1.0.1)
120+
faraday-net_http (1.0.2)
121121
faraday-net_http_persistent (1.2.0)
122122
faraday-patron (1.0.0)
123123
faraday-rack (1.0.0)
124124
faraday-retry (1.0.3)
125-
faraday_middleware (1.2.0)
125+
faraday_middleware (1.2.1)
126126
faraday (~> 1.0)
127127
fastimage (2.3.1)
128-
fastlane (2.220.0)
128+
fastlane (2.224.0)
129129
CFPropertyList (>= 2.3, < 4.0.0)
130130
addressable (>= 2.8, < 3.0.0)
131131
artifactory (~> 3.0)
@@ -186,7 +186,7 @@ GEM
186186
google-apis-core (>= 0.11.0, < 2.a)
187187
google-apis-storage_v1 (0.31.0)
188188
google-apis-core (>= 0.11.0, < 2.a)
189-
google-cloud-core (1.7.0)
189+
google-cloud-core (1.7.1)
190190
google-cloud-env (>= 1.0, < 3.a)
191191
google-cloud-errors (~> 1.0)
192192
google-cloud-env (1.6.0)
@@ -207,28 +207,28 @@ GEM
207207
os (>= 0.9, < 2.0)
208208
signet (>= 0.16, < 2.a)
209209
highline (2.0.3)
210-
http-cookie (1.0.5)
210+
http-cookie (1.0.7)
211211
domain_name (~> 0.5)
212212
httpclient (2.8.3)
213213
i18n (1.14.4)
214214
concurrent-ruby (~> 1.0)
215215
jmespath (1.6.2)
216216
json (2.7.2)
217-
jwt (2.8.1)
217+
jwt (2.9.3)
218218
base64
219-
mini_magick (4.12.0)
219+
mini_magick (4.13.2)
220220
mini_mime (1.1.5)
221221
minitest (5.22.3)
222222
molinillo (0.8.0)
223223
multi_json (1.15.0)
224-
multipart-post (2.4.0)
224+
multipart-post (2.4.1)
225225
mutex_m (0.2.0)
226226
nanaimo (0.3.0)
227227
nap (1.1.0)
228228
naturally (2.2.1)
229229
netrc (0.11.0)
230230
nkf (0.2.0)
231-
optparse (0.4.0)
231+
optparse (0.5.0)
232232
os (1.1.4)
233233
plist (3.7.1)
234234
public_suffix (4.0.7)
@@ -265,7 +265,7 @@ GEM
265265
tzinfo (2.0.6)
266266
concurrent-ruby (~> 1.0)
267267
uber (0.1.0)
268-
unicode-display_width (2.5.0)
268+
unicode-display_width (2.6.0)
269269
word_wrap (1.0.0)
270270
xcodeproj (1.24.0)
271271
CFPropertyList (>= 2.3.3, < 4.0)
@@ -288,4 +288,4 @@ DEPENDENCIES
288288
fastlane
289289

290290
BUNDLED WITH
291-
2.4.10
291+
2.4.10

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ React Native examples implementing Reown AppKit and WalletKit
1212
- WalletConnect Modal + Ethers v5: `dapps/ModalEthers`
1313
- WalletConnect Modal + Universal Provider: `dapps/ModalUProvider`
1414

15-
- AppKit + Wagmi v1: `dapps/W3MWagmi`
15+
- AppKit + Wagmi: `dapps/W3MWagmi`
1616
- AppKit + Ethers: `dapps/W3MEthers`
1717
- AppKit + Ethers v5: `dapps/W3MEthers5`
1818

dapps/ModalEthers/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function App(): JSX.Element {
8585

8686
const amount = sanitizeHex(numberToHex(0.0001));
8787
const transaction = {
88-
to: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045', // vitalik.eth
88+
to: '0x704457b418E9Fb723e1Bc0cB98106a6B8Cf87689', // test address
8989
value: amount,
9090
chainId,
9191
data: '0x',

dapps/ModalUProvider/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function App(): JSX.Element {
8282

8383
const transaction = {
8484
from: address,
85-
to: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045', // vitalik.eth
85+
to: '0x704457b418E9Fb723e1Bc0cB98106a6B8Cf87689', // test address
8686
value: amount,
8787
chainId,
8888
data: '0x',

dapps/ModalViem/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function App(): JSX.Element {
112112
const hash = await walletClient.sendTransaction({
113113
chain: mainnet,
114114
account: address,
115-
to: '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045', // vitalik.eth
115+
to: '0x704457b418E9Fb723e1Bc0cB98106a6B8Cf87689', // test address
116116
value: parseEther('0.001'),
117117
data: '0x',
118118
});

dapps/W3MEthers/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ PODS:
970970
- React-Mapbuffer (0.73.4):
971971
- glog
972972
- React-debug
973-
- react-native-compat (2.16.1):
973+
- react-native-compat (2.17.2):
974974
- glog
975975
- RCT-Folly (= 2022.05.16.00)
976976
- React-Core
@@ -1449,7 +1449,7 @@ SPEC CHECKSUMS:
14491449
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
14501450
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
14511451
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
1452-
react-native-compat: 18a0603ec7be84855f7a908329ea877069d47570
1452+
react-native-compat: 2861835380e647c6742d54af0414e54d7e24dfbf
14531453
react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74
14541454
react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43
14551455
react-native-netinfo: 8a7fd3f7130ef4ad2fb4276d5c9f8d3f28d2df3d

0 commit comments

Comments
 (0)