File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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}
2424DisableProgramGroupPage = 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
2828SetupIconFile = {#MyPublishPath}\node.ico
2929Compression = lzma
3030SolidCompression = yes
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments