Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 92ee4d5

Browse files
authored
docs: add base sepolia contract addresses to README (#512)
**Motivation:** Updating the `README.md` to add our Base Sepolia contract addresses. **Modifications:** Added the Base Sepolia contract addresses to the deployment section. **Result:** Users will be able to find our Base Sepolia contract addresses.
1 parent 157bc22 commit 92ee4d5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -78,28 +78,28 @@ The comments in that file explain what each variable is for and when they're nee
7878

7979
## Testnet deployments
8080

81-
| Name | Sepolia | Holesky |
82-
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
81+
| Name | Sepolia | Holesky | Base Sepolia |
82+
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
8383
| _Factory_ |
84-
| LlamaFactory | [0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB](https://sepolia.etherscan.io/address/0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB) | [0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB](https://holesky.etherscan.io/address/0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB) |
84+
| LlamaFactory | [0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB](https://sepolia.etherscan.io/address/0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB) | [0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB](https://holesky.etherscan.io/address/0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB) | [0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB](https://sepolia.basescan.org/address/0xFf5d4E226D9A3496EECE31083a8F493edd79AbEB) |
8585
| _Main instance contracts_ |
86-
| LlamaCore (logic contract) | [0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14](https://sepolia.etherscan.io/address/0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14) | [0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14](https://holesky.etherscan.io/address/0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14) |
87-
| LlamaPolicy (logic contract) | [0x19640A82e696f67F0d25307e19c4307321761d4d](https://sepolia.etherscan.io/address/0x19640A82e696f67F0d25307e19c4307321761d4d) | [0x19640A82e696f67F0d25307e19c4307321761d4d](https://holesky.etherscan.io/address/0x19640A82e696f67F0d25307e19c4307321761d4d) |
88-
| LlamaPolicyMetadata (logic contract) | [0xf2C61E275d48efA8a6556529F60cE1E376510e0F](https://sepolia.etherscan.io/address/0xf2C61E275d48efA8a6556529F60cE1E376510e0F) | [0xf2C61E275d48efA8a6556529F60cE1E376510e0F](https://holesky.etherscan.io/address/0xf2C61E275d48efA8a6556529F60cE1E376510e0F) |
86+
| LlamaCore (logic contract) | [0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14](https://sepolia.etherscan.io/address/0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14) | [0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14](https://holesky.etherscan.io/address/0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14) | [0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14](https://sepolia.basescan.org/address/0x676ca05Fd577FCA8fddb4605d4992Bc7EfbCff14) |
87+
| LlamaPolicy (logic contract) | [0x19640A82e696f67F0d25307e19c4307321761d4d](https://sepolia.etherscan.io/address/0x19640A82e696f67F0d25307e19c4307321761d4d) | [0x19640A82e696f67F0d25307e19c4307321761d4d](https://holesky.etherscan.io/address/0x19640A82e696f67F0d25307e19c4307321761d4d) | [0x19640A82e696f67F0d25307e19c4307321761d4d](https://sepolia.basescan.org/address/0x19640A82e696f67F0d25307e19c4307321761d4d) |
88+
| LlamaPolicyMetadata (logic contract) | [0xf2C61E275d48efA8a6556529F60cE1E376510e0F](https://sepolia.etherscan.io/address/0xf2C61E275d48efA8a6556529F60cE1E376510e0F) | [0xf2C61E275d48efA8a6556529F60cE1E376510e0F](https://holesky.etherscan.io/address/0xf2C61E275d48efA8a6556529F60cE1E376510e0F) | [0xf2C61E275d48efA8a6556529F60cE1E376510e0F](https://sepolia.basescan.org/address/0xf2C61E275d48efA8a6556529F60cE1E376510e0F) |
8989
| _Strategy logic contracts_ |
90-
| LlamaRelativeQuantityQuorum | [0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc](https://sepolia.etherscan.io/address/0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc) | [0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc](https://holesky.etherscan.io/address/0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc) |
91-
| LlamaRelativeHolderQuorum | [0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE](https://sepolia.etherscan.io/address/0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE) | [0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE](https://holesky.etherscan.io/address/0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE) |
92-
| LlamaRelativeUniqueHolderQuorum | [0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb](https://sepolia.etherscan.io/address/0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb) | [0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb](https://holesky.etherscan.io/address/0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb) |
93-
| LlamaAbsoluteQuorum | [0x68f153D5F50e66CC0c6D9802362137BCF2aE5631](https://sepolia.etherscan.io/address/0x68f153D5F50e66CC0c6D9802362137BCF2aE5631) | [0x68f153D5F50e66CC0c6D9802362137BCF2aE5631](https://holesky.etherscan.io/address/0x68f153D5F50e66CC0c6D9802362137BCF2aE5631) |
94-
| LlamaAbsolutePeerReview | [0x0092CD4044E1672c9c513867eb75e6213AF9742f](https://sepolia.etherscan.io/address/0x0092CD4044E1672c9c513867eb75e6213AF9742f) | [0x0092CD4044E1672c9c513867eb75e6213AF9742f](https://holesky.etherscan.io/address/0x0092CD4044E1672c9c513867eb75e6213AF9742f) |
90+
| LlamaRelativeQuantityQuorum | [0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc](https://sepolia.etherscan.io/address/0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc) | [0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc](https://holesky.etherscan.io/address/0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc) | [0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc](https://sepolia.basescan.org/address/0x81F7D26fD7d814bFcEF78239a32c0BA5282C98Dc) |
91+
| LlamaRelativeHolderQuorum | [0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE](https://sepolia.etherscan.io/address/0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE) | [0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE](https://holesky.etherscan.io/address/0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE) | [0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE](https://sepolia.basescan.org/address/0xE7EE15321bAD254dAC7495867Ea2C8C9c77Ee4eE) |
92+
| LlamaRelativeUniqueHolderQuorum | [0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb](https://sepolia.etherscan.io/address/0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb) | [0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb](https://holesky.etherscan.io/address/0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb) | [0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb](https://sepolia.basescan.org/address/0xa5B2B5Ae8F278530270f44D7CFC2440292583BEb) |
93+
| LlamaAbsoluteQuorum | [0x68f153D5F50e66CC0c6D9802362137BCF2aE5631](https://sepolia.etherscan.io/address/0x68f153D5F50e66CC0c6D9802362137BCF2aE5631) | [0x68f153D5F50e66CC0c6D9802362137BCF2aE5631](https://holesky.etherscan.io/address/0x68f153D5F50e66CC0c6D9802362137BCF2aE5631) | [0x68f153D5F50e66CC0c6D9802362137BCF2aE5631](https://sepolia.basescan.org/address/0x68f153D5F50e66CC0c6D9802362137BCF2aE5631) |
94+
| LlamaAbsolutePeerReview | [0x0092CD4044E1672c9c513867eb75e6213AF9742f](https://sepolia.etherscan.io/address/0x0092CD4044E1672c9c513867eb75e6213AF9742f) | [0x0092CD4044E1672c9c513867eb75e6213AF9742f](https://holesky.etherscan.io/address/0x0092CD4044E1672c9c513867eb75e6213AF9742f) | [0x0092CD4044E1672c9c513867eb75e6213AF9742f](https://sepolia.basescan.org/address/0x0092CD4044E1672c9c513867eb75e6213AF9742f) |
9595
| _Account logic contracts_ |
96-
| LlamaAccount | [0x915Af6753f03D2687Fa923b2987625e21e2991aE](https://sepolia.etherscan.io/address/0x915Af6753f03D2687Fa923b2987625e21e2991aE) | [0x915Af6753f03D2687Fa923b2987625e21e2991aE](https://holesky.etherscan.io/address/0x915Af6753f03D2687Fa923b2987625e21e2991aE) |
97-
| LlamaAccountWithDelegation | [0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b](https://sepolia.etherscan.io/address/0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b) | [0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b](https://holesky.etherscan.io/address/0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b) |
96+
| LlamaAccount | [0x915Af6753f03D2687Fa923b2987625e21e2991aE](https://sepolia.etherscan.io/address/0x915Af6753f03D2687Fa923b2987625e21e2991aE) | [0x915Af6753f03D2687Fa923b2987625e21e2991aE](https://holesky.etherscan.io/address/0x915Af6753f03D2687Fa923b2987625e21e2991aE) | [0x915Af6753f03D2687Fa923b2987625e21e2991aE](https://sepolia.basescan.org/address/0x915Af6753f03D2687Fa923b2987625e21e2991aE) |
97+
| LlamaAccountWithDelegation | [0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b](https://sepolia.etherscan.io/address/0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b) | [0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b](https://holesky.etherscan.io/address/0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b) | [0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b](https://sepolia.basescan.org/address/0x28CeeDA47db26612882a56BaC9EFc0B6DeA2C91b) |
9898
| _Helper contract_ |
99-
| LlamaLens | [0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB](https://sepolia.etherscan.io/address/0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB) | [0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB](https://holesky.etherscan.io/address/0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB) |
99+
| LlamaLens | [0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB](https://sepolia.etherscan.io/address/0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB) | [0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB](https://holesky.etherscan.io/address/0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB) | [0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB](https://sepolia.basescan.org/address/0x1D74803D4939aFa3CC9fF1B8667bE4d119d925cB) |
100100
| _Script contracts_ |
101-
| LlamaGovernanceScript | [0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335](https://sepolia.etherscan.io/address/0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335) | [0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335](https://holesky.etherscan.io/address/0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335) |
102-
| LlamaAccountTokenDelegationScript | [0xC60Ab709CA5BbD73fC2b46D232344740A8903b51](https://sepolia.etherscan.io/address/0xC60Ab709CA5BbD73fC2b46D232344740A8903b51) | [0xC60Ab709CA5BbD73fC2b46D232344740A8903b51](https://holesky.etherscan.io/address/0xC60Ab709CA5BbD73fC2b46D232344740A8903b51) |
101+
| LlamaGovernanceScript | [0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335](https://sepolia.etherscan.io/address/0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335) | [0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335](https://holesky.etherscan.io/address/0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335) | [0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335](https://sepolia.basescan.org/address/0x21f45e61213a13Dc6B7Ba2eC157c4e95810cD335) |
102+
| LlamaAccountTokenDelegationScript | [0xC60Ab709CA5BbD73fC2b46D232344740A8903b51](https://sepolia.etherscan.io/address/0xC60Ab709CA5BbD73fC2b46D232344740A8903b51) | [0xC60Ab709CA5BbD73fC2b46D232344740A8903b51](https://holesky.etherscan.io/address/0xC60Ab709CA5BbD73fC2b46D232344740A8903b51) | [0xC60Ab709CA5BbD73fC2b46D232344740A8903b51](https://sepolia.basescan.org/address/0xC60Ab709CA5BbD73fC2b46D232344740A8903b51) |
103103

104104
## Documentation
105105

0 commit comments

Comments
 (0)