mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
added web3 to config
This commit is contained in:
parent
afc6135f09
commit
6c387967f9
@ -19,6 +19,9 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"web3": [
|
||||||
|
"wss://eth2.trezor.io/geth"
|
||||||
|
],
|
||||||
"explorer": {
|
"explorer": {
|
||||||
"tx": "https://etherscan.io/tx/",
|
"tx": "https://etherscan.io/tx/",
|
||||||
"address": "https://etherscan.io/address/"
|
"address": "https://etherscan.io/address/"
|
||||||
@ -43,6 +46,9 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"web3": [
|
||||||
|
"wss://etc2.trezor.io/geth"
|
||||||
|
],
|
||||||
"explorer": {
|
"explorer": {
|
||||||
"tx": "https://gastracker.io/tx/",
|
"tx": "https://gastracker.io/tx/",
|
||||||
"address": "https://gastracker.io/addr/"
|
"address": "https://gastracker.io/addr/"
|
||||||
@ -67,33 +73,14 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"web3": [
|
||||||
|
"wss://ropsten3.trezor.io",
|
||||||
|
"wss://ropsten1.trezor.io/geth"
|
||||||
|
],
|
||||||
"explorer": {
|
"explorer": {
|
||||||
"tx": "https://ropsten.etherscan.io/tx/",
|
"tx": "https://ropsten.etherscan.io/tx/",
|
||||||
"address": "https://ropsten.etherscan.io/address/"
|
"address": "https://ropsten.etherscan.io/address/"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Ethereum Rinkeby",
|
|
||||||
"symbol": "tETH",
|
|
||||||
"network": "rinkeby",
|
|
||||||
"chainId": 4,
|
|
||||||
"bip44": "m/44'/61'/0'/0",
|
|
||||||
"defaultGasPrice": 64,
|
|
||||||
"defaultGasLimit": 21000,
|
|
||||||
"defaultGasLimitTokens": 200000,
|
|
||||||
"tokens": "./data/rinkebyTokens.json",
|
|
||||||
"backends": [
|
|
||||||
{
|
|
||||||
"name": "TREZOR Wallet - Ethereum",
|
|
||||||
"urls": [
|
|
||||||
"https://rinkeby.infura.io/QGyVKozSUEh2YhL4s2G4"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"explorer": {
|
|
||||||
"tx": "https://rinkeby.etherscan.io/tx/",
|
|
||||||
"address": "https://rinkeby.etherscan.io/address/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user