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

Commit

Permalink
fix addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
  • Loading branch information
greged93 committed Oct 23, 2024
1 parent 45c34c0 commit 1784d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/karnot/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ environments:
kakarot-indexer:
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.4
config:
KAKAROT_ADDRESS: "0x168990f4995fefdd9b4feb5bbfe62dc665950eafaaed4fd83cce173a534a161"
KAKAROT_ADDRESS: "0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
ACCOUNT_CONTRACT_CLASS_HASH: "0x25d4b4889979f3df8171991f6a0163b42b756daebf313bcd0dec74cacf903f9"
UNINITIALIZED_ACCOUNT_CLASS_HASH: "0x7b2de5e73ff7eb338d76c967dd5aa3f3004574d326b8c1402bb819d4983b8b6"
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
2 changes: 1 addition & 1 deletion scripts/e2e_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [ "${ENV}" = "sepolia" ]; then
elif [ "${ENV}" = "kakarot-staging" ]; then
export EVM_PRIVATE_KEY="0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d"
export KAKAROT_STAGING_RPC_URL="https://juno-kakarot-sepolia.karnot.xyz/"
export KAKAROT_STAGING_ACCOUNT_ADDRESS="0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
export KAKAROT_STAGING_ACCOUNT_ADDRESS="0x06b23fc7c18611614fef21f11620bf033888ae9eae2316af44100debc9faa01a"
export WEB3_HTTP_PROVIDER_URI="https://rpc-kakarot-sepolia-staging.karnot.xyz/"
if [ -z "${KAKAROT_STAGING_PRIVATE_KEY}" ]; then
echo "Please provide the KAKAROT_STAGING_PRIVATE_KEY environment variable. The private key should be loaded using gpg: gpg -r recipient@kakarot.org --decrypt path/to/encrypted/key.gpg"
Expand Down

0 comments on commit 1784d2f

Please sign in to comment.