Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.41'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 29, 2023
2 parents 66fc665 + 6326e9a commit 8c2e6c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.0-alpha.41] - 2023-09-29

### Refactor

- Update warp cast channel settings

## [1.0.0-alpha.40] - 2023-09-28

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-bots"
version = "1.0.0-alpha.40"
version = "1.0.0-alpha.41"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "Our bots are designed to keep the Lil Nouns DAO community informed and engaged."
Expand Down
6 changes: 3 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ KV_STORE_NAME = "CACHE"
META_GOV_ENABLED = "true"
META_GOV_DISCORD_ENABLED = "true"
META_GOV_FARCASTER_ENABLED = "true"
META_GOV_WARP_CAST_CHANNEL = "lil-nouns"
META_GOV_WARP_CAST_CHANNEL = ""
META_GOV_BASE_URL = "https://lilnouns.wtf/vote/nounsdao"
META_GOV_SNAPSHOT_GRAPHQL_URL = "https://hub.snapshot.org/graphql"
META_GOV_SNAPSHOT_SPACE_ID = "leagueoflils.eth"
PROP_HOUSE_ENABLED = "true"
PROP_HOUSE_DISCORD_ENABLED = "true"
PROP_HOUSE_FARCASTER_ENABLED = "true"
PROP_HOUSE_WARP_CAST_CHANNEL = "lil-nouns"
PROP_HOUSE_WARP_CAST_CHANNEL = ""
PROP_HOUSE_BASE_URL = "https://prop.house/lil-nouns"
PROP_HOUSE_COMMUNITY_ID = "2"
PROP_HOUSE_GRAPHQL_URL = "https://prod.backend.prop.house/graphql"
PROP_LOT_ENABLED = "true"
PROP_LOT_DISCORD_ENABLED = "true"
PROP_LOT_FARCASTER_ENABLED = "true"
PROP_LOT_WARP_CAST_CHANNEL = "lil-nouns"
PROP_LOT_WARP_CAST_CHANNEL = ""
PROP_LOT_BASE_URL = "https://lilnouns.proplot.wtf"
PROP_LOT_GRAPHQL_URL = "https://lilnouns.proplot.wtf/api/graphql"
ETHEREUM_MAINNET_RPC_URL = "https://eth.llamarpc.com"
Expand Down

0 comments on commit 8c2e6c2

Please sign in to comment.