Skip to content

Commit

Permalink
chore: rename module path (backport #283) (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 22, 2023
1 parent cff3623 commit 5e0d1e0
Show file tree
Hide file tree
Showing 378 changed files with 1,171 additions and 1,165 deletions.
2 changes: 1 addition & 1 deletion .changelog/config.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project_url = "https://github.com/strangelove-ventures/noble"
project_url = "https://github.com/noble-assets/noble"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Implement a parameter query for the `x/tariff` module. ([#277](https://github.com/strangelove-ventures/noble/pull/277))
- Implement a parameter query for the `x/tariff` module. ([#277](https://github.com/noble-assets/noble/pull/277))
1 change: 1 addition & 0 deletions .changelog/unreleased/improvements/283-module-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Align module path with repository migration to `noble-assets` organization. ([#283](https://github.com/noble-assets/noble/pull/283))
2 changes: 1 addition & 1 deletion .changelog/v3.1.0/features/235-ibc-authority.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Include support for IBC inside the ParamAuthority. ([#235](https://github.com/strangelove-ventures/noble/pull/235))
- Include support for IBC inside the ParamAuthority. ([#235](https://github.com/noble-assets/noble/pull/235))
2 changes: 1 addition & 1 deletion .changelog/v3.1.0/improvements/234-module-path.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#234](https://github.com/strangelove-ventures/noble/pull/234))
- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#234](https://github.com/noble-assets/noble/pull/234))
2 changes: 1 addition & 1 deletion .changelog/v4.0.0/bug-fixes/252-simulation-tests.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fix simulation tests. ([#252](https://github.com/strangelove-ventures/noble/pull/252))
- Fix simulation tests. ([#252](https://github.com/noble-assets/noble/pull/252))
2 changes: 1 addition & 1 deletion .changelog/v4.0.0/bug-fixes/253-ledger-macos-sonoma.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Fix Ledger support for macOS Sonoma. ([#253](https://github.com/strangelove-ventures/noble/pull/253))
- Fix Ledger support for macOS Sonoma. ([#253](https://github.com/noble-assets/noble/pull/253))
2 changes: 1 addition & 1 deletion .changelog/v4.0.0/dependencies/250-bump-ibc.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Bump IBC to [`v4.5.1`](https://github.com/cosmos/ibc-go/releases/tag/v4.5.1) ([#250](https://github.com/strangelove-ventures/noble/pull/250))
- Bump IBC to [`v4.5.1`](https://github.com/cosmos/ibc-go/releases/tag/v4.5.1) ([#250](https://github.com/noble-assets/noble/pull/250))
2 changes: 1 addition & 1 deletion .changelog/v4.0.0/dependencies/250-bump-pfm.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Bump Packet Forward Middleware to [`v4.1.1`](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) ([#250](https://github.com/strangelove-ventures/noble/pull/250), [#258](https://github.com/strangelove-ventures/noble/pull/258))
- Bump Packet Forward Middleware to [`v4.1.1`](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) ([#250](https://github.com/noble-assets/noble/pull/250), [#258](https://github.com/noble-assets/noble/pull/258))
2 changes: 1 addition & 1 deletion .changelog/v4.0.0/features/215-rosetta-support.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Include support for Coinbase's [Rosetta API](https://docs.cloud.coinbase.com/rosetta/docs/welcome). ([#215](https://github.com/strangelove-ventures/noble/pull/215))
- Include support for Coinbase's [Rosetta API](https://docs.cloud.coinbase.com/rosetta/docs/welcome). ([#215](https://github.com/noble-assets/noble/pull/215))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add `x/fiattokenfactory` interface changes required for CCTP. ([#241](https://github.com/strangelove-ventures/noble/pull/241))
- Add `x/fiattokenfactory` interface changes required for CCTP. ([#241](https://github.com/noble-assets/noble/pull/241))
1 change: 1 addition & 0 deletions .changelog/v4.0.1/bug-fixes/274-distribution-hooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Unregister `x/distribution` hooks to address consensus failure. ([#274](https://github.com/noble-assets/noble/pull/274))
3 changes: 3 additions & 0 deletions .changelog/v4.0.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Nov 16, 2023*

This is a consensus breaking patch release to the v4 Argon line.
1 change: 1 addition & 0 deletions .changelog/v4.0.2/improvements/277-tariff-query.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Implement a parameter query for the `x/tariff` module. ([#277](https://github.com/noble-assets/noble/pull/277))
3 changes: 3 additions & 0 deletions .changelog/v4.0.2/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Nov 21, 2023*

This is a non-consensus breaking patch release to the v4 Argon line.
2 changes: 1 addition & 1 deletion .changelog/v4.1.0-rc.0/dependencies/259-bump-cctp.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Bump CCTP from [`dc81b3e`](https://github.com/circlefin/noble-cctp/commit/dc81b3e0d566d195c869a213519fcecd38b020a5) to [`86f425e`](https://github.com/circlefin/noble-cctp/commit/86f425e6fac94ff57865dd11b42c95de303e0d96) ([#259](https://github.com/strangelove-ventures/noble/pull/259))
- Bump CCTP from [`dc81b3e`](https://github.com/circlefin/noble-cctp/commit/dc81b3e0d566d195c869a213519fcecd38b020a5) to [`86f425e`](https://github.com/circlefin/noble-cctp/commit/86f425e6fac94ff57865dd11b42c95de303e0d96) ([#259](https://github.com/noble-assets/noble/pull/259))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Introduce a new `x/stabletokenfactory` module for issuing [USDLR by Stable](https://withstable.com). ([#269](https://github.com/strangelove-ventures/noble/pull/269))
- Introduce a new `x/stabletokenfactory` module for issuing [USDLR by Stable](https://withstable.com). ([#269](https://github.com/noble-assets/noble/pull/269))
2 changes: 1 addition & 1 deletion .changelog/v4.1.0-rc.0/improvements/249-module-path.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#249](https://github.com/strangelove-ventures/noble/pull/249))
- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#249](https://github.com/noble-assets/noble/pull/249))
2 changes: 1 addition & 1 deletion .changelog/v4.1.0-rc.0/improvements/259-migrate-ftf.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Remove `x/fiattokenfactory` module from codebase and switch to migrated version under [`circlefin/noble-fiattokenfactory`](https://github.com/circlefin/noble-fiattokenfactory) ([#259](https://github.com/strangelove-ventures/noble/pull/259))
- Remove `x/fiattokenfactory` module from codebase and switch to migrated version under [`circlefin/noble-fiattokenfactory`](https://github.com/circlefin/noble-fiattokenfactory) ([#259](https://github.com/noble-assets/noble/pull/259))
Original file line number Diff line number Diff line change
@@ -1 +1 @@
- Add multiple fee denom support to the `x/tariff` module. ([#269](https://github.com/strangelove-ventures/noble/pull/269))
- Add multiple fee denom support to the `x/tariff` module. ([#269](https://github.com/noble-assets/noble/pull/269))
1 change: 1 addition & 0 deletions .changelog/v4.1.0-rc.1/bug-fixes/275-distribution-hooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Unregister `x/distribution` hooks to address consensus failure. ([#275](https://github.com/noble-assets/noble/pull/275))
3 changes: 3 additions & 0 deletions .changelog/v4.1.0-rc.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Nov 16, 2023*

This is the second release candidate for a minor release to the v4 Argon line.
20 changes: 6 additions & 14 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,19 @@ defaults:
- "{{ author }}"

pull_request_rules:
- name: backport patches to v3.0.x branch
conditions:
- base=main
- label=backport/v3.0.x
actions:
backport:
branches:
- release/v3.0.x
- name: backport patches to v3.1.x branch
- name: backport patches to v4.0.x branch
conditions:
- base=main
- label=backport/v3.1.x
- label=backport/v4.0.x
actions:
backport:
branches:
- release/v3.1.x
- name: backport patches to v4.0.x branch
- release/v4.0.x
- name: backport patches to v4.1.x branch
conditions:
- base=main
- label=backport/v4.0.x
- label=backport/v4.1.x
actions:
backport:
branches:
- release/v4.0.x
- release/v4.1.x
25 changes: 0 additions & 25 deletions .github/workflows/strangelove-project-management.yaml

This file was deleted.

56 changes: 43 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v4.1.0-rc.1

*Nov 16, 2023*

This is the second release candidate for a minor release to the v4 Argon line.

### BUG FIXES

- Unregister `x/distribution` hooks to address consensus failure. ([#275](https://github.com/noble-assets/noble/pull/275))

## v4.1.0-rc.0

*Nov 15, 2023*
Expand All @@ -8,17 +18,37 @@ This is the first release candidate for a minor release to the v4 Argon line.

### DEPENDENCIES

- Bump CCTP from [`dc81b3e`](https://github.com/circlefin/noble-cctp/commit/dc81b3e0d566d195c869a213519fcecd38b020a5) to [`86f425e`](https://github.com/circlefin/noble-cctp/commit/86f425e6fac94ff57865dd11b42c95de303e0d96) ([#259](https://github.com/strangelove-ventures/noble/pull/259))
- Bump CCTP from [`dc81b3e`](https://github.com/circlefin/noble-cctp/commit/dc81b3e0d566d195c869a213519fcecd38b020a5) to [`86f425e`](https://github.com/circlefin/noble-cctp/commit/86f425e6fac94ff57865dd11b42c95de303e0d96) ([#259](https://github.com/noble-assets/noble/pull/259))

### FEATURES

- Introduce a new `x/stabletokenfactory` module for issuing [USDLR by Stable](https://withstable.com). ([#269](https://github.com/strangelove-ventures/noble/pull/269))
- Introduce a new `x/stabletokenfactory` module for issuing [USDLR by Stable](https://withstable.com). ([#269](https://github.com/noble-assets/noble/pull/269))

### IMPROVEMENTS

- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#249](https://github.com/noble-assets/noble/pull/249))
- Remove `x/fiattokenfactory` module from codebase and switch to migrated version under [`circlefin/noble-fiattokenfactory`](https://github.com/circlefin/noble-fiattokenfactory) ([#259](https://github.com/noble-assets/noble/pull/259))
- Add multiple fee denom support to the `x/tariff` module. ([#269](https://github.com/noble-assets/noble/pull/269))

## v4.0.2

*Nov 21, 2023*

This is a non-consensus breaking patch release to the v4 Argon line.

### IMPROVEMENTS

- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#249](https://github.com/strangelove-ventures/noble/pull/249))
- Remove `x/fiattokenfactory` module from codebase and switch to migrated version under [`circlefin/noble-fiattokenfactory`](https://github.com/circlefin/noble-fiattokenfactory) ([#259](https://github.com/strangelove-ventures/noble/pull/259))
- Add multiple fee denom support to the `x/tariff` module. ([#269](https://github.com/strangelove-ventures/noble/pull/269))
- Implement a parameter query for the `x/tariff` module. ([#277](https://github.com/noble-assets/noble/pull/277))

## v4.0.1

*Nov 16, 2023*

This is a consensus breaking patch release to the v4 Argon line.

### BUG FIXES

- Unregister `x/distribution` hooks to address consensus failure. ([#274](https://github.com/noble-assets/noble/pull/274))

## v4.0.0

Expand All @@ -30,21 +60,21 @@ Along with the integration of the CCTP module, the following changes were made.

### BUG FIXES

- Fix simulation tests. ([#252](https://github.com/strangelove-ventures/noble/pull/252))
- Fix Ledger support for macOS Sonoma. ([#253](https://github.com/strangelove-ventures/noble/pull/253))
- Fix simulation tests. ([#252](https://github.com/noble-assets/noble/pull/252))
- Fix Ledger support for macOS Sonoma. ([#253](https://github.com/noble-assets/noble/pull/253))

### DEPENDENCIES

- Bump IBC to [`v4.5.1`](https://github.com/cosmos/ibc-go/releases/tag/v4.5.1) ([#250](https://github.com/strangelove-ventures/noble/pull/250))
- Bump Packet Forward Middleware to [`v4.1.1`](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) ([#250](https://github.com/strangelove-ventures/noble/pull/250), [#258](https://github.com/strangelove-ventures/noble/pull/258))
- Bump IBC to [`v4.5.1`](https://github.com/cosmos/ibc-go/releases/tag/v4.5.1) ([#250](https://github.com/noble-assets/noble/pull/250))
- Bump Packet Forward Middleware to [`v4.1.1`](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.1) ([#250](https://github.com/noble-assets/noble/pull/250), [#258](https://github.com/noble-assets/noble/pull/258))

### FEATURES

- Include support for Coinbase's [Rosetta API](https://docs.cloud.coinbase.com/rosetta/docs/welcome). ([#215](https://github.com/strangelove-ventures/noble/pull/215))
- Include support for Coinbase's [Rosetta API](https://docs.cloud.coinbase.com/rosetta/docs/welcome). ([#215](https://github.com/noble-assets/noble/pull/215))

### IMPROVEMENTS

- Add `x/fiattokenfactory` interface changes required for CCTP. ([#241](https://github.com/strangelove-ventures/noble/pull/241))
- Add `x/fiattokenfactory` interface changes required for CCTP. ([#241](https://github.com/noble-assets/noble/pull/241))

## v3.1.0

Expand All @@ -56,11 +86,11 @@ In response to multiple IBC channels expiring on Noble's mainnet network, it was

### FEATURES

- Include support for IBC inside the ParamAuthority. ([#235](https://github.com/strangelove-ventures/noble/pull/235))
- Include support for IBC inside the ParamAuthority. ([#235](https://github.com/noble-assets/noble/pull/235))

### IMPROVEMENTS

- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#234](https://github.com/strangelove-ventures/noble/pull/234))
- Align module path with Go's [naming convention](https://go.dev/doc/modules/version-numbers#major-version). ([#234](https://github.com/noble-assets/noble/pull/234))

---

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ endif
### Protobuf ###
###############################################################################

BUF_VERSION=1.27.2
BUF_VERSION=1.28.1

proto-all: proto-format proto-lint proto-gen

Expand Down
10 changes: 5 additions & 5 deletions app/ante.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
fiattokenfactory "github.com/circlefin/noble-fiattokenfactory/x/fiattokenfactory/keeper"
fiattokenfactorytypes "github.com/circlefin/noble-fiattokenfactory/x/fiattokenfactory/types"
"github.com/cosmos/cosmos-sdk/types/bech32"
stabletokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/types"
tokenfactory "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper"
tokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"
stabletokenfactorykeeper "github.com/noble-assets/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/noble-assets/noble/v4/x/stabletokenfactory/types"
tokenfactory "github.com/noble-assets/noble/v4/x/tokenfactory/keeper"
tokenfactorytypes "github.com/noble-assets/noble/v4/x/tokenfactory/types"

sdk "github.com/cosmos/cosmos-sdk/types"
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
Expand All @@ -18,7 +18,7 @@ import (
ibcante "github.com/cosmos/ibc-go/v4/modules/core/ante"
ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper"

feeante "github.com/strangelove-ventures/noble/v4/x/globalfee/ante"
feeante "github.com/noble-assets/noble/v4/x/globalfee/ante"
)

type HandlerOptions struct {
Expand Down
28 changes: 14 additions & 14 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,20 +93,20 @@ import (
"github.com/cosmos/cosmos-sdk/x/staking"
stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
v4m1p0rc0 "github.com/strangelove-ventures/noble/v4/app/upgrades/v4.1.0-rc.0"
"github.com/strangelove-ventures/noble/v4/cmd"
"github.com/strangelove-ventures/noble/v4/docs"
"github.com/strangelove-ventures/noble/v4/x/blockibc"
"github.com/strangelove-ventures/noble/v4/x/globalfee"
"github.com/strangelove-ventures/noble/v4/x/stabletokenfactory"
stabletokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/types"
tariff "github.com/strangelove-ventures/noble/v4/x/tariff"
tariffkeeper "github.com/strangelove-ventures/noble/v4/x/tariff/keeper"
tarifftypes "github.com/strangelove-ventures/noble/v4/x/tariff/types"
tokenfactorymodule "github.com/strangelove-ventures/noble/v4/x/tokenfactory"
tokenfactorymodulekeeper "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper"
tokenfactorymoduletypes "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"
v4m1p0rc0 "github.com/noble-assets/noble/v4/app/upgrades/v4.1.0-rc.0"
"github.com/noble-assets/noble/v4/cmd"
"github.com/noble-assets/noble/v4/docs"
"github.com/noble-assets/noble/v4/x/blockibc"
"github.com/noble-assets/noble/v4/x/globalfee"
"github.com/noble-assets/noble/v4/x/stabletokenfactory"
stabletokenfactorykeeper "github.com/noble-assets/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/noble-assets/noble/v4/x/stabletokenfactory/types"
tariff "github.com/noble-assets/noble/v4/x/tariff"
tariffkeeper "github.com/noble-assets/noble/v4/x/tariff/keeper"
tarifftypes "github.com/noble-assets/noble/v4/x/tariff/types"
tokenfactorymodule "github.com/noble-assets/noble/v4/x/tokenfactory"
tokenfactorymodulekeeper "github.com/noble-assets/noble/v4/x/tokenfactory/keeper"
tokenfactorymoduletypes "github.com/noble-assets/noble/v4/x/tokenfactory/types"

cctp "github.com/circlefin/noble-cctp/x/cctp"
cctpkeeper "github.com/circlefin/noble-cctp/x/cctp/keeper"
Expand Down
4 changes: 2 additions & 2 deletions app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"os"
"testing"

"github.com/strangelove-ventures/noble/v4/app"
"github.com/strangelove-ventures/noble/v4/cmd"
"github.com/noble-assets/noble/v4/app"
"github.com/noble-assets/noble/v4/cmd"

"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v4.1.0-rc.0/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/cosmos/cosmos-sdk/baseapp"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
stabletokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/types"
stabletokenfactorytypes "github.com/noble-assets/noble/v4/x/stabletokenfactory/types"
)

func CreateStoreLoader(upgradeHeight int64) baseapp.StoreLoader {
Expand Down
8 changes: 4 additions & 4 deletions app/upgrades/v4.1.0-rc.0/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
paramstypes "github.com/cosmos/cosmos-sdk/x/params/types"
upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types"
"github.com/strangelove-ventures/noble/v4/x/stabletokenfactory"
stabletokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/stabletokenfactory/types"
tarifftypes "github.com/strangelove-ventures/noble/v4/x/tariff/types"
"github.com/noble-assets/noble/v4/x/stabletokenfactory"
stabletokenfactorykeeper "github.com/noble-assets/noble/v4/x/stabletokenfactory/keeper"
stabletokenfactorytypes "github.com/noble-assets/noble/v4/x/stabletokenfactory/types"
tarifftypes "github.com/noble-assets/noble/v4/x/tariff/types"
)

func CreateUpgradeHandler(
Expand Down
4 changes: 2 additions & 2 deletions cmd/nobled/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"

"github.com/strangelove-ventures/noble/v4/app"
"github.com/strangelove-ventures/noble/v4/cmd"
"github.com/noble-assets/noble/v4/app"
"github.com/noble-assets/noble/v4/cmd"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/strangelove-ventures/noble/v4
module github.com/noble-assets/noble/v4

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion interchaintest/cctp_deposit_for_burn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/common"
"github.com/noble-assets/noble/v4/cmd"
"github.com/strangelove-ventures/interchaintest/v4"
"github.com/strangelove-ventures/interchaintest/v4/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v4/testreporter"
"github.com/strangelove-ventures/noble/v4/cmd"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zaptest"
)
Expand Down
2 changes: 1 addition & 1 deletion interchaintest/cctp_deposit_for_burn_with_caller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/ethereum/go-ethereum/common"
"github.com/noble-assets/noble/v4/cmd"
"github.com/strangelove-ventures/interchaintest/v4"
"github.com/strangelove-ventures/interchaintest/v4/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v4/testreporter"
"github.com/strangelove-ventures/noble/v4/cmd"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zaptest"
)
Expand Down
Loading

0 comments on commit 5e0d1e0

Please sign in to comment.