diff --git a/indexer/prod-script.js b/indexer/prod-script.js index 40a08b35..8f550fea 100644 --- a/indexer/prod-script.js +++ b/indexer/prod-script.js @@ -1,6 +1,6 @@ export const config = { streamUrl: Deno.env.get("APIBARA_STREAM_URL"), - startingBlock: 100_000, + startingBlock: 600_000, network: "starknet", finality: "DATA_STATUS_PENDING", filter: { diff --git a/infra/art-peace-infra/Chart.yaml b/infra/art-peace-infra/Chart.yaml index 6d34e9af..fc7815c3 100644 --- a/infra/art-peace-infra/Chart.yaml +++ b/infra/art-peace-infra/Chart.yaml @@ -4,4 +4,4 @@ description: Helm charts for the art/peace infrastructure type: application version: 0.1.0 -appVersion: "v1.2.0" +appVersion: "v2.0.0" diff --git a/infra/art-peace-infra/values.yaml b/infra/art-peace-infra/values.yaml index d5a0ded0..e0df33bc 100644 --- a/infra/art-peace-infra/values.yaml +++ b/infra/art-peace-infra/values.yaml @@ -73,14 +73,14 @@ postgres: password: ArtPeacePassword1234 apibara: - #streamUrl: https://mainnet.starknet.a5a.ch - streamUrl: https://sepolia.starknet.a5a.ch + streamUrl: https://mainnet.starknet.a5a.ch + #streamUrl: https://sepolia.starknet.a5a.ch indexerId: art-peace-indexer-id authToken: dna_aabbcc contracts: - artPeace: 0x078f4e772300472a68a19f2b1aedbcb7cf2acd6f67a2236372310a528c7eaa67 - usernameStore: 0x051cf8214d781f5ee503cb668505e58f0374bfd602145560ba1b897eb98f2e1a - nft: 0x03f169f36006f9007b94a7046944d0c351a7a301aae692c995fec41bb38693e8 - host: "07C313Ea8b45044c2272B77eC7332B65bdFef089c4De0FFfaB3De3FD6b85d124" - end: "1727483400" + artPeace: 0x067883deb1c1cb60756eb6e60d500081352441a040d5039d0e4ce9fed35d68c1 + usernameStore: 0x03d9ac2a08d83dcbcf7a05358dd77e05d2b094d3c13232611fe86ee957c34d02 + nft: 0x042dbc0bbdb0faaad99d0b116d0105f9e213ac0d2faf75c878f49d69b544befb + host: "05bd7adfE8AfaA58300aDC72bF5584b191E236987Fe16A217b1a3e067869A0Aa" + end: "1727769600" diff --git a/tests/integration/mainnet/deploy_quests.sh b/tests/integration/mainnet/deploy_quests.sh index 0290c022..8f48b860 100755 --- a/tests/integration/mainnet/deploy_quests.sh +++ b/tests/integration/mainnet/deploy_quests.sh @@ -20,8 +20,8 @@ elif [ -z "$STARKNET_ACCOUNT" ]; then exit 1 fi -ART_PEACE_CONTRACT_ADDRESS=0x0384e5fa826e1151715dbc3df0bd1b3aaec234dfc344394d02c39b670e354c48 -CANVAS_NFT_CONTRACT=0x009835b97a6756aca76edfd603aacb386d81fc5c34148912a306e9c22a61b748 +ART_PEACE_CONTRACT_ADDRESS=0x067883deb1c1cb60756eb6e60d500081352441a040d5039d0e4ce9fed35d68c1 +CANVAS_NFT_CONTRACT=0x042dbc0bbdb0faaad99d0b116d0105f9e213ac0d2faf75c878f49d69b544befb USERNAME_STORE_CONTRACT=0x03d9ac2a08d83dcbcf7a05358dd77e05d2b094d3c13232611fe86ee957c34d02 CONTRACT_DIR=$WORK_DIR/onchain diff --git a/tests/integration/mainnet/setup_factions.sh b/tests/integration/mainnet/setup_factions.sh index 64a32694..a8598aa9 100755 --- a/tests/integration/mainnet/setup_factions.sh +++ b/tests/integration/mainnet/setup_factions.sh @@ -20,7 +20,7 @@ elif [ -z "$STARKNET_ACCOUNT" ]; then exit 1 fi -ART_PEACE_CONTRACT_ADDRESS=0x0384e5fa826e1151715dbc3df0bd1b3aaec234dfc344394d02c39b670e354c48 +ART_PEACE_CONTRACT_ADDRESS=0x067883deb1c1cb60756eb6e60d500081352441a040d5039d0e4ce9fed35d68c1 FACTIONS_CONFIG_FILE=$WORK_DIR/configs/factions.config.json