diff --git a/src/assets/images/external/unitynodes.png b/src/assets/images/external/unitynodes.png new file mode 100644 index 0000000..460ca29 Binary files /dev/null and b/src/assets/images/external/unitynodes.png differ diff --git a/src/pages/Documentation/Developers/Validators/AddressBooks.tsx b/src/pages/Documentation/Developers/Validators/AddressBooks.tsx index 8215e49..b254b41 100644 --- a/src/pages/Documentation/Developers/Validators/AddressBooks.tsx +++ b/src/pages/Documentation/Developers/Validators/AddressBooks.tsx @@ -63,5 +63,12 @@ export const ADDRESS_BOOKS: NavItem[] = [ target: '_blank', href: 'https://files.shazoe.xyz/testnets/symphony/addrbook.json', description: 'The address book needed to start a node', + }, + { + id: '10', + label: 'Unity Nodes', + target: '_blank', + href: 'https://snapshots-testnet.unitynodes.com/symphony-testnet/addrbook.json', + description: 'The address book needed to start a node', }, ]; diff --git a/src/pages/Documentation/Developers/Validators/GenesisFiles.tsx b/src/pages/Documentation/Developers/Validators/GenesisFiles.tsx index 1634800..31e19cd 100644 --- a/src/pages/Documentation/Developers/Validators/GenesisFiles.tsx +++ b/src/pages/Documentation/Developers/Validators/GenesisFiles.tsx @@ -56,5 +56,12 @@ export const GENESIS_FILES: NavItem[] = [ target: '_blank', href: 'https://files.shazoe.xyz/testnets/symphony/genesis.json', description: 'The JSON needed to start a node', + }, + { + id: '9', + label: 'Unity Nodes', + target: '_blank', + href: 'https://snapshots-testnet.unitynodes.com/symphony-testnet/genesis.json', + description: 'The JSON needed to start a node', }, ]; diff --git a/src/pages/Documentation/Developers/Validators/InstallationGuides.tsx b/src/pages/Documentation/Developers/Validators/InstallationGuides.tsx index e480d9d..72e720e 100644 --- a/src/pages/Documentation/Developers/Validators/InstallationGuides.tsx +++ b/src/pages/Documentation/Developers/Validators/InstallationGuides.tsx @@ -85,5 +85,12 @@ export const INSTALLATION_GUIDES: NavItem[] = [ target: '_blank', href: 'https://services.shazoe.xyz/testnets/symphony/node-installation', description: 'Guide to install node and set up the validator.', + }, + { + id: '13', + label: 'Unity Nodes', + target: '_blank', + href: 'https://services.unitynodes.com/testnet-network/symphony-blockchain/installation', + description: 'Guide to install node and set up the validator.', }, ]; diff --git a/src/pages/Documentation/Developers/Validators/Snapshots.tsx b/src/pages/Documentation/Developers/Validators/Snapshots.tsx index 5303394..b23c44a 100644 --- a/src/pages/Documentation/Developers/Validators/Snapshots.tsx +++ b/src/pages/Documentation/Developers/Validators/Snapshots.tsx @@ -50,4 +50,11 @@ export const SNAPSHOTS: NavItem[] = [ href: 'https://snapshot1.shazoe.xyz/testnets/snapshot1-symphony.tar.lz4', description: 'Snapshots to speed up validator synchronization', }, + { + id: '8', + label: 'Unity Nodes', + target: '_blank', + href: 'https://snapshots-testnet.unitynodes.com/symphony-testnet/symphony-testnet-latest.tar.lz4', + description: 'Snapshots to speed up validator synchronization', + }, ]; diff --git a/src/sections/TrustedCompaniesSection/TrustedCompanies.tsx b/src/sections/TrustedCompaniesSection/TrustedCompanies.tsx index fb952a6..392d8a0 100644 --- a/src/sections/TrustedCompaniesSection/TrustedCompanies.tsx +++ b/src/sections/TrustedCompaniesSection/TrustedCompanies.tsx @@ -358,4 +358,10 @@ export const COMPANIES: Company[] = [ src: shazoe, logoClass: 'max-h-10', }, + { + id: 51, + name: 'Unity Nodes', + src: unitynodes, + logoClass: 'max-h-10', + }, ];