Skip to content

Commit

Permalink
refactor: rename to aura
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Apr 26, 2024
1 parent 4191d2f commit 9c9a671
Show file tree
Hide file tree
Showing 68 changed files with 2,037 additions and 2,085 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

<h1 style="text-align: center">Ondo's US Dollar Yield Token on Noble</h1>

This repository includes the `x/usdy` Cosmos SDK module implementation.
This repository includes the `x/aura` Cosmos SDK module implementation.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.aura
.idea
.ondo
build
coverage.out
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ test: test-unit

test-unit:
@echo "🤖 Running unit tests..."
@go test -cover -coverprofile=coverage.out -race -v ./x/usdy/keeper/...
@go test -cover -coverprofile=coverage.out -race -v ./x/aura/keeper/...
@echo "✅ Completed unit tests!"

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 9c9a671

Please sign in to comment.