Commit 8386248 1 parent 1e37285 commit 8386248 Copy full SHA for 8386248
File tree 4 files changed +4
-4
lines changed
flutter-aggregate-verifier-example/lib
flutter-auth0-example/lib
flutter-firebase-example/lib
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ class _MyAppState extends State<MyApp> {
318
318
value: EtherAmount .fromUnitAndValue (
319
319
EtherUnit .gwei, 5000000 ), // 0.005 ETH
320
320
),
321
- chainId: 5 );
321
+ chainId: 11155111 );
322
322
debugPrint (receipt);
323
323
setState (() {
324
324
_result = receipt;
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ class _MyAppState extends State<MyApp> {
299
299
value: EtherAmount .fromUnitAndValue (
300
300
EtherUnit .gwei, 5000000 ), // 0.005 ETH
301
301
),
302
- chainId: 5 );
302
+ chainId: 11155111 );
303
303
debugPrint (receipt);
304
304
setState (() {
305
305
_result = receipt;
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ class _MyAppState extends State<MyApp> {
323
323
value: EtherAmount .fromUnitAndValue (
324
324
EtherUnit .gwei, 5000000 ), // 0.005 ETH
325
325
),
326
- chainId: 5 );
326
+ chainId: 11155111 );
327
327
debugPrint (receipt);
328
328
setState (() {
329
329
_result = receipt;
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ class _MyAppState extends State<MyApp> {
342
342
value: EtherAmount .fromUnitAndValue (
343
343
EtherUnit .gwei, 5000000 ), // 0.005 ETH
344
344
),
345
- chainId: 5 );
345
+ chainId: 11155111 );
346
346
debugPrint (receipt);
347
347
setState (() {
348
348
_result = receipt;
You can’t perform that action at this time.
0 commit comments