Skip to content

Commit

Permalink
Merge various work from Orchid Labs master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Jul 25, 2024
2 parents 76a94c4 + 0346db4 commit d95f0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web-ethereum/account_dapp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit d95f0b5

Please sign in to comment.