Skip to content

Commit 6af5f58

Browse files
committed
Revert me - This commit removes all Fusion and Spot Price code from the project for the initial release
1 parent c27f255 commit 6af5f58

19 files changed

+2
-1690
lines changed

golang/client/client.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,8 @@ type Client struct {
8282
// A struct that will contain a reference to this client. Used to separate each API into a unique namespace to aid in method discovery
8383
common service
8484
// Isolated namespaces for each API
85-
Swap *SwapService
86-
TokenPrices *TokenPricesService
87-
Orderbook *OrderbookService
88-
Fusion *FusionService
85+
Swap *SwapService
86+
Orderbook *OrderbookService
8987
}
9088

9189
// NewClient creates and initializes a new Client instance based on the provided Config.
@@ -147,9 +145,7 @@ func NewClient(config Config) (*Client, error) {
147145
c.common.client = c
148146

149147
c.Swap = (*SwapService)(&c.common)
150-
c.TokenPrices = (*TokenPricesService)(&c.common)
151148
c.Orderbook = (*OrderbookService)(&c.common)
152-
c.Fusion = (*FusionService)(&c.common)
153149

154150
return c, nil
155151
}

golang/client/fusion.go

Lines changed: 0 additions & 122 deletions
This file was deleted.

golang/client/fusion/fusion_orders_types.gen.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

golang/client/fusion/fusion_quoter_types.gen.go

Lines changed: 0 additions & 121 deletions
This file was deleted.

golang/client/fusion/fusion_relayer_types.gen.go

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)