diff --git a/package.json b/package.json index bf3171e..757a964 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "owallet", "productName": "OWallet", "homepage": "http://ont.io", - "version": "v0.9.16", + "version": "v0.9.17", "author": "Ontology Foundation Ltd. ", "description": "OWallet is a comprehensive Ontology desktop wallet", "license": "Apache-2.0", diff --git a/src/core/consts.js b/src/core/consts.js index f6472ec..6624384 100644 --- a/src/core/consts.js +++ b/src/core/consts.js @@ -64,6 +64,10 @@ export const SWAP_ADDRESS = 'AFmseVrdL9f9oyCzZefL9tG6UbvhPbdYzM' export const NODE_DETAIL = 'https://explorer.ont.io/nodes/detail/' export const NODE_NAME_LIST = 'https://ont.io/api/v1/candidate/info/All' +export const OFF_CHAIN_NODES = { + TEST_NET: 'https://polarisexplorer.ont.io/v2/nodes/off-chain-infos', + MAIN_NET: 'https://explorer.ont.io/v2/nodes/off-chain-infos' +} export const PAX_API = { Host: 'http://18.138.83.180:20800', diff --git a/src/renderer/components/Node/NodeAuthorize/NodeList.vue b/src/renderer/components/Node/NodeAuthorize/NodeList.vue index 0f48755..3c6552a 100644 --- a/src/renderer/components/Node/NodeAuthorize/NodeList.vue +++ b/src/renderer/components/Node/NodeAuthorize/NodeList.vue @@ -99,7 +99,7 @@ {{text}} -