Skip to content

Commit 5490caa

Browse files
committed
chore(deps): bump sentinel-go-sdk to commit ad8d4200c942
1 parent 1e33358 commit 5490caa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/setup.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ func (c *Context) SetupOracleClient(cfg *config.Config) error {
110110

111111
switch name {
112112
case "coingecko":
113-
client = oracle.NewCoinGecko(cfg.Oracle.CoinGecko.GetAPIKey())
113+
client = oracle.NewCoinGeckoClient(cfg.Oracle.CoinGecko.GetAPIKey())
114114
case "osmosis":
115-
client = oracle.NewOsmosis(cfg.Oracle.Osmosis.GetAPIAddr(), c.Client())
115+
client = oracle.NewOsmosisClient(cfg.Oracle.Osmosis.GetAPIAddr())
116116
default:
117117
return fmt.Errorf("unsupported name %q", name)
118118
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cosmos/cosmos-sdk v0.47.17
88
github.com/gin-contrib/cors v1.7.6
99
github.com/gin-gonic/gin v1.11.0
10-
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008065737-69b835c36d80
10+
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008155434-ad8d4200c942
1111
github.com/sentinel-official/sentinelhub/v12 v12.0.0-rc.13.0.20251007075723-b5e9c41adcdd
1212
github.com/spf13/cobra v1.10.1
1313
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ github.com/secure-io/siv-go v0.0.0-20180922214919-5ff40651e2c4 h1:zOjq+1/uLzn/Xo
574574
github.com/secure-io/siv-go v0.0.0-20180922214919-5ff40651e2c4/go.mod h1:aI+8yClBW+1uovkHw6HM01YXnYB8vohtB9C83wzx34E=
575575
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb h1:XfLJSPIOUX+osiMraVgIrMR27uMXnRJWGm1+GL8/63U=
576576
github.com/seiflotfy/cuckoofilter v0.0.0-20220411075957-e3b120b3f5fb/go.mod h1:bR6DqgcAl1zTcOX8/pE2Qkj9XO00eCNqmKb7lXP8EAg=
577-
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008065737-69b835c36d80 h1:Niypdtcj9BhrY5mEW5SLwQ3x6/pymyYUSLGYfWe11G4=
578-
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008065737-69b835c36d80/go.mod h1:drt8tAoyCARHLG3lKBhUuWvcpA3oQJM2oDYpmwCGyyY=
577+
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008155434-ad8d4200c942 h1:VonsZgZHVZKULpsFFEn+bXNatl5fmss6al3BumIXON0=
578+
github.com/sentinel-official/sentinel-go-sdk v1.0.0-rc.7.0.20251008155434-ad8d4200c942/go.mod h1:drt8tAoyCARHLG3lKBhUuWvcpA3oQJM2oDYpmwCGyyY=
579579
github.com/sentinel-official/sentinelhub/v12 v12.0.0-rc.13.0.20251007075723-b5e9c41adcdd h1:iPVuYM5OShVrzbjyz7JCWtJydrLlDioZuIjeZDdlteg=
580580
github.com/sentinel-official/sentinelhub/v12 v12.0.0-rc.13.0.20251007075723-b5e9c41adcdd/go.mod h1:lSXkI3iDoAy7Mjhe6sZJkJ5iOYpjo/ppwZNp7spcwxY=
581581
github.com/shirou/gopsutil/v4 v4.25.8 h1:NnAsw9lN7587WHxjJA9ryDnqhJpFH6A+wagYWTOH970=

0 commit comments

Comments
 (0)