From 0d94ad90364cf931de216d0be083c8c3f851bcc6 Mon Sep 17 00:00:00 2001 From: Allan Clempe Date: Wed, 9 Nov 2022 12:42:13 +1000 Subject: [PATCH] migrated to goerli tetsnet and upgraded libs --- lib/app_config.dart | 10 ++++------ pubspec.lock | 42 +++++++++++++++++++++--------------------- pubspec.yaml | 4 ++-- 3 files changed, 27 insertions(+), 29 deletions(-) diff --git a/lib/app_config.dart b/lib/app_config.dart index 0d3d450..a5b4f86 100644 --- a/lib/app_config.dart +++ b/lib/app_config.dart @@ -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', diff --git a/pubspec.lock b/pubspec.lock index df5db54..ed86cd5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index d69ebda..0e2c363 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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