Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ketl og backend #60

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@big-whale-labs/constants",
"version": "0.3.3",
"version": "0.3.4",
"description": "Various constants used by BWL products",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export const KETL_PFP_GENERATOR = 'https://pfp.ketl.xyz'
export const KETL_VIEWS_BACKEND = 'https://views.ketl.xyz'
export const KETL_PREVIEW_METADATA = 'https://metadata.ketl.xyz'
export const KETL_INVITES_BACKEND = 'https://backend.invites.ketl.xyz'
export const KETL_MODERATION_BACKEND =
'https://bwl-ketl-moderation.dwfjvu.easypanel.host'
export const KETL_MODERATION_BACKEND = 'https://moderation.ketl.xyz'
export const KETL_OG_BACKEND = 'https://og.ketl.xyz'

export const KETL_STORE_VERSION = 2.6

Expand Down