Skip to content

Commit 56b51ca

Browse files
committed
Revert "Revert "feat: expose the pool address (#41)""
This reverts commit a4aa113.
1 parent 2f4ca9c commit 56b51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/entity/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type PoolToken struct {
2626
type PoolTokens []*PoolToken
2727

2828
type Pool struct {
29-
Address string `json:"-"`
29+
Address string `json:"address,omitempty"`
3030
ReserveUsd float64 `json:"reserveUsd,omitempty"`
3131
AmplifiedTvl float64 `json:"amplifiedTvl,omitempty"`
3232
SwapFee float64 `json:"swapFee,omitempty"`

0 commit comments

Comments
 (0)