Skip to content

Commit

Permalink
Add Trace to prod providers (#19842)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
VLegakis authored Oct 14, 2024
1 parent 2d3e355 commit 33d1cd6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"Onefc".to_string(),
"FanTV".to_string(),
"AwsTenant-region:us-east-1-tenant_id:us-east-1_LPSLCkC3A".to_string(), // test tenant in mysten aws
"AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8".to_string(), // ambrus, external partner
"AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8".to_string(), // Ambrus, external partner
"Arden".to_string(), // Arden partner
"AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es".to_string(), // Trace, external partner
]);
Expand All @@ -295,13 +295,13 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"Facebook".to_string(),
"Twitch".to_string(),
"Apple".to_string(),
"AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8".to_string(),
"AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8".to_string(), // Ambrus, external partner
"KarrierOne".to_string(),
"Credenza3".to_string(),
"Playtron".to_string(),
"Onefc".to_string(),
"Threedos".to_string(),
"Trace".to_string(),
"AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es".to_string(), // Trace, external partner
"Arden".to_string(),
]);
map.insert(Chain::Mainnet, providers.clone());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -109,11 +110,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -122,7 +123,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -271,6 +271,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -279,11 +280,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -292,7 +293,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -441,6 +441,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -449,11 +450,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -462,7 +463,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -611,6 +611,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -619,11 +620,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -632,7 +633,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -781,6 +781,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -789,11 +790,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -802,7 +803,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -951,6 +951,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -959,11 +960,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -972,7 +973,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -1121,6 +1121,7 @@ validator_configs:
Mainnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -1129,11 +1130,11 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Testnet:
- Apple
- Arden
- "AwsTenant-region:eu-west-3-tenant_id:eu-west-3_gGVCx53Es"
- "AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8"
- Credenza3
- Facebook
Expand All @@ -1142,7 +1143,6 @@ validator_configs:
- Onefc
- Playtron
- Threedos
- Trace
- Twitch
Unknown:
- Apple
Expand Down

0 comments on commit 33d1cd6

Please sign in to comment.