Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/reown_appkit/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ targets:
$default:
sources:
exclude:
- "**/.symlinks/**"
- "**/.symlinks/**"
builders:
build_version:
options:
Expand Down
10 changes: 10 additions & 0 deletions packages/reown_appkit/example/base/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ PODS:
- Flutter (1.0.0)
- flutter_secure_storage (6.0.0):
- Flutter
- reown_yttrium (0.0.1):
- Flutter
- YttriumWrapper (= 0.9.57)
- YttriumWrapper (0.9.57)

DEPENDENCIES:
- coinbase_wallet_sdk (from `.symlinks/plugins/coinbase_wallet_sdk/ios`)
- Flutter (from `Flutter`)
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
- reown_yttrium (from `.symlinks/plugins/reown_yttrium/ios`)

SPEC REPOS:
trunk:
- CoinbaseWalletSDK
- YttriumWrapper

EXTERNAL SOURCES:
coinbase_wallet_sdk:
Expand All @@ -25,12 +31,16 @@ EXTERNAL SOURCES:
:path: Flutter
flutter_secure_storage:
:path: ".symlinks/plugins/flutter_secure_storage/ios"
reown_yttrium:
:path: ".symlinks/plugins/reown_yttrium/ios"

SPEC CHECKSUMS:
coinbase_wallet_sdk: c893738400ef78bd20e7f4195cbb38266f7d15e8
CoinbaseWalletSDK: ea1f37512bbc69ebe07416e3b29bf840f5cc3152
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
reown_yttrium: 518f6a50e4f291cef7e282ab5f2c955aa63f2e27
YttriumWrapper: ded5842dc952538bb7f09a1074fdd6d7348bfeaa

PODFILE CHECKSUM: 0772a2bd8cd4c7aaeb2576ddfaf6b03be722593b

Expand Down
10 changes: 10 additions & 0 deletions packages/reown_appkit/example/modal/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ PODS:
- Flutter (1.0.0)
- flutter_secure_storage (6.0.0):
- Flutter
- reown_yttrium (0.0.1):
- Flutter
- YttriumWrapper (= 0.9.57)
- YttriumWrapper (0.9.57)

DEPENDENCIES:
- coinbase_wallet_sdk (from `.symlinks/plugins/coinbase_wallet_sdk/ios`)
- Flutter (from `Flutter`)
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
- reown_yttrium (from `.symlinks/plugins/reown_yttrium/ios`)

SPEC REPOS:
trunk:
- CoinbaseWalletSDK
- YttriumWrapper

EXTERNAL SOURCES:
coinbase_wallet_sdk:
Expand All @@ -25,12 +31,16 @@ EXTERNAL SOURCES:
:path: Flutter
flutter_secure_storage:
:path: ".symlinks/plugins/flutter_secure_storage/ios"
reown_yttrium:
:path: ".symlinks/plugins/reown_yttrium/ios"

SPEC CHECKSUMS:
coinbase_wallet_sdk: c893738400ef78bd20e7f4195cbb38266f7d15e8
CoinbaseWalletSDK: ea1f37512bbc69ebe07416e3b29bf840f5cc3152
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
reown_yttrium: 518f6a50e4f291cef7e282ab5f2c955aa63f2e27
YttriumWrapper: ded5842dc952538bb7f09a1074fdd6d7348bfeaa

PODFILE CHECKSUM: 0a7d5b7d0e53420cb0284f7b2f171f93843b94d2

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:reown_appkit/modal/services/coinbase_service/i_coinbase_service.
import 'package:reown_appkit/modal/services/coinbase_service/models/coinbase_data.dart';
import 'package:reown_appkit/modal/services/coinbase_service/models/coinbase_events.dart';

import 'package:coinbase_wallet_sdk/currency.dart';
import 'package:coinbase_wallet_sdk/currency.dart' as cb;
import 'package:coinbase_wallet_sdk/action.dart';
import 'package:coinbase_wallet_sdk/coinbase_wallet_sdk.dart';
import 'package:coinbase_wallet_sdk/configuration.dart';
Expand Down Expand Up @@ -336,7 +336,7 @@ extension on SessionRequestParams {
chainId: chainInfo.chainId,
rpcUrls: [chainInfo.rpcUrl],
chainName: chainInfo.name,
nativeCurrency: Currency(
nativeCurrency: cb.Currency(
name: chainInfo.currency,
symbol: chainInfo.currency,
decimals: 18,
Expand Down
6 changes: 4 additions & 2 deletions packages/reown_appkit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ dependencies:
pinenacl: ^0.6.0
plugin_platform_interface: ^2.1.8
qr_flutter_wc: ^0.0.3
reown_core: ^1.3.1
reown_sign: ^1.3.1
reown_core:
path: ../reown_core/
reown_sign:
path: ../reown_sign/
shimmer: ^3.0.0
synchronized: ^3.3.0+3
web_socket_channel: ^3.0.1
Expand Down
Loading