From 5550097184c09205b218f9989d8733e58a72977b Mon Sep 17 00:00:00 2001 From: Polybius93 Date: Wed, 27 Nov 2024 14:19:31 +0100 Subject: [PATCH] feat: replace dlcbtc logotype svg with ibtc --- config.devnet.json | 2 +- config.localhost.json | 2 +- config.mainnet.json | 2 +- config.testnet.json | 2 +- public/images/logos/{dlcBTC-logotype.svg => ibtc-logotype.svg} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename public/images/logos/{dlcBTC-logotype.svg => ibtc-logotype.svg} (100%) diff --git a/config.devnet.json b/config.devnet.json index da279717..bf038547 100644 --- a/config.devnet.json +++ b/config.devnet.json @@ -21,7 +21,7 @@ { "name": "DLC.Link", "addresses": ["0x0DD4f29E21F10cb2E485cf9bDAb9F2dD1f240Bfa"], - "logo": "/images/logos/dlcBTC-logotype.svg" + "logo": "/images/logos/ibtc-logotype.svg" }, { "name": "Smart Bitcoin Labs", diff --git a/config.localhost.json b/config.localhost.json index 246b27a2..8be2a06c 100644 --- a/config.localhost.json +++ b/config.localhost.json @@ -17,7 +17,7 @@ { "name": "DLC.Link", "addresses": ["0x0DD4f29E21F10cb2E485cf9bDAb9F2dD1f240Bfa"], - "logo": "/images/logos/dlcBTC-logotype.svg" + "logo": "/images/logos/ibtc-logotype.svg" } ], "protocols": [ diff --git a/config.mainnet.json b/config.mainnet.json index 30288755..915bbee4 100644 --- a/config.mainnet.json +++ b/config.mainnet.json @@ -25,7 +25,7 @@ { "name": "DLC.Link", "addresses": ["0x0DD4f29E21F10cb2E485cf9bDAb9F2dD1f240Bfa"], - "logo": "/images/logos/dlcBTC-logotype.svg" + "logo": "/images/logos/ibtc-logotype.svg" }, { "name": "Smart Bitcoin Labs", diff --git a/config.testnet.json b/config.testnet.json index ac5dad86..81e7f9bc 100644 --- a/config.testnet.json +++ b/config.testnet.json @@ -21,7 +21,7 @@ { "name": "DLC.Link", "addresses": ["0x0DD4f29E21F10cb2E485cf9bDAb9F2dD1f240Bfa"], - "logo": "/images/logos/dlcBTC-logotype.svg" + "logo": "/images/logos/ibtc-logotype.svg" }, { "name": "Smart Bitcoin Labs", diff --git a/public/images/logos/dlcBTC-logotype.svg b/public/images/logos/ibtc-logotype.svg similarity index 100% rename from public/images/logos/dlcBTC-logotype.svg rename to public/images/logos/ibtc-logotype.svg