Skip to content

Commit

Permalink
Adds testnet and mainnet support for one provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nikos-kitmeridis committed Sep 19, 2024
1 parent 3ac44ed commit 7976a55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-config/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"AwsTenant-region:us-east-1-tenant_id:us-east-1_qPsZxYqd8".to_string(),
"KarrierOne".to_string(),
"Credenza3".to_string(),
"Onefc".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 @@ -105,6 +105,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -113,6 +114,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -261,6 +263,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -269,6 +272,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -417,6 +421,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -425,6 +430,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -573,6 +579,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -581,6 +588,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -729,6 +737,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -737,6 +746,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -885,6 +895,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -893,6 +904,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down Expand Up @@ -1041,6 +1053,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Testnet:
- Apple
Expand All @@ -1049,6 +1062,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Twitch
Unknown:
- Apple
Expand Down

0 comments on commit 7976a55

Please sign in to comment.