Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

update version v0.7.6-2 for deploy staging #1545

Merged
merged 1 commit into from
Nov 22, 2024
Merged
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
4 changes: 2 additions & 2 deletions deployments/karnot/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environments:
id: 4912672c-533c-4198-9834-a8999c0b2db0
repos:
kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6-2
config:
KAKAROT_ADDRESS: "0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
UNINITIALIZED_ACCOUNT_CLASS_HASH: "0x7b2de5e73ff7eb338d76c967dd5aa3f3004574d326b8c1402bb819d4983b8b6"
Expand All @@ -39,7 +39,7 @@ environments:
MAX_LOGS: "10000"
RPC_MAX_CONNECTIONS: "5000"
kakarot-indexer:
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.6
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.6-2
config:
KAKAROT_ADDRESS: "0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
ALLOW_ENV_FROM_ENV: "DEBUG,APIBARA_AUTH_TOKEN,STARTING_BLOCK,STREAM_URL,SINK_TYPE,MONGO_CONNECTION_STRING,MONGO_DATABASE_NAME,STARKNET_NETWORK,KAKAROT_ADDRESS,ALLOW_NET,PERSIST_TO_REDIS,SINK_ID,UNINITIALIZED_ACCOUNT_CLASS_HASH,ACCOUNT_CONTRACT_CLASS_HASH,DEFAULT_BLOCK_GAS_LIMIT,MAX_FELTS_IN_CALLDATA"
Expand Down
Loading