Skip to content

Commit

Permalink
Adds testnet and mainnet support for one provider (#19444)
Browse files Browse the repository at this point in the history
## Description 

Adds testnet and mainnet support for one provider

## Test plan 

Devnet tests, according to the predefined procedure
---

## 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
nikos-kitmeridis committed Sep 19, 2024
1 parent d783e80 commit 94d68bf
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 @@ -288,6 +288,7 @@ pub fn default_zklogin_oauth_providers() -> BTreeMap<Chain, BTreeSet<String>> {
"KarrierOne".to_string(),
"Credenza3".to_string(),
"Playtron".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
- Playtron
- Twitch
Testnet:
Expand All @@ -114,6 +115,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -263,6 +265,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -272,6 +275,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -421,6 +425,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -430,6 +435,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -579,6 +585,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -588,6 +595,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -737,6 +745,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -746,6 +755,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -895,6 +905,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -904,6 +915,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down Expand Up @@ -1053,6 +1065,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Testnet:
Expand All @@ -1062,6 +1075,7 @@ validator_configs:
- Facebook
- Google
- KarrierOne
- Onefc
- Playtron
- Twitch
Unknown:
Expand Down

0 comments on commit 94d68bf

Please sign in to comment.