File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments