mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
chore(common): update eth and alt defs
This commit is contained in:
parent
1e1edd774f
commit
23d57949db
@ -252,5 +252,29 @@
|
|||||||
"url": [
|
"url": [
|
||||||
"https://solana-dev.trezor.io"
|
"https://solana-dev.trezor.io"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"eth:ETH:1": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://eth1.trezor.io", "https://eth2.trezor.io"]
|
||||||
|
},
|
||||||
|
"eth:BNB:56": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://bsc1.trezor.io"]
|
||||||
|
},
|
||||||
|
"eth:ETC:61": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://etc1.trezor.io", "https://etc2.trezor.io"]
|
||||||
|
},
|
||||||
|
"eth:MATIC:137": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://matic1.trezor.io", "https://matic2.trezor.io"]
|
||||||
|
},
|
||||||
|
"eth:tHOL:17000": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://holesky1.trezor.io", "https://holesky2.trezor.io"]
|
||||||
|
},
|
||||||
|
"eth:tSEP:11155111": {
|
||||||
|
"type": "blockbook",
|
||||||
|
"url": ["https://sepolia1.trezor.io"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
"erc20:eth:USDT": false,
|
"erc20:eth:USDT": false,
|
||||||
"eth:BNB:56": false,
|
"eth:BNB:56": false,
|
||||||
"eth:MATIC:137": false,
|
"eth:MATIC:137": false,
|
||||||
"eth:tETH:3": false,
|
|
||||||
"eth:tETH:4": false,
|
|
||||||
"eth:tETH:5": false,
|
|
||||||
"misc:BNB": false,
|
"misc:BNB": false,
|
||||||
"misc:USDT": false
|
"misc:USDT": false
|
||||||
}
|
}
|
||||||
|
@ -9,35 +9,27 @@
|
|||||||
"slip44": 60
|
"slip44": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chain": "rop",
|
"chain": "hol",
|
||||||
"chain_id": 3,
|
"chain_id": 17000,
|
||||||
"is_testnet": true,
|
"is_testnet": true,
|
||||||
"name": "Ropsten",
|
"name": "Holesky",
|
||||||
"shortcut": "tETH",
|
"shortcut": "tHOL",
|
||||||
"slip44": 1
|
"slip44": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chain": "rin",
|
"chain": "sep",
|
||||||
"chain_id": 4,
|
"chain_id": 11155111,
|
||||||
"is_testnet": true,
|
"is_testnet": true,
|
||||||
"name": "Rinkeby",
|
"name": "Sepolia",
|
||||||
"shortcut": "tETH",
|
"shortcut": "tSEP",
|
||||||
"slip44": 1
|
"slip44": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"chain": "gor",
|
"chain": "bsc",
|
||||||
"chain_id": 5,
|
|
||||||
"is_testnet": true,
|
|
||||||
"name": "Görli",
|
|
||||||
"shortcut": "tETH",
|
|
||||||
"slip44": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chain": "bnb",
|
|
||||||
"chain_id": 56,
|
"chain_id": 56,
|
||||||
"coingecko_id": "binance-smart-chain",
|
"coingecko_id": "binance-smart-chain",
|
||||||
"is_testnet": false,
|
"is_testnet": false,
|
||||||
"name": "Binance Smart Chain",
|
"name": "BNB Smart Chain",
|
||||||
"shortcut": "BNB",
|
"shortcut": "BNB",
|
||||||
"slip44": 714
|
"slip44": 714
|
||||||
},
|
},
|
||||||
|
@ -83,9 +83,8 @@
|
|||||||
"eth:ETC:61": "1.11.3",
|
"eth:ETC:61": "1.11.3",
|
||||||
"eth:ETH:1": "1.11.3",
|
"eth:ETH:1": "1.11.3",
|
||||||
"eth:MATIC:137": "1.11.3",
|
"eth:MATIC:137": "1.11.3",
|
||||||
"eth:tETH:3": "1.6.2",
|
"eth:tSEP:11155111": "1.11.3",
|
||||||
"eth:tETH:4": "1.11.3",
|
"eth:tHOL:17000": "1.11.3",
|
||||||
"eth:tETH:5": "1.11.3",
|
|
||||||
"misc:MAID": "1.7.2",
|
"misc:MAID": "1.7.2",
|
||||||
"misc:OMNI": "1.7.2",
|
"misc:OMNI": "1.7.2",
|
||||||
"misc:USDT": "1.7.2",
|
"misc:USDT": "1.7.2",
|
||||||
@ -189,9 +188,8 @@
|
|||||||
"eth:ETC:61": "2.6.1",
|
"eth:ETC:61": "2.6.1",
|
||||||
"eth:ETH:1": "2.6.1",
|
"eth:ETH:1": "2.6.1",
|
||||||
"eth:MATIC:137": "2.6.1",
|
"eth:MATIC:137": "2.6.1",
|
||||||
"eth:tETH:3": "2.6.1",
|
"eth:tSEP:11155111": "2.6.4",
|
||||||
"eth:tETH:4": "2.6.1",
|
"eth:tHOL:17000": "2.6.4",
|
||||||
"eth:tETH:5": "2.6.1",
|
|
||||||
"misc:ADA": "2.6.1",
|
"misc:ADA": "2.6.1",
|
||||||
"misc:BNB": "2.6.1",
|
"misc:BNB": "2.6.1",
|
||||||
"misc:DSOL": "2.6.4",
|
"misc:DSOL": "2.6.4",
|
||||||
@ -313,9 +311,8 @@
|
|||||||
"eth:ETC:61": "2.5.3",
|
"eth:ETC:61": "2.5.3",
|
||||||
"eth:ETH:1": "2.5.3",
|
"eth:ETH:1": "2.5.3",
|
||||||
"eth:MATIC:137": "2.5.3",
|
"eth:MATIC:137": "2.5.3",
|
||||||
"eth:tETH:3": "2.0.7",
|
"eth:tSEP:11155111": "2.6.4",
|
||||||
"eth:tETH:4": "2.5.3",
|
"eth:tHOL:17000": "2.6.4",
|
||||||
"eth:tETH:5": "2.5.3",
|
|
||||||
"misc:ADA": "2.0.8",
|
"misc:ADA": "2.0.8",
|
||||||
"misc:BNB": "2.1.5",
|
"misc:BNB": "2.1.5",
|
||||||
"misc:DSOL": "2.6.4",
|
"misc:DSOL": "2.6.4",
|
||||||
@ -533,9 +530,8 @@
|
|||||||
"eth:ETC:61": "2.6.1",
|
"eth:ETC:61": "2.6.1",
|
||||||
"eth:ETH:1": "2.6.1",
|
"eth:ETH:1": "2.6.1",
|
||||||
"eth:MATIC:137": "2.6.1",
|
"eth:MATIC:137": "2.6.1",
|
||||||
"eth:tETH:3": "2.6.1",
|
"eth:tSEP:11155111": "2.6.1",
|
||||||
"eth:tETH:4": "2.6.1",
|
"eth:tHOL:17000": "2.6.1",
|
||||||
"eth:tETH:5": "2.6.1",
|
|
||||||
"misc:ADA": "2.6.1",
|
"misc:ADA": "2.6.1",
|
||||||
"misc:BNB": "2.6.1",
|
"misc:BNB": "2.6.1",
|
||||||
"misc:DSOL": "2.6.4",
|
"misc:DSOL": "2.6.4",
|
||||||
@ -618,7 +614,12 @@
|
|||||||
"bitcoin:tFIRO": true,
|
"bitcoin:tFIRO": true,
|
||||||
"bitcoin:tLTC": true,
|
"bitcoin:tLTC": true,
|
||||||
"bitcoin:tPPC": true,
|
"bitcoin:tPPC": true,
|
||||||
"eth:tETH:3": true,
|
"eth:BNB:56": true,
|
||||||
|
"eth:ETC:61": true,
|
||||||
|
"eth:ETH:1": true,
|
||||||
|
"eth:MATIC:137": true,
|
||||||
|
"eth:tSEP:11155111": true,
|
||||||
|
"eth:tHOL:17000": true,
|
||||||
"misc:ADA": true,
|
"misc:ADA": true,
|
||||||
"misc:BNB": true,
|
"misc:BNB": true,
|
||||||
"misc:DSOL": true,
|
"misc:DSOL": true,
|
||||||
@ -652,7 +653,12 @@
|
|||||||
"bitcoin:TEST": true,
|
"bitcoin:TEST": true,
|
||||||
"bitcoin:VTC": true,
|
"bitcoin:VTC": true,
|
||||||
"bitcoin:ZEC": true,
|
"bitcoin:ZEC": true,
|
||||||
"eth:tETH:3": true,
|
"eth:BNB:56": true,
|
||||||
|
"eth:ETC:61": true,
|
||||||
|
"eth:ETH:1": true,
|
||||||
|
"eth:MATIC:137": true,
|
||||||
|
"eth:tSEP:11155111": true,
|
||||||
|
"eth:tHOL:17000": true,
|
||||||
"misc:ADA": true,
|
"misc:ADA": true,
|
||||||
"misc:DSOL": true,
|
"misc:DSOL": true,
|
||||||
"misc:SOL": true,
|
"misc:SOL": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user