Skip to content

Commit

Permalink
feat: track mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Namaskar-1F64F committed Feb 17, 2025
1 parent 0f9c95c commit 0811251
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
21 changes: 18 additions & 3 deletions example.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
# Provider
JSON_RPC_URL="https://api.avax.network/ext/bc/C/rpc"
JSON_RPC_URL=
JSON_RPC_URL_FUJI=

# Discord
PROD_WEBHOOK_URL=
STRAWBERRY_WEBHOOK_URL=

# Database
PROD_WEBHOOK_URL=
DATABASE_WEBHOOK_URL=
DATABASE_URI=
DATABASE_NAME=
DATABASE_COLLECTION=

# Knock
KNOCK_TOKEN=
KNOCK_TOKEN=

# Webhook
WEBHOOK_URL=
WEBHOOK_URL_FUJI=

# CoqNet
COQNET_GOGOPOOL_MAINNET_URL=
COQNET_GOGOPOOL_FUJI_URL=
COQNET_CHORUSONE_MAINNET_URL=
COQNET_CHORUSONE_FUJI_URL=
COQNET_ARTIFACT_MAINNET_URL=
COQNET_ARTIFACT_FUJI_URL=
6 changes: 6 additions & 0 deletions tenderly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ actions:
address: 0x5897481CB0C9b0C9101aA7764E2B72cC61F12F89
name: HardwareRented
status: success
- network: 43114
eventEmitted:
contract:
address: 0x7a212fB6b84461CF4f889caB42Ff9E856dB9a6dC
name: HardwareRented
status: success
status:
- mined
minipoolFuji:
Expand Down

0 comments on commit 0811251

Please sign in to comment.