@exodus/trezor-meta
Advanced tools
Comparing version 3.3.8 to 3.3.9
@@ -6,4 +6,8 @@ # Change Log | ||
## [3.3.9](https://github.com/ExodusMovement/hydra/compare/@exodus/trezor-meta@3.3.8...@exodus/trezor-meta@3.3.9) (2024-11-18) | ||
**Note:** Version bump only for package @exodus/trezor-meta | ||
## [3.3.8](https://github.com/ExodusMovement/hydra/compare/@exodus/trezor-meta@3.3.7...@exodus/trezor-meta@3.3.8) (2024-11-01) | ||
Re-licensed under MIT license. |
{ | ||
"name": "@exodus/trezor-meta", | ||
"version": "3.3.8", | ||
"version": "3.3.9", | ||
"description": "trezor constants, firmware, and utils", | ||
@@ -29,3 +29,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "2de0257f0ed62679c297cfc80a27fdda50bb57f1" | ||
"gitHead": "7d4d1e43b2d7163ce9e9f4485dffff0bafdc9678" | ||
} |
@@ -109,55 +109,2 @@ [ | ||
{ | ||
"address_type": 38, | ||
"address_type_p2sh": 23, | ||
"bech32_prefix": "btg", | ||
"bip115": false, | ||
"bitcore": [], | ||
"blockbook": [ | ||
"https://btg1.trezor.io", | ||
"https://btg2.trezor.io", | ||
"https://btg3.trezor.io", | ||
"https://btg4.trezor.io", | ||
"https://btg5.trezor.io" | ||
], | ||
"blocktime_seconds": 600, | ||
"cashaddr_prefix": null, | ||
"bitcoin_like": true, | ||
"coin_label": "Bitcoin Gold", | ||
"coin_name": "Bgold", | ||
"exodus_name": "bgold", | ||
"coin_shortcut": "BTG", | ||
"curve_name": "secp256k1", | ||
"decred": false, | ||
"default_fee_b": { | ||
"Economy": 70, | ||
"High": 200, | ||
"Low": 10, | ||
"Normal": 140 | ||
}, | ||
"dust_limit": 546, | ||
"force_bip143": true, | ||
"fork_id": 79, | ||
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f", | ||
"max_address_length": 34, | ||
"maxfee_kb": 500000, | ||
"min_address_length": 27, | ||
"minfee_kb": 1000, | ||
"name": "Bitcoin Gold", | ||
"segwit": true, | ||
"shortcut": "BTG", | ||
"signed_message_header": "Bitcoin Gold Signed Message:\n", | ||
"slip44": 156, | ||
"support": { | ||
"connect": true, | ||
"trezor1": "1.6.2", | ||
"trezor2": "2.0.7", | ||
"trezor3": false, | ||
"webwallet": true | ||
}, | ||
"xprv_magic": 76066276, | ||
"xpub_magic": 76067358, | ||
"xpub_magic_segwit_native": null, | ||
"xpub_magic_segwit_p2sh": 77429938 | ||
}, | ||
{ | ||
"address_type": 76, | ||
@@ -164,0 +111,0 @@ "address_type_p2sh": 16, |
@@ -29,9 +29,3 @@ const constants = require('./constants') | ||
// Trezor Safe 3 has deprecated support for some assets | ||
const BASE_SUPPORTED_TREZOR_ONE_AND_T = [ | ||
...BASE_SUPPORTED_ASSETS, | ||
'bgold', | ||
'dash', | ||
'decred', | ||
'digibyte', | ||
] | ||
const BASE_SUPPORTED_TREZOR_ONE_AND_T = [...BASE_SUPPORTED_ASSETS, 'dash', 'decred', 'digibyte'] | ||
@@ -38,0 +32,0 @@ // Assets supported by specific Trezor models on Exodus. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
25945
878