Skip to content

Commit

Permalink
Trace OAuth provider on Prod (#19784)
Browse files Browse the repository at this point in the history
Enable Trace OAuth provider on Prod
  • Loading branch information
VLegakis authored Oct 10, 2024
1 parent 2534aa4 commit e2cc3df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"Playtron".to_string(),
"Onefc".to_string(),
"Threedos".to_string(),
"Trace".to_string(),
]);
map.insert(Chain::Mainnet, providers.clone());
map.insert(Chain::Testnet, providers);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -121,6 +122,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -278,6 +280,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -289,6 +292,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -446,6 +450,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -457,6 +462,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -614,6 +620,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -625,6 +632,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -782,6 +790,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -793,6 +802,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -950,6 +960,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -961,6 +972,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -1118,6 +1130,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
Expand All @@ -1129,6 +1142,7 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -1186,4 +1200,3 @@ account_keys:
- mfPjCoE6SX0Sl84MnmNS/LS+tfPpkn7I8tziuk2g0WM=
- 5RWlYF22jS9i76zLl8jP2D3D8GC5ht+IP1dWUBGZxi8=
genesis: "[fake genesis]"

0 comments on commit e2cc3df

Please sign in to comment.