Skip to content

Commit

Permalink
art/peace round 2 mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Sep 27, 2024
1 parent 34deaf9 commit 744add0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion indexer/prod-script.js
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion infra/art-peace-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
14 changes: 7 additions & 7 deletions infra/art-peace-infra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions tests/integration/mainnet/deploy_quests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/mainnet/setup_factions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 744add0

Please sign in to comment.