Michael Newman
Michael Newman
The new format of the "avax_transfers.csv" file shows 0 AVAX as the amount for any "C to P" import transaction. Expect this to be a non-zero value. Let me know...
Feature request: Give users option to export HD addresses (Internal, External, Platform) from the lists given from `Manage Keys; HD Addresses` pop-up screen. Ideally to CSV and/or JSON. This is...
Feature request: Give users an option to export the transactions list (right side of screen) into CSV or JSON.
Currently there are RPC and WS connections available to C-Chain (EVM), but a similar connection with IPC is not available. Please see https://github.com/ava-labs/gecko/issues/254 for discussion that gecko IPC endpoints are...
I have successfully tested txManager against several tokens, including DAI, BAT, ENJ, etc., but have found that the OMG token does not work. From my initial tests, it appears that...
[address_gen.js](https://github.com/ava-labs/avax-js-cli-tools/blob/master/address_gen.js) generates external addresses only by default: ``` javascript const AVAX_ACCOUNT_PATH = `m/44'/9000'/0'`; let derivationPath = `${AVAX_ACCOUNT_PATH}/0/${i}`; ``` It would be nice to have option to also generate internal addresses...
The entry for UNI on the file [eth_token_mapping.csv](https://github.com/ava-labs/bridge-tokens/blob/main/eth_token_mapping.csv) lists the `Avalanche Token Address` as `0xdF3aCC3460965996FF496Cb9D0CF9E6859545a86` however the correct value should be [0xf39f9671906d8630812f9d9863bBEf5D523c84Ab](https://avascan.info/blockchain/c/token/0xf39f9671906d8630812f9d9863bbef5d523c84ab) Any chance that file is out of date?...