Skip to content

Commit

Permalink
Adjust algo-connect service type
Browse files Browse the repository at this point in the history
  • Loading branch information
bcessa committed Nov 9, 2021
1 parent f28a6e0 commit 72fef1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/cli/cmd/wallet_connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func runWalletConnectCmd(cmd *cobra.Command, args []string) error {
func getServiceEntry() *did.ServiceEndpoint {
return &did.ServiceEndpoint{
ID: "algo-connect",
Type: "did.algorand.foundation.ExternalService",
Type: "AlgorandExternalService",
Endpoint: "https://did.algorand.foundation",
Extensions: []did.Extension{
{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
go.bryk.io/pkg v0.0.0-20211109164409-6e16bec3c13a
go.bryk.io/pkg v0.0.0-20211109191306-f7fc81593ee9
go.mongodb.org/mongo-driver v1.7.4
go.opentelemetry.io/otel v1.1.0
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,8 @@ github.com/zeebo/errs v1.2.2 h1:5NFypMTuSdoySVTqlNs1dEoU21QVamMQJxW/Fii5O7g=
github.com/zeebo/errs v1.2.2/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
go.bryk.io/miracl v0.4.0 h1:pKsC7rIdsZCYNIDjlfY1ua5V3946oexDq4TkRz4Bqts=
go.bryk.io/miracl v0.4.0/go.mod h1:AdsKWBu3X75H4KRElYk5QNoZ8WX+IsylqsUq3tS7kKM=
go.bryk.io/pkg v0.0.0-20211109164409-6e16bec3c13a h1:QVlE1nbE+lizyLJwfTZDCS1+wyt7TEu/nuTEWyQvdJE=
go.bryk.io/pkg v0.0.0-20211109164409-6e16bec3c13a/go.mod h1:S0p6F6+HR7gYlantzqe0pOBCS0rvPotJ94zPnTdVG/8=
go.bryk.io/pkg v0.0.0-20211109191306-f7fc81593ee9 h1:a+isECQqQ4m+ddw5LLasA5VBpJ1vNf9X3BGtvIZMGeA=
go.bryk.io/pkg v0.0.0-20211109191306-f7fc81593ee9/go.mod h1:S0p6F6+HR7gYlantzqe0pOBCS0rvPotJ94zPnTdVG/8=
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ=
Expand Down

0 comments on commit 72fef1c

Please sign in to comment.