Skip to content

Commit d0af1b8

Browse files
authored
chore: add TierRegistry address (#482)
1 parent 0f49b0e commit d0af1b8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
This repository contains all the contracts deployed by the [Farcaster protocol](https://github.com/farcasterxyz/protocol). The contracts are:
44

5-
1. **[Id Registry](./src/IdRegistry.sol)** - tracks ownership of farcaster identities (fids).
5+
1. **[Id Registry](./src/IdRegistry.sol)** - tracks ownership of Farcaster identities (fids).
66
2. **[Storage Registry](./src/StorageRegistry.sol)** - allocates storage to fids and collects rent.
77
3. **[Key Registry](./src/KeyRegistry.sol)** - tracks associations between fids and key pairs for signing messages.
8-
4. **[Id Gateway](./src/IdGateway.sol)** - issues farcaster identities (fids) to new users.
8+
4. **[Id Gateway](./src/IdGateway.sol)** - issues Farcaster identities (fids) to new users.
99
5. **[Key Gateway](./src/KeyGateway.sol)** - adds new associations between fids and keys.
1010
6. **[Bundler](./src/Bundler.sol)** - allows calling gateways and storage in a single transaction.
1111
7. **[Signed Key Request Validator](./src/validators/SignedKeyRequestValidator.sol)** - validates key registry metadata.
1212
8. **[Recovery Proxy](./src/RecoveryProxy.sol)** - proxy for recovery service operators to initiate fid recovery.
1313
9. **[Fname Resolver](./src/FnameResolver.sol)** - validates Farcaster ENS names which were issued offchain.
14+
10. **[Tier Registry](./src/TierRegistry.sol)** - processes Farcaster Pro subscription payments.
1415

1516
Read the [docs](docs/docs.md) for more details on how the contracts work.
1617

@@ -31,6 +32,12 @@ The [v3.1 contracts](https://github.com/farcasterxyz/contracts/releases/tag/v3.1
3132
| SignedKeyRequestValidator | [0x00000000fc700472606ed4fa22623acf62c60553](https://optimistic.etherscan.io/address/0x00000000fc700472606ed4fa22623acf62c60553) |
3233
| RecoveryProxy | [0x00000000fcb080a4d6c39a9354da9eb9bc104cd7](https://optimistic.etherscan.io/address/0x00000000fcb080a4d6c39a9354da9eb9bc104cd7) |
3334

35+
### Base Mainnet
36+
37+
| Contract | Address |
38+
| ------------ | --------------------------------------------------------------------------------------------------------------------- |
39+
| TierRegistry | [0x00000000fc84484d585c3cf48d213424dfde43fd](https://basescan.org/address/0x00000000fc84484d585c3cf48d213424dfde43fd) |
40+
3441
### ETH Mainnet
3542

3643
| Contract | Address |
@@ -39,6 +46,8 @@ The [v3.1 contracts](https://github.com/farcasterxyz/contracts/releases/tag/v3.1
3946

4047
## Audits
4148

49+
The [v3.2 contracts](https://github.com/farcasterxyz/contracts/releases/tag/v3.2.0) contracts were reviewed by [0xMacro](https://0xmacro.com/).
50+
4251
The [v3.1 contracts](https://github.com/farcasterxyz/contracts/releases/tag/v3.1.0) contracts were reviewed by [0xMacro](https://0xmacro.com/) and [Cyfrin](https://www.cyfrin.io/).
4352

4453
- [0xMacro Report A-3](https://0xmacro.com/library/audits/farcaster-3.html)

0 commit comments

Comments
 (0)