mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-03-18 03:54:09 +00:00
add mito and laconic
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 26s
Some checks failed
Publish Ranger template to Laconic Registry / laconic_publish (push) Failing after 26s
This commit is contained in:
parent
5b08d16548
commit
c0f908c4fb
2
.github/workflows/publish-to-laconic.yml
vendored
2
.github/workflows/publish-to-laconic.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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>
|
||||
)
|
||||
|
||||
@ -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>
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user