-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update initia-registry package to 0.2.1
- Loading branch information
Showing
28 changed files
with
444 additions
and
2,713 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,19 @@ | ||
import { AssetList } from "@initia/initia-registry-types"; | ||
|
||
import * as _tucana from "./tucana"; | ||
import * as _noon from "./noon"; | ||
import * as _miniwasm from "./miniwasm"; | ||
import * as _minimove from "./minimove"; | ||
import * as _minievm from "./minievm"; | ||
import * as _milkyway from "./milkyway"; | ||
import * as _initia from "./initia"; | ||
import * as _init_ai from "./init_ai"; | ||
import * as _civitia from "./civitia"; | ||
import * as _blackwing from "./blackwing"; | ||
|
||
const assets: AssetList[] = [ | ||
_tucana.assets, | ||
_noon.assets, | ||
_miniwasm.assets, | ||
_minimove.assets, | ||
_minievm.assets, | ||
_milkyway.assets, | ||
_initia.assets, | ||
_init_ai.assets, | ||
_civitia.assets, | ||
_blackwing.assets, | ||
]; | ||
|
||
export default assets; |
290 changes: 0 additions & 290 deletions
290
_packages/initia-registry/src/testnet/blackwing/assets.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.