Skip to content

Commit

Permalink
feat: update cohort address
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev committed Mar 2, 2024
1 parent 7d4d30d commit 2da7baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/web-app/lib/constants/mainnet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const permit2Address = "0x000000000022D473030F116dDEE9F6B43aC78BA3";
export const NATION = "0x333A4823466879eeF910A04D473505da62142069";
export const frameworkAddress = "0x2e41383506a6715da7dd0985dc401fe720e473c0";
export const arbitratorAddress = "0x1dBEFF62DFa113f7254AaB5772F1AC6E66F94e7e";
export const cohortAddress = "0xee8F0B89983aF83598E6Fb503B9f6e5eaf23b243";
export const cohortAddress = "0xee8F0B89983aF83598E6Fb503B9f6e5eaf23b243"; //GnosisSafeProxy
export const safeTxServiceUrl = "https://safe-transaction-mainnet.safe.global";
export const subgraphURI = process.env.NEXT_PUBLIC_GRAPH_API_URL;
export const appealCost = BigNumber.from("1000000000000000000");
2 changes: 1 addition & 1 deletion packages/web-app/lib/constants/sepolia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const permit2Address = "0x000000000022D473030F116dDEE9F6B43aC78BA3";
export const NATION = "0x23Ca3002706b71a440860E3cf8ff64679A00C9d7";
export const frameworkAddress = "0xD96aA6e2568f4e9632D2A5234Bb8410ca7609a27";
export const arbitratorAddress = "0xBe67cEdCD1FE38aac8a5781A51250FDeFB344E6C";
export const cohortAddress = "0xfbb66bc799308435ed2a0e0c0ac3ad1d46749b7b";
export const cohortAddress = "0x2F957C3D949b4e3967E1ddF646614b77BF46057e"; //GnosisSafeProxy
export const safeTxServiceUrl = "https://safe-transaction-sepolia.safe.global";
export const subgraphURI = process.env.NEXT_PUBLIC_GRAPH_API_URL_SEPOLIA;
export const appealCost = BigNumber.from("1000000000000000000");

0 comments on commit 2da7baa

Please sign in to comment.