diff --git a/web-ethereum/account_dapp/build.sh b/web-ethereum/account_dapp/build.sh index af83941a7..8dbc415c1 100755 --- a/web-ethereum/account_dapp/build.sh +++ b/web-ethereum/account_dapp/build.sh @@ -17,6 +17,7 @@ sh flutter_web3.sh #_profile="--profile --dart-define=Dart2jsOptimization=O0" #$FLUTTER build web --web-renderer canvaskit --dart-define mock=true commit=$(git rev-parse --short HEAD) +#$FLUTTER build web ${_profile:-} --web-renderer html --dart-define build_commit=$commit $FLUTTER build web ${_profile:-} --web-renderer canvaskit --dart-define build_commit=$commit # Move js to hash named file diff --git a/web-ethereum/account_dapp/lib/dapp/orchid_web3/v1/orchid_eth_v1_web3.dart b/web-ethereum/account_dapp/lib/dapp/orchid_web3/v1/orchid_eth_v1_web3.dart index ec8630834..77e12616e 100644 --- a/web-ethereum/account_dapp/lib/dapp/orchid_web3/v1/orchid_eth_v1_web3.dart +++ b/web-ethereum/account_dapp/lib/dapp/orchid_web3/v1/orchid_eth_v1_web3.dart @@ -6,6 +6,7 @@ import 'package:orchid/api/orchid_eth/orchid_lottery.dart'; import 'package:orchid/api/orchid_eth/v1/orchid_contract_v1.dart'; import 'package:orchid/api/orchid_eth/v1/orchid_eth_v1.dart'; import 'package:orchid/api/orchid_eth/token_type.dart'; +import 'package:orchid/api/orchid_keys.dart'; import 'package:orchid/api/orchid_log.dart'; import 'package:orchid/dapp/orchid_web3/orchid_web3_context.dart';