tangled
alpha
login
or
join now
yoginth.com
/
hey
1
fork
atom
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
1
fork
atom
overview
issues
pulls
pipelines
fix: update HEY_TREASURY constant to new address
yoginth.com
4 months ago
cd283256
198e4415
verified
This commit was signed with the committer's
known signature
.
yoginth.com
SSH Key Fingerprint:
SHA256:SLCGp+xtY+FtXnVKtpl4bpmTttAxnxJ3DBCeikAHlG4=
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
data
constants.ts
+1
-1
packages/data/constants.ts
···
8
8
export const LENS_API_URL = getEnvConfig().lensApiEndpoint;
9
9
export const DEFAULT_COLLECT_TOKEN = getEnvConfig().defaultCollectToken;
10
10
export const HEY_APP = getEnvConfig().appAddress;
11
11
-
export const HEY_TREASURY = "0x03Ba34f6Ea1496fa316873CF8350A3f7eaD317EF";
11
11
+
export const HEY_TREASURY = "0x6969695d6C04ccBe83A9Fea12F54f82e2276e231";
12
12
export const HEY_API_URL = process.env.HEY_API_URL || "https://api.hey.xyz";
13
13
14
14
export const IS_MAINNET = LENS_API_URL === LENS_ENDPOINT.Mainnet;