diff --git a/package.json b/package.json
index a20c115..4c7e310 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "phantasma-hub",
- "version": "1.0.10",
+ "version": "1.0.11",
"private": true,
"scripts": {
"dev": "npm run version:update && vite dev --cors true",
diff --git a/src/lib/Components/Dao/ManageDAO.svelte b/src/lib/Components/Dao/ManageDAO.svelte
index 6a521e1..0f38ec7 100644
--- a/src/lib/Components/Dao/ManageDAO.svelte
+++ b/src/lib/Components/Dao/ManageDAO.svelte
@@ -35,7 +35,7 @@
export let organization_id: string;
export let organization: Organization | null;
- let explorer_url = 'https://explorer.phantasma.io/address/';
+ let explorer_url = 'https://explorer.phantasma.info/address/';
const columnsDefault = [
{
name: 'ID',
@@ -145,9 +145,9 @@
function SetExplorerURL() {
if (_apiLink == TestnetURL) {
- explorer_url = 'https://test-explorer.phantasma.io/address/';
+ explorer_url = 'https://test-explorer.phantasma.info/address/';
} else {
- explorer_url = 'https://explorer.phantasma.io/address/';
+ explorer_url = 'https://explorer.phantasma.info/address/';
}
}
diff --git a/src/lib/Components/Footer/Footer.svelte b/src/lib/Components/Footer/Footer.svelte
index fb0c701..f120710 100644
--- a/src/lib/Components/Footer/Footer.svelte
+++ b/src/lib/Components/Footer/Footer.svelte
@@ -22,7 +22,7 @@
{new Date().getFullYear() + ','}
made with by
Phantasma Contributors
-