mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 1191
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
964292f193
commit
0997aa44ad
|
@ -88,10 +88,10 @@ for chainid, cases in test_cases.items():
|
|||
| RSK Mainnet | 30 | Yes |
|
||||
| RSK Testnet | 31 | Yes |
|
||||
|
||||
|
||||
| Wallet | Implements this EIP|
|
||||
|--------------|--------------------|
|
||||
| MyCrypto | In progress |
|
||||
| Ledger | In progress |
|
||||
| Trezor | In progress |
|
||||
|
||||
### Implementation Table
|
||||
| Wallet | Adopted this EIP | Implementation |
|
||||
|----------------|------------------| -------------- |
|
||||
| MyCrypto | Yes | [JavaScript](https://github.com/MyCryptoHQ/MyCrypto/blob/develop/common/utils/formatters.ts#L126) |
|
||||
| MyEtherWallet | Yes | [JavaScript](https://github.com/MyEtherWallet/MyEtherWallet/blob/73c4a24f8f67c655749ac990c5b62efd92a2b11a/src/helpers/addressUtils.js#L22) |
|
||||
| Ledger | Yes | [C](https://github.com/LedgerHQ/ledger-app-eth/blob/master/src_common/ethUtils.c#L203) |
|
||||
| Trezor | Yes | [Python](https://github.com/trezor/trezor-core/blob/270bf732121d004a4cd1ab129adaccf7346ff1db/src/apps/ethereum/get_address.py#L32) and [C](https://github.com/trezor/trezor-crypto/blob/4153e662b60a0d83c1be15150f18483a37e9092c/address.c#L62) |
|
||||
|
|
Loading…
Reference in New Issue