Skip to content

Commit

Permalink
Update karbo.club' node url, small Ukr translation amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jan 11, 2024
1 parent dd8a885 commit a20ef65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karbowebwallet",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fully client-side web-wallet for Karbo",
"scripts": {
"start": "serve .\\src\\",
Expand Down
8 changes: 1 addition & 7 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
let myGlobal : any = typeof window !== 'undefined' ? window : self;
myGlobal.config = {
debug: false,
apiUrl: [
"https://node.karbo.io:32448/"
],
nodeList: [
"https://karbo.club/services/node_web/",
"https://karbo.club:32448/",
"https://node.karbo.org:32448/",
"https://node.karbo.io:32448/"
],
Expand Down Expand Up @@ -40,9 +37,6 @@ myGlobal.config = {
maxBlockNumber: 500000000,
};

let randInt = Math.floor(Math.random() * Math.floor(config.nodeList.length));
config.nodeUrl = config.nodeList[randInt];

function logDebugMsg(...data: any[]) {
if (config.debug) {
if (data.length > 1) {
Expand Down
4 changes: 2 additions & 2 deletions src/translations/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@
}
},
"accountPage": {
"title": "Аккаунт",
"subtitle": "Огляд вашого профілю та історії транзакцій",
"title": "Рахунок",
"subtitle": "Огляд вашого облікового запису та історія транзакцій",
"synchronizingBlock": {
"text": "Синхронізація..."
},
Expand Down

0 comments on commit a20ef65

Please sign in to comment.