Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessie-park authored May 10, 2024
1 parent 76c8356 commit bed3184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ It houses configuration files such as ```chain.json``` and ```assetlist.json```,
## ```chain.json```
A sample chain.json includes the following information.
``` {
"$schema": "../../chain.schema.json",
"$schema": "testnets/initia/chain.json",
"chain_name": "initia",
"chain_id": "mahalo-2",
"website": "<https://initia.xyz>",
Expand Down Expand Up @@ -175,7 +175,7 @@ Asset lists are a similar mechanism to allow frontends and other UIs to fetch me
This standard is a work in progress. You'll notice that the format of assets in the ```assetlist.json``` structure is a strict superset json representation of the banktypes.DenomMetadata from the Cosmos SDK. This is purposefully done so that this standard may eventually be migrated into a Cosmos SDK module in the future, so it can be easily maintained on chain instead of on Github.
An example assetlist json contains the following structure:
```{
"$schema": "../../assetlist.schema.json",
"$schema": "testnets/initia/assetlist.json",
"chain_name": "initia",
"assets": [
{
Expand Down

0 comments on commit bed3184

Please sign in to comment.