Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrated to goerli tetsnet and upgraded libs #34

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions lib/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ class AppConfig {
label: 'Local (Truffle)',
),
NetworkType.Ethereum: AppConfigParams(
'https://ropsten.infura.io/v3/628074215a2449eb960b4fe9e95feb09',
'0x5060b60cb8Bd1C94B7ADEF4134555CDa7B45c461',
web3RdpUrl:
'wss://ropsten.infura.io/ws/v3/628074215a2449eb960b4fe9e95feb09',
'https://goerli.infura.io/v3/628074215a2449eb960b4fe9e95feb09',
'0x3B4c8de78c34773f5A1A656691734641f99066A1',
symbol: 'ETH',
faucetUrl: 'https://faucet.ropsten.be',
faucetUrl: 'https://goerlifaucet.com',
enabled: true,
icon: WalletIcons.ethereum,
label: 'Ethereum (Ropsten)',
label: 'Ethereum (Goerli)',
),
NetworkType.BSC: AppConfigParams(
'https://data-seed-prebsc-1-s1.binance.org:8545',
Expand Down
42 changes: 21 additions & 21 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
bip39:
dependency: "direct main"
description:
Expand Down Expand Up @@ -112,14 +112,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.1"
checked_yaml:
dependency: transitive
description:
Expand All @@ -133,7 +126,7 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -183,13 +176,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
eip55:
dependency: transitive
description:
name: eip55
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -393,21 +393,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -435,7 +435,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
path_provider_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -505,7 +505,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.3"
version: "6.0.4"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -643,7 +643,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -671,21 +671,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -783,7 +783,7 @@ packages:
name: web3dart
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.5"
version: "2.4.1"
web_socket_channel:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
web3dart: ^2.3.5
provider: ^6.0.3
web3dart: ^2.4.1
provider: ^6.0.4
qr_flutter: ^4.0.0
# used to generate pneumonic phrase
bip39: ^1.0.6
Expand Down