Skip to content

Commit 34c9769

Browse files
committed
fix parachainId bug
1 parent 13cf50c commit 34c9769

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/pages/assetsList.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class _AssetsListState extends State<AssetsList> {
3939
Container(
4040
margin: EdgeInsets.all(16),
4141
child: CupertinoTextField(
42+
autofocus: false,
4243
padding: EdgeInsets.fromLTRB(8, 4, 8, 4),
4344
decoration: BoxDecoration(
4445
borderRadius: BorderRadius.all(Radius.circular(24)),

lib/polkawallet_plugin_statemine.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class PluginStatemine extends PolkawalletPlugin {
4040
jsCodeVersion: 22201,
4141
isTestNet: false,
4242
isXCMSupport: true,
43+
parachainId: '1000',
4344
),
4445
recoveryEnabled = false,
4546
_cache =

0 commit comments

Comments
 (0)