Skip to content

Commit b736cc3

Browse files
committed
fix: configure settlement domain in preference order
1 parent a59accd commit b736cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/mainnet/prod/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ variable "relayer_api_key" {
7373
variable "supported_settlement_domains" {
7474
description = "Comma-separated list of supported settlement domains"
7575
type = string
76-
default = "1,10,56,137,8453,33139,42161,43114,48900,59144,81457,167000,534352"
76+
default = "42161,10,8453,56,137,1,43114,33139,48900,59144,81457,167000,534352"
7777
}
7878

7979
variable "supported_asset_symbols" {

0 commit comments

Comments
 (0)