diff --git a/components/ContentFingerprintLink.vue b/components/ContentFingerprintLink.vue
index 6e73352e..1e98688f 100644
--- a/components/ContentFingerprintLink.vue
+++ b/components/ContentFingerprintLink.vue
@@ -9,7 +9,7 @@
diff --git a/constant/index.ts b/constant/index.ts
index e7ae619b..915e4d85 100644
--- a/constant/index.ts
+++ b/constant/index.ts
@@ -111,3 +111,5 @@ export const LIKECOIN_CHAIN_STAKING_ENDPOINT = IS_TESTNET
export const UPLOAD_FILESIZE_MAX = 200 * 1024 * 1024; // 200MB
export const NFT_BOOK_PRESS_URL = IS_TESTNET ? 'https://likecoin-nft-book-press-testnet.netlify.app/' : 'https://likecoin.github.io/nft-book-press/';
+
+export const ARWEAVE_ENDPOINT = IS_TESTNET ? 'https://gateway.irys.xyz' : 'https://arweave.net';
diff --git a/pages/new/index.vue b/pages/new/index.vue
index a71427e7..979b539d 100644
--- a/pages/new/index.vue
+++ b/pages/new/index.vue
@@ -94,6 +94,7 @@