Commit 7fcd262
feat(walletkit): add Monad/BSC/Celo support (#365)
* feat(walletkit): add Monad/BSC/Celo support, update Yttrium to 0.10.50, and refine request modal UI
- Add Monad (eip155:143), BSC (eip155:56), and Celo (eip155:42220) chains to wallet example
- Update YttriumWrapper and YttriumUtilsWrapper to 0.10.50 (iOS and Android)
- Remove chain name from network card in request modals (show icon only)
- Set verify and network cards to 68px height
- Move network card below message card in request modals
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* revert: yttrium version update to 0.10.50
Revert Yttrium native dependencies back to their previous versions
(0.10.40/0.10.41 for YttriumWrapper, 0.10.37/0.10.38 for YttriumUtilsWrapper)
since 0.10.50 is not yet available on JitPack for Android.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* revert: restore original Podfile.lock
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): clear stale CocoaPods CDN cache before iOS builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): use pod repo update instead of cache clear for iOS builds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: update Podfile.lock (Sentry 8.58.0)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: update Xcode project settings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ios): enforce minimum deployment target 13.0 for all pods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Revert "fix(ios): enforce minimum deployment target 13.0 for all pods"
This reverts commit c9eb334.
* fix(ios): update code signing to manual with distribution certs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(ci): hardcode build number 132 to fix TF numbering
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* revert: restore dynamic TF build number
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent e03baeb commit 7fcd262
File tree
8 files changed
+57
-40
lines changed- .github/actions/dependencies
- packages/reown_walletkit/example
- ios
- Runner.xcodeproj
- lib
- models
- widgets
- wc_connection_request
- wc_request_modal
8 files changed
+57
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
Lines changed: 21 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
233 | 235 | | |
| 236 | + | |
| 237 | + | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
| |||
386 | 390 | | |
387 | 391 | | |
388 | 392 | | |
389 | | - | |
| 393 | + | |
| 394 | + | |
390 | 395 | | |
391 | | - | |
| 396 | + | |
| 397 | + | |
392 | 398 | | |
393 | 399 | | |
394 | 400 | | |
| |||
399 | 405 | | |
400 | 406 | | |
401 | 407 | | |
| 408 | + | |
402 | 409 | | |
403 | 410 | | |
404 | 411 | | |
| |||
481 | 488 | | |
482 | 489 | | |
483 | 490 | | |
484 | | - | |
| 491 | + | |
485 | 492 | | |
486 | 493 | | |
487 | 494 | | |
| |||
561 | 568 | | |
562 | 569 | | |
563 | 570 | | |
564 | | - | |
| 571 | + | |
565 | 572 | | |
566 | 573 | | |
567 | 574 | | |
| |||
641 | 648 | | |
642 | 649 | | |
643 | 650 | | |
644 | | - | |
| 651 | + | |
645 | 652 | | |
646 | 653 | | |
647 | 654 | | |
| |||
763 | 770 | | |
764 | 771 | | |
765 | 772 | | |
766 | | - | |
| 773 | + | |
| 774 | + | |
767 | 775 | | |
768 | | - | |
| 776 | + | |
| 777 | + | |
769 | 778 | | |
770 | 779 | | |
771 | 780 | | |
| |||
776 | 785 | | |
777 | 786 | | |
778 | 787 | | |
| 788 | + | |
779 | 789 | | |
780 | 790 | | |
781 | 791 | | |
| |||
806 | 816 | | |
807 | 817 | | |
808 | 818 | | |
809 | | - | |
| 819 | + | |
810 | 820 | | |
811 | 821 | | |
812 | 822 | | |
| |||
845 | 855 | | |
846 | 856 | | |
847 | 857 | | |
848 | | - | |
| 858 | + | |
849 | 859 | | |
850 | 860 | | |
851 | 861 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 9 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 102 | | |
107 | 103 | | |
108 | 104 | | |
| |||
118 | 114 | | |
119 | 115 | | |
120 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
227 | 228 | | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
233 | | - | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
256 | 253 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | 254 | | |
268 | 255 | | |
269 | 256 | | |
| |||
0 commit comments