add mito and laconic
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 26s

This commit is contained in:
zramsay 2025-02-12 18:34:25 -05:00
parent 5b08d16548
commit c0f908c4fb
3 changed files with 11 additions and 4 deletions

View File

@ -13,7 +13,7 @@ env:
REGISTRY_RPC_ENDPOINT: "https://laconicd-sapo.laconic.com"
REGISTRY_GQL_ENDPOINT: "https://laconicd-sapo.laconic.com/api"
REGISTRY_CHAIN_ID: "laconic-testnet-2"
REGISTRY_DEPLOYMENT_HOSTNAME: dns-test.portal.mito.systems
REGISTRY_DEPLOYMENT_HOSTNAME: ranger.mito.systems
DEPLOYER_LRN: "lrn://vaasl-provider/deployers/webapp-deployer-api.apps.vaasl.io"
AUTHORITY: "vaasl"
PINATA_BASE_URL: ${{ secrets.PINATA_BASE_URL }}

View File

@ -43,6 +43,14 @@ const AboutPage = () => {
</p>
</div>
</div>
{/* Info Section (not needed right now) */}
<div className="mt-12 text-center text-emerald-300/60">
<p className="text-sm">
Built by <a href="https://mito.systems">Mito Systems</a> - Powered by <a href="https://laconic.com">Laconic</a>
</p>
</div>
</div>
</div>
)

View File

@ -60,13 +60,12 @@ const Page: React.FC = (): React.ReactElement => {
/>
</div>
{/* Info Section (not needed right now)
{/* Info Section (not needed right now) */}
<div className="mt-12 text-center text-emerald-300/60">
<p className="text-sm">
Powered by Mito Systems
Built by <a href="https://mito.systems">Mito Systems</a> - Powered by <a href="https://laconic.com">Laconic</a>
</p>
</div>
*/}
</div>
</div>
)