Skip to content

Commit

Permalink
Fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Nov 18, 2024
1 parent 981722c commit e4867eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/e2e/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (i *IntegrationSuite) setupQuoterAPI() {
DSN: dbPath,
},
OmniRPCURL: i.omniServer,
Bridges: map[uint32]string{
FastBridgeContractsV1: map[uint32]string{
originBackendChainID: i.manager.Get(i.GetTestContext(), i.originBackend, testutil.FastBridgeType).Address().String(),
destBackendChainID: i.manager.Get(i.GetTestContext(), i.destBackend, testutil.FastBridgeType).Address().String(),
},
Expand Down

0 comments on commit e4867eb

Please sign in to comment.