You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registering of a subdomain shouldn't be enforced by the standard to be paid in ETH because this makes the implementation too strict. We should instead support ERC-20 payments when applicable or ETH as established by the EIP-7528.
Describe Preferred Solution
RegisterParams should return an ERC-20 contract address when applicable or 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee when ETH is the token used on payments as described by the EIP-7528.
Architecture Diagram
QA Replication steps
call registerParams
receive an ERC-20 contract address and use it to pay for the subdomain registering
The text was updated successfully, but these errors were encountered:
Feature Request
The registering of a subdomain shouldn't be enforced by the standard to be paid in ETH because this makes the implementation too strict. We should instead support ERC-20 payments when applicable or ETH as established by the EIP-7528.
Describe Preferred Solution
RegisterParams should return an ERC-20 contract address when applicable or
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
when ETH is the token used on payments as described by the EIP-7528.Architecture Diagram
QA Replication steps
registerParams
The text was updated successfully, but these errors were encountered: