mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
Merge branch 'add-ethereum' into add-erc-20-tokens
This commit is contained in:
commit
1c435bb739
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ class GasTracker {
|
|||
class EthereumWallet extends CoinServiceAPI {
|
||||
NodeModel? _ethNode;
|
||||
final _gasLimit = 21000;
|
||||
final _blockExplorer = "https://eth-goerli.blockscout.com/api?";
|
||||
final _blockExplorer = "https://blockscout.com/eth/mainnet/api?";
|
||||
final _gasTrackerUrl = "https://beaconcha.in/api/v1/execution/gasnow";
|
||||
|
||||
@override
|
||||
|
|
|
@ -136,7 +136,7 @@ abstract class DefaultNodes {
|
|||
|
||||
//TODO - Update with correct node details for ETH
|
||||
static NodeModel get ethereum => NodeModel(
|
||||
host: "https://goerli.infura.io/v3/22677300bf774e49a458b73313ee56ba",
|
||||
host: "https://mainnet.infura.io/v3/22677300bf774e49a458b73313ee56ba",
|
||||
port: 1234,
|
||||
name: defaultName,
|
||||
id: _nodeId(Coin.ethereum),
|
||||
|
|
Loading…
Reference in a new issue