Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: flipped feeProxy artifacts
  • Loading branch information
aimensahnoun committed Nov 11, 2024
commit f8d68032c42a7c2124bde6344d1f6d8afaa03ed1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default async function () {
throw new Error('ADMIN_WALLET_ADDRESS is not set');
}

const ethereumFeeProxy = erc20FeeProxyArtifact.getAddress('zksyncera');
const erc20FeeProxy = ethereumFeeProxyArtifact.getAddress('zksyncera');
const ethereumFeeProxy = ethereumFeeProxyArtifact.getAddress('zksyncera');
const erc20FeeProxy = erc20FeeProxyArtifact.getAddress('zksyncera');

await deployContract('SingleRequestProxyFactory', [
ethereumFeeProxy,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const singleRequestProxyFactoryArtifact = new ContractArtifact<SingleRequ
creationBlockNumber: 7038199,
},
zksyncera: {
address: '0xC52F0f36b4f0Cdf55D4349640C32929c5E85Ab1a',
creationBlockNumber: 48467338,
address: '0x9Fd503e723e5EfcCde3183632b443fFF49E68715',
creationBlockNumber: 48690095,
},
base: {
address: '0xAdc0001eA67Ab36D5321612c6b500572704fFF20',
Expand Down