8000 chore: backport https://github.com/skip-mev/connect/pull/699 by aljo242 · Pull Request #863 · skip-mev/connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

chore: backport https://github.com/skip-mev/connect/pull/699 #863

Merged
merged 4 commits into from
Dec 11, 2024
Merged
Changes from all 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
4 changes: 1 addition & 3 deletions service/clients/marketmap/types/types.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package types

import (
"fmt"

"go.uber.org/zap"

"github.com/skip-mev/slinky/oracle/config"
Expand All @@ -26,7 +24,7 @@ type Chain struct {

// String returns the string representation of the Chain schema.
func (mms Chain) String() string {
return fmt.Sprintf("ChainID: %s", mms.ChainID)
return mms.ChainID
}

type (
Expand Down
Loading
0