Please visit our website at zondax.ch
This is a plugin for the Ethereum application which helps parsing and displaying relevant information when signing a EigenLayer smart contract.
- Ledger Nano S/S+/X/Stax EigenLayer plugin
- Specs / Documentation
- Ragger tests
Please:
- Do not use in production
- Do not use a Ledger device with funds for development purposes.
- Have a separate and marked device that is used ONLY for development and testing
Need more information about the interface, the architecture, or general stuff about ethereum plugins? You can find more about them in the ethereum-app documentation.
Smart contracts covered by this plugin are:
Network | Smart Contract | Smart Contract Address |
---|---|---|
Ethereum | ETH Registrar Controller | 0x253553366da8546fc250f225fe3d25d0c782303b |
Ethereum | ETH Registrar Controller Old | 0x283af0b28c62c092c9727f1ee09c02ca627eb7f5 |
Ethereum | Reverse Registrar | 0xa58E81fe9b61B5c3fE2AFD33CF304c454AbFc7Cb |
Ethereum | Reverse Registrar Old | 0x9062C0A6Dbd6108336BcBe4593a3D1cE05512069 |
Ethereum | Reverse Registrar Old 2 | 0x084b1c3C81545d370f3634392De611CaaBFf8148 |
Ethereum | Bulk Renewal | 0xff252725f6122a92551a5fa9a6b6bf10eb0be035 |
Ethereum | StaticBulkRenewal | 0xa12159e5131b1eEf6B4857EEE3e1954744b5033A |
Ethereum | ENS Registry With Fallback | 0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e |
Ethereum | DNS Registrar | 0x58774bb8acd458a640af0b88238369a167546ef2 |
Ethereum | Public Resolver | 0x231b0Ee14048e9dCcD1d247744d114a4EB5E8E63 |
Function | Selector | Displayed Parameters | |||||
---|---|---|---|---|---|---|---|
commit | 0xf14fcbc8 | bytes32 commitment |
|||||
register | 0x85f6d155 |
|
|||||
registerWithConfig | 0xf7a16963 |
|
|||||
renew | 0xacf1a841 |
|
|||||
setName | 0xc47f0027 | string name |
|||||
renewAll* | 0xe8d6dbb4 |
|
|||||
proveAndClaim* | 0x8bbedf75 |
|
|||||
proveAndClaimWithResolver* | 0x224199c2 |
|
|||||
setOwner | 0x5b0fc9c3 |
|
|||||
setResolver | 0x1896f70a |
|
|||||
SetSubnodeRecord | 0x5ef2c7f0 |
|
|||||
SetAddr* | 0x8b95dd71 | </td
|
|||||
SetText* | 0x10f13a8c |
|
|||||
SetContentHash* | 0x304e6ade |
|
|||||
Multicall* | 0xac9650d8 |
|
*For renewAll, ENS plugin will only support signing transactions with 2 names maximum. For multicall, ENS plugin will only support signing transactions with 3 calls maximum. For strings and byte arrays bigger then 32, plugin is showing the first and last 16 bytes in "16...16" format, due to memory limitations.
Ledger's recommended plugin guide is out-dated and doesn't work since they introduced a lot of new changes. Here's a simple way to get started with this repo:
- Clone this repo (along with git submodules)
- Install Xquartz and make sure you have enabled "Allow connections from network clients" enabled under "Security" settings.
- Install and start Docker (Note: If Docker is already running, quit and start it after starting Xquartz, otherwise docker cannot connect to Xquartz).
- Install the Ledger Dev Tools VS Code plugin and makes sure it's enabled
- Once you have installed the plugin and open the repo, the plugin should by default try to create and start the containers. If it doesn't, you can simply click "Update Container" under "Ledger Dev Tools" in the Activity Side Bar on VS Code.
- On the "Ledger Dev Tools" side bar, Select a target and then click on Build.
- Once build is complete, click on "Run tests" to run the tests
More info on how to run the tests here.