From f22024cd5d070e4a0296b74bf8b807b378384ee4 Mon Sep 17 00:00:00 2001 From: MeatDeveloper Date: Sat, 9 Dec 2023 12:20:02 -0300 Subject: [PATCH] fix: mainnet --- config/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/site.ts b/config/site.ts index d22e832..6f6b6d4 100644 --- a/config/site.ts +++ b/config/site.ts @@ -37,5 +37,5 @@ export const DEPLOY_URL = export const meatTestAddress = "0x0337781a02948a35d154ae817d24b0f755357024" -export const meatAddress = "0x0337781a02948a35d154ae817d24b0f755357024" +export const meatAddress = "0x47c3118Ad183712Acd42648e9E522e13690f29a0" export const lpAddress = "0x4d0e2e3f4ba0e0e5c4e7e0e1f4c1f5c9f5c9f5c9" \ No newline at end of file