Skip to content

Commit 5d6c8a5

Browse files
Update README.md (#6687)
1 parent 60731f4 commit 5d6c8a5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ A sample `chain.json` includes the following information.
102102
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.svg",
103103
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmosis-chain-logo.png",
104104
"theme": {
105-
"circle": true,
106-
"primary_color_hex": "#231D4B"
105+
"circle": true
107106
}
108107
}
109108
],
@@ -224,8 +223,7 @@ An example assetlist json contains the following structure:
224223
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png",
225224
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg",
226225
"theme": {
227-
"circle": false,
228-
"primary_color_hex": "#5c09a0"
226+
"circle": false
229227
}
230228
}
231229
],
@@ -281,10 +279,7 @@ An example assetlist json contains the following structure:
281279
"base_denom": "uatom"
282280
},
283281
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
284-
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg",
285-
"theme": {
286-
"primary_color_hex": "#272d45"
287-
}
282+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"
288283
}
289284
]
290285
}

0 commit comments

Comments
 (0)