Skip to content

Commit

Permalink
Clean deploy Slaughterhouse contract on Base
Browse files Browse the repository at this point in the history
Also remove unused env variables
  • Loading branch information
SebastianJ21 committed Jun 17, 2024
1 parent f7497f9 commit 87cc2e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
NEXT_PUBLIC_PRIVY_APP_ID=
PRIVY_APP_SECRET=
NEXT_PUBLIC_ZERODEV_PROJECT_ID=
SMTP_PASSWORD=
NEXT_PUBLIC_ALCHEMY_API_KEY=
NEXT_PUBLIC_GAS_POLICY_ID=
NEXT_PUBLIC_USE_TEST_CHAIN=
NEXT_PUBLIC_BASE_API_KEY=

Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type ChainAddressMap = Record<typeof activeChain.id, Address>;

const slaughterhouseAddresses: ChainAddressMap = {
[baseSepolia.id]: "0x680C811Af29ab31d79e5eDb1b81A862fCF7d28DD",
[base.id]: "0xc16809833E080A640F98d65c0561b156DC3348ad",
[base.id]: "0xCBe8eC1e650f1B0eECC264B5B6E4127c18bC1D6C",
};

const wethAddresses: ChainAddressMap = {
Expand Down

0 comments on commit 87cc2e9

Please sign in to comment.