Skip to content

Commit

Permalink
integration tests build passing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Jan 21, 2025
1 parent 4796cb3 commit be98d02
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions integration-tests/testsetups/ccip/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,16 @@ func CreateChainConfigFromNetworks(
ChainID: chainId,
ChainName: chainName,
ChainType: "EVM",
WSRPCs: cd.wsRPCs,
HTTPRPCs: cd.httpRPCs,
WSRPCs: []devenv.CribRPCs{
{
External: cd.wsRPCs[0],
},
},
HTTPRPCs: []devenv.CribRPCs{
{
Internal: cd.httpRPCs[0],
},
},
}
var pvtKey *string
// if private keys are provided, use the first private key as deployer key
Expand Down

0 comments on commit be98d02

Please sign in to comment.