Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
temp: changes for integration teseet
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Mar 21, 2024
1 parent f265d16 commit f69627d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions integrationtest/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIDDER_REGISTRY=0x5340b92E261141D6B4D0DC6F847667E5e4A63544
PROVIDER_REGISTRY=0xeA73E67c2E34C4E02A2f3c5D416F59B76e7617fC
PRECONF_CONTRACT=0x451656c1E7eDf82397EBE04f38819c9970AA3658
BIDDER_REGISTRY=0x02CcEcB19c6D7EFe583C8b97022cB4b4C0B65608
PROVIDER_REGISTRY=0x070cE6161AD79a3BC7aEa222FdfC6AD171Ca83F3
PRECONF_CONTRACT=0x4DfF34f74aE5C48a5050eb54e7cEDAb9DEF03715
RPC_URL=http://sl-bootnode:8545
PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
L1_RPC_URL=https://sepolia.infura.io/v3/09eaedaa8dda43bc89e0ccd9c6991c51
2 changes: 1 addition & 1 deletion integrationtest/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var (
)
errorProbability = flag.Int(
errorProbabilityFlagName,
0,
20,
"The probability of returning an error when sending a bid response",
)
)
Expand Down
7 changes: 4 additions & 3 deletions mev-commit-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,10 @@ start_mev_commit_e2e() {

# Create or overwrite the .env file
cat > "$MEV_COMMIT_PATH/integrationtest/.env" <<EOF
BIDDER_REGISTRY=0x5340b92E261141D6B4D0DC6F847667E5e4A63544
PROVIDER_REGISTRY=0xeA73E67c2E34C4E02A2f3c5D416F59B76e7617fC
PRECONF_CONTRACT=0x451656c1E7eDf82397EBE04f38819c9970AA3658
BIDDER_REGISTRY=0x02CcEcB19c6D7EFe583C8b97022cB4b4C0B65608
PROVIDER_REGISTRY=0x070cE6161AD79a3BC7aEa222FdfC6AD171Ca83F3
PRECONF_CONTRACT=0x4DfF34f74aE5C48a5050eb54e7cEDAb9DEF03715
RPC_URL=${rpc_url}
PRIVATE_KEY=ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
L1_RPC_URL="${L1_RPC_BASE_URL}/${sepolia_key}"
Expand Down

0 comments on commit f69627d

Please sign in to comment.