Skip to content

Commit 1feda1d

Browse files
committed
update
1 parent fe83029 commit 1feda1d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

public/changelog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"networks": {
33
"0g": {
44
"displayName": "0G",
5-
"iconUrl": "https://docs.chain.link/assets/chains/0G.svg"
5+
"iconUrl": "https://docs.chain.link/assets/chains/0g.svg"
66
},
77
"abstract": {
88
"displayName": "Abstract",
@@ -210,7 +210,7 @@
210210
},
211211
"polygonkatana": {
212212
"displayName": "Polygon Katana",
213-
"iconUrl": "https://docs.chain.link/assets/chains/polygon-katana.svg"
213+
"iconUrl": "https://docs.chain.link/assets/chains/polygonkatana.svg"
214214
},
215215
"polygonzkevm": {
216216
"displayName": "Polygon zkEVM",

src/config/data/chains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@
16071607
},
16081608
"0G": {
16091609
"title": "0G",
1610-
"icon": "/assets/chains/0G.svg",
1610+
"icon": "/assets/chains/0g.svg",
16111611
"chainType": "evm",
16121612
"chains": {
16131613
"0G_GALILEO_TESTNET": {
@@ -2175,7 +2175,7 @@
21752175
},
21762176
"POLYGON_KATANA": {
21772177
"title": "Polygon Katana",
2178-
"icon": "/assets/chains/polygon-katana.svg",
2178+
"icon": "/assets/chains/polygonkatana.svg",
21792179
"chainType": "evm",
21802180
"chains": {
21812181
"KATANA_TATARA": {

src/content/resources/link-token-contracts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use Chainlink services on a given blockchain, it is necessary to use LINK tok
2929
<CcipCommon callout="thirdPartyApps" />
3030
<ResourcesCallout callout="bridgeRisks" />
3131

32-
## <img src="/assets/chains/0G.svg" style="height: 24px; width: auto; margin-right: 8px;" />0G
32+
## <img src="/assets/chains/0g.svg" style="height: 24px; width: auto; margin-right: 8px;" />0G
3333

3434
### 0G Galileo Testnet
3535

@@ -1242,7 +1242,7 @@ Testnet POL and LINK are available at [faucets.chain.link/polygon-amoy](https://
12421242
| Decimals | 18 |
12431243
| Network status | [polygonscan.freshstatus.io](https://polygonscan.freshstatus.io) |
12441244

1245-
## <img src="/assets/chains/polygon-katana.svg" style="height: 24px; width: auto; margin-right: 8px;" />Polygon Katana
1245+
## <img src="/assets/chains/polygonkatana.svg" style="height: 24px; width: auto; margin-right: 8px;" />Polygon Katana
12461246

12471247
### Polygon Katana Tatara Testnet
12481248

0 commit comments

Comments
 (0)