Skip to content

Commit

Permalink
Merge pull request #21 from GalaxyPay/dev
Browse files Browse the repository at this point in the history
fnet updates
  • Loading branch information
acfunk authored Nov 17, 2024
2 parents 6568674 + 63b6338 commit 981ce52
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: v1.3.1
artifacts: "Output\\AvmWinNode_Setup.exe"
tag: v1.3.2
artifacts: "Output\\AvmWinNode_*_Setup.exe"
4 changes: 2 additions & 2 deletions AvmWinNode.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "AvmWinNode"
#define MyAppVersion "1.3.1"
#define MyAppVersion "1.3.2"
#define MyAppPublisher "Galaxy Pay, LLC"
#define MyAppPublisherURL "https://galaxy-pay.com"
#define MyPublishPath "publish"
Expand All @@ -24,7 +24,7 @@ DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputBaseFilename=AvmWinNode_Setup
OutputBaseFilename=AvmWinNode_{#MyAppVersion}_Setup
SetupIconFile={#MyPublishPath}\node.ico
Compression=lzma
SolidCompression=yes
Expand Down
2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "avm-win-node-webui",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
Expand Down
4 changes: 2 additions & 2 deletions webui/src/components/Reti.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<v-form ref="form" @submit.prevent="startValidator()">
<v-card-text>
You first need to register your validator and pool(s) with
<a href="https://reti.vercel.app/" target="_blank">Reti</a>. There you
will receive a Validator ID, and configure your Node Number and
<a href="https://reti-fnet.nodely.io/" target="_blank">Reti</a>. There
you will receive a Validator ID, and configure your Node Number and
Manager Address.
</v-card-text>
<v-container>
Expand Down
2 changes: 1 addition & 1 deletion webui/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function getCatchpoint(name: string): Promise<string | undefined> {
case "FNet": {
// const resp = await axios({ url: FNET_URL });
// return resp.data["last-catchpoint"];
return "2330000#UENIUVU6ZTMPM5ZGYYY75ESP5H77E4IHHCBQRRCC2ULN753GSQIQA";
return "2520000#PRWW73GNIFJFFDLXQZRIC2HV2TXDCW6C6L4VLUBD26K5FBOV3FOA";
}
}
}
Expand Down

0 comments on commit 981ce52

Please sign in to comment.