diff --git a/components/BadgeLoadingModal.tsx b/components/BadgeLoadingModal.tsx
new file mode 100644
index 0000000..6c295b7
--- /dev/null
+++ b/components/BadgeLoadingModal.tsx
@@ -0,0 +1,11 @@
+export const BadgeLoadingModal = () => {
+ return (
+
+
+
Uploading the image for badge creation, please wait...
+
+ )
+}
diff --git a/contracts/badgeHub/contract.ts b/contracts/badgeHub/contract.ts
index 91dd77b..7d5a597 100644
--- a/contracts/badgeHub/contract.ts
+++ b/contracts/badgeHub/contract.ts
@@ -269,7 +269,7 @@ export const badgeHub = (client: SigningCosmWasmClient, txSigner: string): Badge
contractAddress,
toUtf8(Buffer.from(Buffer.from('fee_rate').toString('hex'), 'hex').toString()),
)
-
+ console.log('Fee Rate Raw: ', feeRateRaw)
const feeRate = JSON.parse(new TextDecoder().decode(feeRateRaw as Uint8Array))
console.log('Fee Rate:', feeRate)
diff --git a/public/icon.svg b/public/icon.svg
new file mode 100644
index 0000000..d09b925
--- /dev/null
+++ b/public/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file