Skip to content

Commit

Permalink
fix the bugs of the pair token serach and empty params
Browse files Browse the repository at this point in the history
  • Loading branch information
uptSmart committed Feb 26, 2024
1 parent a5c01cf commit 972d58d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
cosmossdk.io/simapp v0.0.0-20230608160436-666c345ad23d
cosmossdk.io/tools/rosetta v0.2.1
github.com/CosmWasm/wasmd v0.45.0
github.com/UptickNetwork/evm-nft-convert v1.0.6
github.com/UptickNetwork/wasm-nft-convert v1.0.4
github.com/UptickNetwork/evm-nft-convert v1.0.8
github.com/UptickNetwork/wasm-nft-convert v1.0.5
github.com/armon/go-metrics v0.4.1 // indirect
github.com/bianjieai/nft-transfer v1.1.3-ibc-v7.3.0
github.com/btcsuite/btcd v0.23.4 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMx
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/UptickNetwork/evm-nft-convert v1.0.6 h1:NIvibAtkTCacmh+PepbnRh37V88/dm9SAzCAeNt51RU=
github.com/UptickNetwork/evm-nft-convert v1.0.6/go.mod h1:/mQVnjQ32E2Ij0haUKFiYzp9ClyKnkslcBJRhPAajsw=
github.com/UptickNetwork/wasm-nft-convert v1.0.4 h1:xMwghHphFqcdotf+/3S0U1JHNAfTzV1ouP8Pej69lLM=
github.com/UptickNetwork/wasm-nft-convert v1.0.4/go.mod h1:OJFVLNE5R4c05surmlUJnsvxYPPL/4u7J1ghIDy2WQU=
github.com/UptickNetwork/evm-nft-convert v1.0.8 h1:4nx2fsLT5q4V5MkgpHlk53HZinIU8QMBQ4vwFQ42nZg=
github.com/UptickNetwork/evm-nft-convert v1.0.8/go.mod h1:/mQVnjQ32E2Ij0haUKFiYzp9ClyKnkslcBJRhPAajsw=
github.com/UptickNetwork/wasm-nft-convert v1.0.5 h1:1aW8McJUn6dE8hZOs59OolGmU66OVJ3WMln8qVKhPgM=
github.com/UptickNetwork/wasm-nft-convert v1.0.5/go.mod h1:OJFVLNE5R4c05surmlUJnsvxYPPL/4u7J1ghIDy2WQU=
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=
Expand Down

0 comments on commit 972d58d

Please sign in to comment.