diff --git a/config/gdev_endpoints.json b/config/gdev_endpoints.json index 1e2f325..4196059 100644 --- a/config/gdev_endpoints.json +++ b/config/gdev_endpoints.json @@ -1,3 +1,4 @@ [ + "wss://gdev.p2p.legal/ws", "wss://gdev.librelois.fr/ws" ] diff --git a/pubspec.yaml b/pubspec.yaml index a662a52..4c1e748 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: Pay with G1. # pub.dev using `pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.0.12+33 +version: 0.0.12+34 environment: sdk: '>=2.12.0 <3.0.0'