Skip to content

Commit d7bb37f

Browse files
authored
Merge pull request #34 from allanclempe/feature/move-to-goerli-network
migrated to goerli tetsnet and upgraded libs
2 parents 2270194 + 0d94ad9 commit d7bb37f

File tree

3 files changed

+27
-29
lines changed

3 files changed

+27
-29
lines changed

lib/app_config.dart

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ class AppConfig {
1616
label: 'Local (Truffle)',
1717
),
1818
NetworkType.Ethereum: AppConfigParams(
19-
'https://ropsten.infura.io/v3/628074215a2449eb960b4fe9e95feb09',
20-
'0x5060b60cb8Bd1C94B7ADEF4134555CDa7B45c461',
21-
web3RdpUrl:
22-
'wss://ropsten.infura.io/ws/v3/628074215a2449eb960b4fe9e95feb09',
19+
'https://goerli.infura.io/v3/628074215a2449eb960b4fe9e95feb09',
20+
'0x3B4c8de78c34773f5A1A656691734641f99066A1',
2321
symbol: 'ETH',
24-
faucetUrl: 'https://faucet.ropsten.be',
22+
faucetUrl: 'https://goerlifaucet.com',
2523
enabled: true,
2624
icon: WalletIcons.ethereum,
27-
label: 'Ethereum (Ropsten)',
25+
label: 'Ethereum (Goerli)',
2826
),
2927
NetworkType.BSC: AppConfigParams(
3028
'https://data-seed-prebsc-1-s1.binance.org:8545',

pubspec.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.2"
31+
version: "2.9.0"
3232
bip39:
3333
dependency: "direct main"
3434
description:
@@ -112,14 +112,7 @@ packages:
112112
name: characters
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "1.2.0"
116-
charcode:
117-
dependency: transitive
118-
description:
119-
name: charcode
120-
url: "https://pub.dartlang.org"
121-
source: hosted
122-
version: "1.3.1"
115+
version: "1.2.1"
123116
checked_yaml:
124117
dependency: transitive
125118
description:
@@ -133,7 +126,7 @@ packages:
133126
name: clock
134127
url: "https://pub.dartlang.org"
135128
source: hosted
136-
version: "1.1.0"
129+
version: "1.1.1"
137130
code_builder:
138131
dependency: transitive
139132
description:
@@ -183,13 +176,20 @@ packages:
183176
url: "https://pub.dartlang.org"
184177
source: hosted
185178
version: "2.2.0"
179+
eip55:
180+
dependency: transitive
181+
description:
182+
name: eip55
183+
url: "https://pub.dartlang.org"
184+
source: hosted
185+
version: "1.0.2"
186186
fake_async:
187187
dependency: transitive
188188
description:
189189
name: fake_async
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "1.3.0"
192+
version: "1.3.1"
193193
ffi:
194194
dependency: transitive
195195
description:
@@ -393,21 +393,21 @@ packages:
393393
name: matcher
394394
url: "https://pub.dartlang.org"
395395
source: hosted
396-
version: "0.12.11"
396+
version: "0.12.12"
397397
material_color_utilities:
398398
dependency: transitive
399399
description:
400400
name: material_color_utilities
401401
url: "https://pub.dartlang.org"
402402
source: hosted
403-
version: "0.1.4"
403+
version: "0.1.5"
404404
meta:
405405
dependency: transitive
406406
description:
407407
name: meta
408408
url: "https://pub.dartlang.org"
409409
source: hosted
410-
version: "1.7.0"
410+
version: "1.8.0"
411411
mime:
412412
dependency: transitive
413413
description:
@@ -435,7 +435,7 @@ packages:
435435
name: path
436436
url: "https://pub.dartlang.org"
437437
source: hosted
438-
version: "1.8.1"
438+
version: "1.8.2"
439439
path_provider_linux:
440440
dependency: transitive
441441
description:
@@ -505,7 +505,7 @@ packages:
505505
name: provider
506506
url: "https://pub.dartlang.org"
507507
source: hosted
508-
version: "6.0.3"
508+
version: "6.0.4"
509509
pub_semver:
510510
dependency: transitive
511511
description:
@@ -643,7 +643,7 @@ packages:
643643
name: source_span
644644
url: "https://pub.dartlang.org"
645645
source: hosted
646-
version: "1.8.2"
646+
version: "1.9.0"
647647
stack_trace:
648648
dependency: transitive
649649
description:
@@ -671,21 +671,21 @@ packages:
671671
name: string_scanner
672672
url: "https://pub.dartlang.org"
673673
source: hosted
674-
version: "1.1.0"
674+
version: "1.1.1"
675675
term_glyph:
676676
dependency: transitive
677677
description:
678678
name: term_glyph
679679
url: "https://pub.dartlang.org"
680680
source: hosted
681-
version: "1.2.0"
681+
version: "1.2.1"
682682
test_api:
683683
dependency: transitive
684684
description:
685685
name: test_api
686686
url: "https://pub.dartlang.org"
687687
source: hosted
688-
version: "0.4.9"
688+
version: "0.4.12"
689689
timing:
690690
dependency: transitive
691691
description:
@@ -783,7 +783,7 @@ packages:
783783
name: web3dart
784784
url: "https://pub.dartlang.org"
785785
source: hosted
786-
version: "2.3.5"
786+
version: "2.4.1"
787787
web_socket_channel:
788788
dependency: "direct main"
789789
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
# The following adds the Cupertino Icons font to your application.
2929
# Use with the CupertinoIcons class for iOS style icons.
3030
cupertino_icons: ^1.0.5
31-
web3dart: ^2.3.5
32-
provider: ^6.0.3
31+
web3dart: ^2.4.1
32+
provider: ^6.0.4
3333
qr_flutter: ^4.0.0
3434
# used to generate pneumonic phrase
3535
bip39: ^1.0.6

0 commit comments

Comments
 (0)