Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
Osmosis_Sync
Commits
0585b400
Commit
0585b400
authored
2 years ago
by
Matt, Park
Committed by
Mergify
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove old sp from stargate (#3412)
(cherry picked from commit
26921949
)
parent
7971ca5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wasmbinding/stargate_whitelist.go
+0
-1
wasmbinding/stargate_whitelist.go
with
0 additions
and
1 deletion
+0
-1
wasmbinding/stargate_whitelist.go
+
0
-
1
View file @
0585b400
...
...
@@ -79,7 +79,6 @@ func init() {
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/PoolParams"
,
&
gammtypes
.
QueryPoolParamsResponse
{})
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/TotalPoolLiquidity"
,
&
gammtypes
.
QueryTotalPoolLiquidityResponse
{})
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/TotalShares"
,
&
gammtypes
.
QueryTotalSharesResponse
{})
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/SpotPrice"
,
&
gammtypes
.
QuerySpotPriceResponse
{})
// nolint: staticcheck
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/CalcJoinPoolShares"
,
&
gammtypes
.
QueryCalcJoinPoolSharesResponse
{})
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/CalcExitPoolCoinsFromShares"
,
&
gammtypes
.
QueryCalcExitPoolCoinsFromSharesResponse
{})
setWhitelistedQuery
(
"/osmosis.gamm.v1beta1.Query/CalcJoinPoolNoSwapShares"
,
&
gammtypes
.
QueryCalcJoinPoolNoSwapSharesResponse
{})
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets