Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions validator-cli/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ GNOSIS_AMB_ADDRESS=0x8448E15d0e706C0298dECA99F0b4744030e59d7d
VEAOUTBOX_CHAINS=11155111,421611

# vescan subgraph endpoints
VEAINBOX_SUBGRAPH=https://api.studio.thegraph.com/query/user/inbox-arb-sep/version/latest
VEAOUTBOX_SUBGRAPH=https://api.studio.thegraph.com/query/user/outbox-arb-sep/version/latest
VEAINBOX_SUBGRAPH_ARBSEPOLIA=https://api.studio.thegraph.com/query/user/inbox-arb-sep/version/latest
VEAOUTBOX_SUBGRAPH_SEPOLIA=https://api.studio.thegraph.com/query/user/outbox-arb-sep/version/latest
VEAOUTBOX_SUBGRAPH_CHIADO=https://api.studio.thegraph.com/query/user/outbox-arb-sep/version/latest

GNOSIS_WETH=0x8d74e5e4DA11629537C4575cB0f33b4F0Dfa42EB

533 changes: 0 additions & 533 deletions validator-cli/src/ArbToEth/transactionHandler.test.ts

This file was deleted.

Loading
Loading