diff --git a/.github/workflows/interchaintest-e2e.yml b/.github/workflows/interchaintest-e2e.yml index bed09cc59..84b5b1f82 100644 --- a/.github/workflows/interchaintest-e2e.yml +++ b/.github/workflows/interchaintest-e2e.yml @@ -8,7 +8,7 @@ permissions: packages: write env: - GO_VERSION: 1.21 + GO_VERSION: 1.22 TAR_PATH: /tmp/docker-image.tar IMAGE_NAME: docker-image diff --git a/api/did/v1/account.pulsar.go b/api/did/v1/account.pulsar.go index 099c42067..77e0d62ec 100644 --- a/api/did/v1/account.pulsar.go +++ b/api/did/v1/account.pulsar.go @@ -578,7 +578,7 @@ func (x *fastReflection_EthAccount) ProtoMethods() *protoiface.Methods { } } -// Copyright Tharsis Labs Ltd.(Evmos) +// Copyright Tharsis Labs Ltd.(Sonr) // SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/api/did/v1/did.pulsar.go b/api/did/v1/did.pulsar.go index 42e0eef9c..133e4a12a 100644 --- a/api/did/v1/did.pulsar.go +++ b/api/did/v1/did.pulsar.go @@ -1629,7 +1629,7 @@ func (x *fastReflection_VerificationMethod) ProtoMethods() *protoiface.Methods { } } -// Copyright Tharsis Labs Ltd.(Evmos) +// Copyright Tharsis Labs Ltd.(Sonr) // SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/proto/did/v1/account.proto b/proto/did/v1/account.proto index 240269233..c34c94067 100644 --- a/proto/did/v1/account.proto +++ b/proto/did/v1/account.proto @@ -1,4 +1,4 @@ -// Copyright Tharsis Labs Ltd.(Evmos) +// Copyright Tharsis Labs Ltd.(Sonr) // SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package did.v1; diff --git a/proto/did/v1/did.proto b/proto/did/v1/did.proto index 69ef59260..822f76d9e 100644 --- a/proto/did/v1/did.proto +++ b/proto/did/v1/did.proto @@ -1,4 +1,4 @@ -// Copyright Tharsis Labs Ltd.(Evmos) +// Copyright Tharsis Labs Ltd.(Sonr) // SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) syntax = "proto3"; package did.v1; diff --git a/x/did/types/account.go b/x/did/types/account.go index 23d1bb53e..d691354e1 100644 --- a/x/did/types/account.go +++ b/x/did/types/account.go @@ -1,4 +1,4 @@ -// Copyright Tharsis Labs Ltd.(Evmos) +// Copyright Tharsis Labs Ltd.(Sonr) // SPDX-License-Identifier:ENCL-1.0(https://github.com/evmos/evmos/blob/main/LICENSE) package types @@ -42,7 +42,7 @@ type EthAccountI interface { } // ---------------------------------------------------------------------------- -// Main Evmos account +// Main Sonr account // ---------------------------------------------------------------------------- // ProtoAccount defines the prototype function for BaseAccount used for an