Skip to content

Commit 980c65b

Browse files
committed
feat: remove zora sepolia support
1 parent 210189b commit 980c65b

13 files changed

Lines changed: 1 addition & 46 deletions

File tree

apps/subgraph/config/zora-sepolia.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/subgraph/scripts/deploy-all.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ NETWORKS=(
2020
"optimism-mainnet"
2121
"optimism-sepolia"
2222
"zora-mainnet"
23-
"zora-sepolia"
2423
)
2524

2625
echo "🚀 Starting deployment of version '$VERSION' to all networks..."

packages/constants/src/addresses.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export type L2ChainType =
66
| CHAIN_ID.BASE
77
| CHAIN_ID.BASE_SEPOLIA
88
| CHAIN_ID.ZORA
9-
| CHAIN_ID.ZORA_SEPOLIA
109

1110
export const PUBLIC_MANAGER_ADDRESS = {
1211
[CHAIN_ID.ETHEREUM]: '0xd310a3041dfcf14def5ccbc508668974b5da7174' as AddressType,
@@ -17,7 +16,6 @@ export const PUBLIC_MANAGER_ADDRESS = {
1716
[CHAIN_ID.BASE]: '0x3ac0e64fe2931f8e082c6bb29283540de9b5371c' as AddressType,
1817
[CHAIN_ID.BASE_SEPOLIA]: '0x18333832015473c5aa48ccb782070fe20b95622c' as AddressType,
1918
[CHAIN_ID.ZORA]: '0x3ac0E64Fe2931f8e082C6Bb29283540DE9b5371C' as AddressType,
20-
[CHAIN_ID.ZORA_SEPOLIA]: '0x550c326d688fd51ae65ac6a2d48749e631023a03' as AddressType,
2119
[CHAIN_ID.FOUNDRY]: '0xd310a3041dfcf14def5ccbc508668974b5da7174' as AddressType,
2220
}
2321

@@ -28,7 +26,6 @@ export const PUBLIC_L1_BRIDGE_ADDRESS = {
2826
[CHAIN_ID.BASE]: '0x49048044D57e1C92A77f79988d21Fa8fAF74E97e' as AddressType,
2927
[CHAIN_ID.BASE_SEPOLIA]: '0x49f53e41452C74589E85cA1677426Ba426459e85' as AddressType,
3028
[CHAIN_ID.ZORA]: '0x1a0ad011913A150f69f6A19DF447A0CfD9551054' as AddressType,
31-
[CHAIN_ID.ZORA_SEPOLIA]: '0xeffE2C6cA9Ab797D418f0D91eA60807713f3536f' as AddressType,
3229
}
3330

3431
export const PUBLIC_BUILDER_ADDRESS = {
@@ -48,7 +45,6 @@ export const PUBLIC_ZORA_NFT_CREATOR = {
4845
[CHAIN_ID.BASE]: '0x58C3ccB2dcb9384E5AB9111CD1a5DEA916B0f33c' as AddressType,
4946
[CHAIN_ID.BASE_SEPOLIA]: '0xb0C56317E9cEBc6E0f7A59458a83D0A9ccC3e955' as AddressType,
5047
[CHAIN_ID.ZORA]: '0xA2c2A96A232113Dd4993E8b048EEbc3371AE8d85' as AddressType,
51-
[CHAIN_ID.ZORA_SEPOLIA]: '0x6b28d7C2F8b2C2189e95b89B67886eEb16489a97' as AddressType,
5248
[CHAIN_ID.FOUNDRY]: '0xF74B146ce44CC162b601deC3BE331784DB111DC1' as AddressType,
5349
}
5450

@@ -65,7 +61,6 @@ export const MERKLE_RESERVE_MINTER = {
6561
[CHAIN_ID.BASE]: '0x7D8Ea0D056f5B8443cdD8495D4e90FFCf0a8A354' as AddressType,
6662
[CHAIN_ID.BASE_SEPOLIA]: '0xaef554284606f9479a040b1181966826c99029bc' as AddressType,
6763
[CHAIN_ID.ZORA]: '0x8DFEd5737cd21e25009A2a2CB56dca8EA618e5D3' as AddressType,
68-
[CHAIN_ID.ZORA_SEPOLIA]: '0x7AbE363C6DD3a4dEC6a3311681723f35740f69E7' as AddressType,
6964
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType,
7065
}
7166

@@ -78,7 +73,6 @@ export const ERC721_REDEEM_MINTER = {
7873
[CHAIN_ID.BASE]: '0x57b9f2c192bbfa5cabc79a683435990fea665861' as AddressType,
7974
[CHAIN_ID.BASE_SEPOLIA]: '0x04098e0531ed22bddf83ff76af5fe5b3dd3744a5' as AddressType,
8075
[CHAIN_ID.ZORA]: '0x0000000000000000000000000000000000000000' as AddressType,
81-
[CHAIN_ID.ZORA_SEPOLIA]: '0x0000000000000000000000000000000000000000' as AddressType,
8276
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType,
8377
}
8478

@@ -91,7 +85,6 @@ export const L2_MIGRATION_DEPLOYER = {
9185
[CHAIN_ID.BASE]: '0x8ef7b563Ff9F4A1f2d294845000cDf782d9afd7c' as AddressType,
9286
[CHAIN_ID.BASE_SEPOLIA]: '0x1e57Cad7C22042BD765011d0F2eb36606Fe12C3F' as AddressType,
9387
[CHAIN_ID.ZORA]: '0x7D8Ea0D056f5B8443cdD8495D4e90FFCf0a8A354' as AddressType,
94-
[CHAIN_ID.ZORA_SEPOLIA]: '0x1e57Cad7C22042BD765011d0F2eb36606Fe12C3F' as AddressType,
9588
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType,
9689
}
9790

@@ -104,7 +97,6 @@ export const MERKLE_METADATA_RENDERER = {
10497
[CHAIN_ID.BASE]: '0x83A9B0aaC8d38A7C8cCbbE8Ee8B103610BD8A790' as AddressType,
10598
[CHAIN_ID.BASE_SEPOLIA]: '0x4E5979Fc762c3b1BB63C6FC467141Ef2BF2140bA' as AddressType,
10699
[CHAIN_ID.ZORA]: '0xdEe7aa9B8d084541Fe2c71c52217Fbc2b14d922D' as AddressType,
107-
[CHAIN_ID.ZORA_SEPOLIA]: '0xC521f85613985b7E417FCcd5b348F64263D79397' as AddressType,
108100
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType,
109101
}
110102

@@ -115,7 +107,6 @@ export const L1_CROSS_DOMAIN_MESSENGER = {
115107
[CHAIN_ID.OPTIMISM_SEPOLIA]:
116108
'0x58Cc85b8D04EA49cC6DBd3CbFFd00B4B8D6cb3ef' as AddressType,
117109
[CHAIN_ID.ZORA]: '0x363B4B1ADa52E50353f746999bd9E94395190d2C' as AddressType,
118-
[CHAIN_ID.ZORA_SEPOLIA]: '0x1bDBC0ae22bEc0c2f08B4dd836944b3E28fe9b7A' as AddressType,
119110
[CHAIN_ID.BASE]: '0x866E82a600A1414e583f7F13623F1aC5d58b0Afa' as AddressType,
120111
[CHAIN_ID.BASE_SEPOLIA]: '0xC34855F4De64F1840e5686e64278da901e261f20' as AddressType,
121112
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType,
@@ -143,7 +134,6 @@ export const WETH_ADDRESS = {
143134
[CHAIN_ID.OPTIMISM_SEPOLIA]:
144135
'0x4200000000000000000000000000000000000006' as AddressType,
145136
[CHAIN_ID.BASE_SEPOLIA]: '0x4200000000000000000000000000000000000006' as AddressType,
146-
[CHAIN_ID.ZORA_SEPOLIA]: '0x4200000000000000000000000000000000000006' as AddressType,
147137
[CHAIN_ID.FOUNDRY]: '0x0000000000000000000000000000000000000000' as AddressType, // Local testnet - no WETH
148138
}
149139

packages/constants/src/alchemy.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const ALCHEMY_NETWORKS: Partial<Record<CHAIN_ID, string>> = {
88
[CHAIN_ID.BASE]: 'base-mainnet',
99
[CHAIN_ID.BASE_SEPOLIA]: 'base-sepolia',
1010
[CHAIN_ID.ZORA]: 'zora-mainnet',
11-
[CHAIN_ID.ZORA_SEPOLIA]: 'zora-sepolia',
1211
}
1312

1413
export const ALCHEMY_API_KEY = process.env.NEXT_PUBLIC_ALCHEMY_API_KEY

packages/constants/src/chains.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
optimismSepolia,
88
sepolia,
99
zora,
10-
zoraSepolia,
1110
} from 'wagmi/chains'
1211

1312
/**
@@ -89,12 +88,6 @@ const TESTNET_CHAINS_UNSORTED: Chains = [
8988
slug: 'base-sepolia',
9089
icon: '/chains/base.svg',
9190
},
92-
{
93-
...zoraSepolia,
94-
id: CHAIN_ID.ZORA_SEPOLIA,
95-
slug: 'zora-sepolia',
96-
icon: '/chains/zora.png',
97-
},
9891
] as const satisfies Chains
9992

10093
export const TESTNET_CHAINS: Chains = sortNonEmptyChains(TESTNET_CHAINS_UNSORTED)
@@ -145,5 +138,5 @@ export const L1_CHAINS: NonEmptyChainIds = PUBLIC_IS_TESTNET
145138
: ([CHAIN_ID.ETHEREUM] as const)
146139

147140
export const L2_CHAINS: NonEmptyChainIds = PUBLIC_IS_TESTNET
148-
? ([CHAIN_ID.ZORA_SEPOLIA, CHAIN_ID.BASE_SEPOLIA, CHAIN_ID.OPTIMISM_SEPOLIA] as const)
141+
? ([CHAIN_ID.BASE_SEPOLIA, CHAIN_ID.OPTIMISM_SEPOLIA] as const)
149142
: ([CHAIN_ID.ZORA, CHAIN_ID.BASE, CHAIN_ID.OPTIMISM] as const)

packages/constants/src/eas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const EAS_CONTRACT_ADDRESS: Partial<Record<CHAIN_ID, `0x${string}`>> = {
99
[CHAIN_ID.BASE]: '0x4200000000000000000000000000000000000021',
1010
[CHAIN_ID.BASE_SEPOLIA]: '0x4200000000000000000000000000000000000021',
1111
[CHAIN_ID.ZORA]: undefined,
12-
[CHAIN_ID.ZORA_SEPOLIA]: undefined,
1312
}
1413

1514
export const EAS_SUPPORTED_CHAIN_IDS = Object.entries(EAS_CONTRACT_ADDRESS)

packages/constants/src/etherscan.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ export const ETHERSCAN_BASE_URL: Record<CHAIN_ID, string> = {
99
[CHAIN_ID.BASE]: 'https://basescan.org',
1010
[CHAIN_ID.BASE_SEPOLIA]: 'https://sepolia.basescan.org',
1111
[CHAIN_ID.ZORA]: 'https://explorer.zora.energy',
12-
[CHAIN_ID.ZORA_SEPOLIA]: 'https://sepolia.explorer.zora.energy',
1312
[CHAIN_ID.FOUNDRY]: '',
1413
}

packages/constants/src/rpc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const createRpcUrls = () => {
1818

1919
addToUrls(CHAIN_ID.FOUNDRY, foundry.rpcUrls.default.http[0])
2020
addToUrls(CHAIN_ID.ZORA, 'https://rpc.zora.energy')
21-
addToUrls(CHAIN_ID.ZORA_SEPOLIA, 'https://sepolia.rpc.zora.energy')
2221

2322
for (const key of Object.keys(CHAIN_ID)) {
2423
if (isNaN(Number(key))) {

packages/constants/src/safe.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const SAFE_APP_URL: Partial<Record<CHAIN_ID, string>> = {
88
[CHAIN_ID.SEPOLIA]: 'https://app.safe.global/apps/open?safe=sep',
99
[CHAIN_ID.OPTIMISM_SEPOLIA]: undefined,
1010
[CHAIN_ID.BASE_SEPOLIA]: 'https://app.safe.global/apps/open?safe=basesep',
11-
[CHAIN_ID.ZORA_SEPOLIA]: undefined,
1211
}
1312

1413
export const SAFE_HOME_URL: Partial<Record<CHAIN_ID, string>> = {
@@ -19,5 +18,4 @@ export const SAFE_HOME_URL: Partial<Record<CHAIN_ID, string>> = {
1918
[CHAIN_ID.SEPOLIA]: 'https://app.safe.global/home?safe=sep',
2019
[CHAIN_ID.OPTIMISM_SEPOLIA]: undefined,
2120
[CHAIN_ID.BASE_SEPOLIA]: 'https://app.safe.global/home?safe=basesep',
22-
[CHAIN_ID.ZORA_SEPOLIA]: undefined,
2321
}

packages/constants/src/subgraph.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ export const PUBLIC_SUBGRAPH_URL: Map<CHAIN_ID, string> = new Map([
2020
[CHAIN_ID.BASE, createSubgraphUrl('nouns-builder-base-mainnet')],
2121
[CHAIN_ID.BASE_SEPOLIA, createSubgraphUrl('nouns-builder-base-sepolia', '0.1.17')],
2222
[CHAIN_ID.ZORA, createSubgraphUrl('nouns-builder-zora-mainnet')],
23-
[CHAIN_ID.ZORA_SEPOLIA, createSubgraphUrl('nouns-builder-zora-sepolia')],
2423
[CHAIN_ID.FOUNDRY, ''],
2524
])

0 commit comments

Comments
 (0)