mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
update eth node details
This commit is contained in:
parent
11177b50c3
commit
eb6eb4d4d5
1 changed files with 2 additions and 3 deletions
|
@ -137,10 +137,9 @@ abstract class DefaultNodes {
|
|||
isDown: false,
|
||||
);
|
||||
|
||||
//TODO - Update with correct node details for ETH
|
||||
static NodeModel get ethereum => NodeModel(
|
||||
host: "https://mainnet.infura.io/v3/22677300bf774e49a458b73313ee56ba",
|
||||
port: 1234,
|
||||
host: "https://eth.stackwallet.com",
|
||||
port: 443,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.ethereum),
|
||||
useSSL: true,
|
||||
|
|
Loading…
Reference in a new issue