Skip to content

Commit

Permalink
removing unused address
Browse files Browse the repository at this point in the history
  • Loading branch information
xkrivan5 committed May 2, 2024
1 parent 56ad02f commit 3c12a54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions notification-bot/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ url = ""
token = ""

[governance]
gov_deployment_address = ""
erc20 = ""
gov_contract_address = ""
2 changes: 0 additions & 2 deletions notification-bot/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const BOT_API_KEY = config.telegram?.bot_api_key;
const CHATID = config.telegram?.chat_id;
const CLIENT_URL = config.apibara?.url;
const CLIENT_TOKEN = config.apibara?.token;
const GOV_DEPPLOYMENT_ADDRESS = config.governance?.gov_deployment_address;
const GOV_ERC20_ADDRESS = config.governance?.erc20;
const GOV_CONTRACT_ADDRESS = config.governance?.gov_contract_address;
const PROPOSAL_HASH = "0x01b5f21c50bf3288fb310446824298a349f0ed9e28fb480cc9a4d54d034652e1"

Expand Down

0 comments on commit 3c12a54

Please sign in to comment.