Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/factory-torii-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
torii_version:
description: "Torii version to deploy"
required: false
default: "v1.8.15"
default: "v1.8.16"
slot_team:
description: "Cartridge Slot team name"
required: false
Expand Down
2 changes: 1 addition & 1 deletion config/deployer/clean/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const DEFAULT_TORII_WORKFLOW_FILE = "factory-torii-deployer.yml";
export const DEFAULT_INDEXER_MAINTENANCE_WORKFLOW_FILE = "factory-indexer-maintenance.yml";
export const DEFAULT_INDEXER_WORKFLOW_TIMEOUT_MS = 20 * 60 * 1000;
export const DEFAULT_INDEXER_WORKFLOW_POLL_MS = 5_000;
export const DEFAULT_TORII_VERSION = "v1.8.15";
export const DEFAULT_TORII_VERSION = "v1.8.16";
export const DEFAULT_TORII_SLOT_TEAM = "realms-eternum";
export const DEFAULT_VRF_PROVIDER_ADDRESS = "0x051fea4450da9d6aee758bdeba88b2f665bcbf549d2c61421aa724e9ac0ced8f";
export const DEFAULT_MAINNET_FACTORY_ADDRESS = "0x525410a4d0ebd4a313e2125ac986710cd8f1bd08d47379b7f45c8b9c71b4da";
Expand Down
Loading