Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Stage #3932

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ yarn build:libs && npx lerna publish

To add translations, you can manually edit the JSON translation files in `packages/web/translations`, use the [inlang](https://inlang.com/) online editor, or run `yarn machine-translate` to add missing translations using AI from Inlang.

Note: we have tests in web package that ensure all localization files contain the same keys and that they're (best effort) all found within the TSX source files. These help keep our localizations up to date. To clean up localizations, check out the scripts in the web/localizations folder. They must be run using `node` within the localization folder.

## Asset Listings

Please see the asset [listing requirements](https://github.com/osmosis-labs/assetlists/blob/main/LISTING.md) to display assets on Osmosis Zone web app.
Expand Down
30 changes: 30 additions & 0 deletions packages/server/src/queries/__tests__/mock-asset-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23494,6 +23494,36 @@ export const AssetLists: AssetList[] = [
listingDate: "2024-05-03T13:00:00.000Z",
relative_image_url: "/tokens/generated/seda.svg",
},
{
chainName: "osmosis",
sourceDenom:
"factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH",
coinMinimalDenom:
"factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH",
symbol: "allETH",
decimals: 18,
logoURIs: {
png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allETH.png",
svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allETH.svg",
},
coingeckoId: "allETH",
price: {
poolId: "1800",
denom:
"factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH",
},
categories: ["alloyed"],
transferMethods: [],
counterparty: [],
name: "allETH",
isAlloyed: true,
verified: true,
unstable: false,
disabled: false,
preview: false,
listingDate: "2024-06-01T10:00:00.000Z",
relative_image_url: "/tokens/generated/allETH.svg",
},
],
},
];
Loading
Loading