Skip to content

Commit

Permalink
[network-tests] Update UAT config (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel authored Jan 2, 2024
1 parent 010815f commit a0cec15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/networktest/env/network_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ func SepoliaTestnet() networktest.Environment {
return &testnetEnv{connector}
}

func Testnet() networktest.Environment {
func UATTestnet() networktest.Environment {
connector := NewTestnetConnector(
"http://erpc.uat-testnet.obscu.ro:80", // this is actually a validator...
[]string{"http://erpc.uat-testnet.obscu.ro:80"},
"http://testnet-faucet.uksouth.azurecontainer.io/fund/eth",
"ws://testnet-eth2network.uksouth.cloudapp.azure.com:9000",
"http://uat-testnet-faucet.uksouth.azurecontainer.io/fund/eth",
"ws://uat-testnet-eth2network.uksouth.cloudapp.azure.com:9000",
)
return &testnetEnv{connector}
}
Expand Down

0 comments on commit a0cec15

Please sign in to comment.