Skip to content

Commit

Permalink
update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram committed Jun 17, 2024
1 parent 8dcf2b1 commit 8e91af8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
16 changes: 7 additions & 9 deletions docs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@

## Scroll Mainnet

> Waning: The addresses below are for release testing Canvas on mainnet. The final live addresses will be different.
```bash
# EAS constants -- these will not change on a network
# EAS constants
SCROLL_MAINNET_EAS_ADDRESS="0xC47300428b6AD2c7D03BB76D05A176058b47E6B0"
SCROLL_MAINNET_EAS_SCHEMA_REGISTRY_ADDRESS="0xD2CDF46556543316e7D34e8eDc4624e2bB95e3B6"

# Scroll Canvas constants -- these will not change on a network (after the final deployment)
SCROLL_MAINNET_BADGE_RESOLVER_ADDRESS="0x8b3ad69605E4D10637Bbb8Ae2bdc940Ae001D980"
SCROLL_MAINNET_BADGE_SCHEMA="0xba4934720e4c7fc2978acd7c8b4e9cb72288e72f835bd19b2eb4cac99d79d220"
SCROLL_MAINNET_PROFILE_REGISTRY_ADDRESS="0x19bA366e708006dF04B1aA42057b0aCb55F6960E"
# Scroll Canvas constants
SCROLL_MAINNET_BADGE_RESOLVER_ADDRESS="0x4560FECd62B14A463bE44D40fE5Cfd595eEc0113"
SCROLL_MAINNET_BADGE_SCHEMA="0xd57de4f41c3d3cc855eadef68f98c0d4edd22d57161d96b7c06d2f4336cc3b49"
SCROLL_MAINNET_PROFILE_REGISTRY_ADDRESS="0xB23AF8707c442f59BDfC368612Bd8DbCca8a7a5a"

# APIs
SCROLL_MAINNET_RPC_URL="https://rpc.scroll.io"
Expand All @@ -26,11 +24,11 @@ SCROLL_MAINNET_EAS_GRAPHQL_URL="https://scroll.easscan.org/graphql"
## Scroll Sepolia

```bash
# EAS constants -- these will not change on a network
# EAS constants
SCROLL_SEPOLIA_EAS_ADDRESS="0xaEF4103A04090071165F78D45D83A0C0782c2B2a"
SCROLL_SEPOLIA_EAS_SCHEMA_REGISTRY_ADDRESS="0x55D26f9ae0203EF95494AE4C170eD35f4Cf77797"

# Scroll Canvas constants -- these will not change on a network (after the final deployment)
# Scroll Canvas constants
SCROLL_SEPOLIA_BADGE_RESOLVER_ADDRESS="0xd2270b3540FD2220Fa1025414e1625af8B0dd8f3"
SCROLL_SEPOLIA_BADGE_SCHEMA="0xa35b5470ebb301aa5d309a8ee6ea258cad680ea112c86e456d5f2254448afc74"
SCROLL_SEPOLIA_PROFILE_REGISTRY_ADDRESS="0x26aa585d5Da74A373E58c4fA723E1E1f6FD6474f"
Expand Down
4 changes: 2 additions & 2 deletions docs/ethereum-year-badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
In the examples on this page, we use the configurations from [deployments.md](./deployments.md), as well as the following values:

```bash
SCROLL_MAINNET_ETHEREUM_YEAR_BADGE_ADDRESS=0x24Eb2CC4657986efbB2cCE41943C59d6708c8f54
SCROLL_MAINNET_ETHEREUM_YEAR_ATTESTER_PROXY_ADDRESS=0xc1d9C7Cdb33107f1fEa871F2e874b9a95EE3f260
SCROLL_MAINNET_ETHEREUM_YEAR_BADGE_ADDRESS=0x3dacAd961e5e2de850F5E027c70b56b5Afa5DfeD
SCROLL_MAINNET_ETHEREUM_YEAR_ATTESTER_PROXY_ADDRESS=0x39fb5E85C7713657c2D9E869E974FF1e0B06F20C

SCROLL_SEPOLIA_ETHEREUM_YEAR_BADGE_ADDRESS=0xB59B6466B21a089c93B14030AF88b164905a58fd
SCROLL_SEPOLIA_ETHEREUM_YEAR_ATTESTER_PROXY_ADDRESS=0xdAe8D9a30681899C305534849e138579aF0BF88e
Expand Down
3 changes: 1 addition & 2 deletions docs/scroll-origins-badge.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ In the examples on this page, we use the configurations from [deployments.md](./
SCROLL_MAINNET_ORIGINS_V1_ADDRESS="0x74670A3998d9d6622E32D0847fF5977c37E0eC91"
SCROLL_MAINNET_ORIGINS_V2_ADDRESS="0x42bCaCb8D24Ba588cab8Db0BB737DD2eFca408EC"

SCROLL_SEPOLIA_ORIGINS_V1_ADDRESS="TBD"
SCROLL_SEPOLIA_ORIGINS_V2_ADDRESS="0xDd7d857F570B0C211abfe05cd914A85BefEC2464"

# Badge address
SCROLL_MAINNET_ORIGINS_BADGE_ADDRESS="0x1B2E568bE7E11c4e94f2c9dC68bE58A80FeeD80A"
SCROLL_MAINNET_ORIGINS_BADGE_ADDRESS="0x2dBce60ebeAafb77e5472308f432F78aC3AE07d9"

SCROLL_SEPOLIA_ORIGINS_BADGE_ADDRESS="0x2A3aC1337845f8C02d2dD7f80Dada22f01b569f9"
```
Expand Down

0 comments on commit 8e91af8

Please sign in to comment.