Skip to content

Commit

Permalink
update patract.io wss endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Nov 1, 2021
1 parent 14e795b commit 74b3359
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.3.6] - 20211101.

* bump polkawallet_sdk: 0.3.7.
* use Visibility widget.

## [0.3.5] - 20211026.

* bump polkawallet_sdk: 0.3.6.
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,14 +400,14 @@ packages:
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.6"
version: "0.3.7"
polkawallet_ui:
dependency: "direct main"
description:
name: polkawallet_ui
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
version: "0.3.6"
process:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions lib/common/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const node_list_kusama = [
{
'name': 'Kusama (Polkadot Canary, hosted by PatractLabs)',
'ss58': 2,
'endpoint': 'wss://kusama.elara.patract.io',
'endpoint': 'wss://pub.elara.patract.io/kusama',
},
{
'name': 'Kusama (Polkadot Canary, hosted by Parity)',
Expand All @@ -34,7 +34,7 @@ const node_list_polkadot = [
{
'name': 'Polkadot (Live, hosted by PatractLabs)',
'ss58': 0,
'endpoint': 'wss://polkadot.elara.patract.io',
'endpoint': 'wss://pub.elara.patract.io/polkadot',
},
{
'name': 'Polkadot (Live, hosted by Parity)',
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -589,14 +589,14 @@ packages:
name: polkawallet_sdk
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.6"
version: "0.3.7"
polkawallet_ui:
dependency: "direct main"
description:
name: polkawallet_ui
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.5"
version: "0.3.6"
pool:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
flutter_svg: ^0.23.0+1
get_storage: ^2.0.3
json_annotation: ^4.0.1
polkawallet_sdk: ^0.3.6
polkawallet_ui: ^0.3.5
polkawallet_sdk: ^0.3.7
polkawallet_ui: ^0.3.6

dev_dependencies:
build_runner: ^2.1.2
Expand Down

0 comments on commit 74b3359

Please sign in to comment.