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
|[Registry](https://docs.ens.domains/registry/ens)| Stores [Records](https://github.com/base-org/usernames/blob/c29119fd327b61f896440c317f3dd898e9fa570b/contracts/src/L2/Registry.sol#L7-L11) of subdomains in a flat structure |[ENSRegistry.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/registry/ENSRegistry.sol)|[Registry.sol](https://github.com/base-org/usernames/blob/master/contracts/src/L2/Registry.sol)|
70
-
|[BaseRegistrar](https://docs.ens.domains/registry/eth)| Tokenizes names, manages ownership and stores expiry |[BaseRegistrarImplementation.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/ethregistrar/BaseRegistrarImplementation.sol)|[BaseRegistrar.sol](https://github.com/base-org/usernames/blob/master/contracts/src/L2/BaseRegistrar.sol)|
71
-
|[ReverseRegistrar](https://docs.ens.domains/registry/reverse)| Manages the reverse lookup to allow the setting of "primary" names for an address |[ReverseRegistrar.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/reverseRegistrar/ReverseRegistrar.sol)|[ReverseRegistrar.sol](https://github.com/base-org/usernames/blob/master/contracts/src/L2/ReverseRegistrar.sol)|
72
-
|[L1 Resolver](https://docs.ens.domains/resolvers/ccip-read)| Enables cross-chain, wildcard resolution from L1 |[OffchainResolver.sol](https://github.com/ensdomains/offchain-resolver/blob/main/packages/contracts/contracts/OffchainResolver.sol)|[L1Resolver.sol](https://github.com/base-org/usernames/blob/master/contracts/src/L1/L1Resolver.sol)|
69
+
|[Registry](https://docs.ens.domains/registry/ens)| Stores [Records](https://github.com/base-org/usernames/blob/c29119fd327b61f896440c317f3dd898e9fa570b/contracts/src/L2/Registry.sol#L7-L11) of subdomains in a flat structure |[ENSRegistry.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/registry/ENSRegistry.sol)|[Registry.sol](https://github.com/base-org/basenames/blob/main/src/L2/Registry.sol)|
70
+
|[BaseRegistrar](https://docs.ens.domains/registry/eth)| Tokenizes names, manages ownership and stores expiry |[BaseRegistrarImplementation.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/ethregistrar/BaseRegistrarImplementation.sol)|[BaseRegistrar.sol](https://github.com/base-org/basenames/blob/main/src/L2/BaseRegistrar.sol)|
71
+
|[ReverseRegistrar](https://docs.ens.domains/registry/reverse)| Manages the reverse lookup to allow the setting of "primary" names for an address |[ReverseRegistrar.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/reverseRegistrar/ReverseRegistrar.sol)|[ReverseRegistrar.sol](https://github.com/base-org/basenames/blob/main/src/L2/ReverseRegistrar.sol)|
72
+
|[L1 Resolver](https://docs.ens.domains/resolvers/ccip-read)| Enables cross-chain, wildcard resolution from L1 |[OffchainResolver.sol](https://github.com/ensdomains/offchain-resolver/blob/main/packages/contracts/contracts/OffchainResolver.sol)|[L1Resolver.sol](https://github.com/base-org/basenames/blob/main/src/L1/L1Resolver.sol)|
73
73
|[L2 Resolver](https://docs.ens.domains/resolvers/public)| A standard public resolver for storing records associated with namespaces |[PublicResolver.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/resolvers/PublicResolver.sol)|[L2Resolver.sol](https://github.com/base-org/basenames/blob/main/src/L2/L2Resolver.sol)|
74
74
| Registrar Controller | A permissioned contract which manages registration payment |[ETHRegistrarController.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/ethregistrar/ETHRegistrarController.sol)|[RegistrarController.sol](https://github.com/base-org/basenames/blob/main/src/L2/RegistrarController.sol)|
75
75
| Stable Price Oracle | The source of pricing based on name length and duration of registration |[StablePriceOracle.sol](https://github.com/ensdomains/ens-contracts/blob/staging/contracts/ethregistrar/StablePriceOracle.sol)|[StablePriceOracle.sol](https://github.com/base-org/basenames/blob/main/src/L2/StablePriceOracle.sol)|
0 commit comments