Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Mar 20, 2024
1 parent 6e3b449 commit 022e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/sequencer_tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestSequencerAddrExists(t *testing.T) {
require.Equal(t, common.HexToAddress("0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266"), addr)

url := tracker.GetUrl()
require.Equal(t, "http://xlayer-json-rpc:8123", url) // the default
require.Equal(t, "http://x1-json-rpc:8123", url) // the default

clientL1, err := ethclient.Dial(operations.DefaultL1NetworkURL)
require.NoError(t, err)
Expand Down

0 comments on commit 022e6a8

Please sign in to comment.