Skip to content

Commit 981ce52

Browse files
authored
Merge pull request #21 from GalaxyPay/dev
fnet updates
2 parents 6568674 + 63b6338 commit 981ce52

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
uses: ncipollo/release-action@v1
5959
with:
6060
allowUpdates: true
61-
tag: v1.3.1
62-
artifacts: "Output\\AvmWinNode_Setup.exe"
61+
tag: v1.3.2
62+
artifacts: "Output\\AvmWinNode_*_Setup.exe"

AvmWinNode.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "AvmWinNode"
5-
#define MyAppVersion "1.3.1"
5+
#define MyAppVersion "1.3.2"
66
#define MyAppPublisher "Galaxy Pay, LLC"
77
#define MyAppPublisherURL "https://galaxy-pay.com"
88
#define MyPublishPath "publish"
@@ -24,7 +24,7 @@ DefaultGroupName={#MyAppName}
2424
DisableProgramGroupPage=yes
2525
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2626
;PrivilegesRequired=lowest
27-
OutputBaseFilename=AvmWinNode_Setup
27+
OutputBaseFilename=AvmWinNode_{#MyAppVersion}_Setup
2828
SetupIconFile={#MyPublishPath}\node.ico
2929
Compression=lzma
3030
SolidCompression=yes

webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "avm-win-node-webui",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"scripts": {
55
"dev": "vite",
66
"build": "vue-tsc --noEmit && vite build",

webui/src/components/Reti.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<v-form ref="form" @submit.prevent="startValidator()">
1111
<v-card-text>
1212
You first need to register your validator and pool(s) with
13-
<a href="https://reti.vercel.app/" target="_blank">Reti</a>. There you
14-
will receive a Validator ID, and configure your Node Number and
13+
<a href="https://reti-fnet.nodely.io/" target="_blank">Reti</a>. There
14+
you will receive a Validator ID, and configure your Node Number and
1515
Manager Address.
1616
</v-card-text>
1717
<v-container>

webui/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function getCatchpoint(name: string): Promise<string | undefined> {
4646
case "FNet": {
4747
// const resp = await axios({ url: FNET_URL });
4848
// return resp.data["last-catchpoint"];
49-
return "2330000#UENIUVU6ZTMPM5ZGYYY75ESP5H77E4IHHCBQRRCC2ULN753GSQIQA";
49+
return "2520000#PRWW73GNIFJFFDLXQZRIC2HV2TXDCW6C6L4VLUBD26K5FBOV3FOA";
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)