Skip to content

Commit

Permalink
hot fixed transaction executor urls
Browse files Browse the repository at this point in the history
  • Loading branch information
andreweximchain committed Feb 21, 2019
1 parent d7d9d32 commit 19dda4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions common/libs/nodes/configs.ts
Expand Up @@ -17,19 +17,19 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
name: makeNodeName('ETH', 'transactionexc1'),
type: 'rpc',
service: 'Europe',
url: 'http://ec2-3-80-165-200.compute-1.amazonaws.com:8080'
url: 'https://tx-executor-us-east.eximchain.com '
},
{
name: makeNodeName('ETH', 'transactionexc2'),
type: 'rpc',
service: 'Korea',
url: 'http://ec2-34-219-140-122.us-west-2.compute.amazonaws.com:8080'
url: 'https://tx-executor-us-west.eximchain.com'
},
{
name: makeNodeName('ETH', 'transactionexc3'),
type: 'rpc',
service: 'Singapore',
url: 'http://ec2-54-255-248-144.ap-southeast-1.compute.amazonaws.com:8080'
url: 'https://tx-executor-singapore.eximchain.com'
}
]
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "EximchainWallet",
"author": "Eximchain",
"version": "0.1.2-beta",
"version": "0.1.3-beta",
"main": "main.js",
"description": "Eximchain Wallet web and electron app",
"repository": "https://github.com/Eximchain/EximchainWallet",
Expand Down

0 comments on commit 19dda4b

Please sign in to comment.