Skip to content

Commit baa8d97

Browse files
committed
chore: bump swap v1.0.0-alpha.0
1 parent 213e6f9 commit baa8d97

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ modules:
131131
authority: authority # Utilize our custom x/authority module.
132132
- name: swap
133133
config:
134-
"@type": swap.module.v1.Module
134+
"@type": noble.swap.module.v1.Module
135135
authority: authority # Utilize our custom x/authority module.
136136
base_denom: uusdn
137137
stableswap:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/spf13/cobra v1.8.1
3434
github.com/spf13/viper v1.19.0
3535
mvdan.cc/gofumpt v0.7.0
36-
swap.noble.xyz v0.0.0-20241218145335-db59397b21c4
36+
swap.noble.xyz v1.0.0-alpha.0
3737
)
3838

3939
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,3 +2135,5 @@ sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
21352135
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU=
21362136
swap.noble.xyz v0.0.0-20241218145335-db59397b21c4 h1:Vkc4yTmgy3bhKoKYqfsQp6EFeea1R86vXhdWQIAmAL8=
21372137
swap.noble.xyz v0.0.0-20241218145335-db59397b21c4/go.mod h1:munoE+z48Fy04NR62cXk1Jt13V6idxy4clfM+jO/E/U=
2138+
swap.noble.xyz v1.0.0-alpha.0 h1:oHFW+Wcu86PEGlu4YsyEFvAmayOPBx5o9ohi76e4bIM=
2139+
swap.noble.xyz v1.0.0-alpha.0/go.mod h1:munoE+z48Fy04NR62cXk1Jt13V6idxy4clfM+jO/E/U=

0 commit comments

Comments
 (0)