Skip to content

Commit

Permalink
fix img urls (#593)
Browse files Browse the repository at this point in the history
to point to local repo
  • Loading branch information
JeremyParish69 authored Aug 8, 2022
1 parent 9a47e69 commit 68e4649
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crescent/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"display": "cre",
"symbol": "CRE",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/CRE.png",
"svg": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/CRE.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"
},
"coingecko_id": "crescent-network"
},
Expand All @@ -45,10 +45,10 @@
"display": "bcre",
"symbol": "bCRE",
"logo_URIs": {
"png": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/bCRE.png",
"svg": "https://raw.githubusercontent.com/crescent-network/asset/main/images/coin/bCRE.svg"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg"
},
"coingecko_id": "crescent-network"
}
]
}
}

0 comments on commit 68e4649

Please sign in to comment.