Update frontend deployment CI and scripts for mainnet (#58)
Some checks failed
Lint / lint (20.x) (pull_request) Failing after 1s

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Reviewed-on: #58
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
This commit is contained in:
Prathamesh Musale 2025-06-24 17:05:14 +00:00 committed by nabarun
parent 85cb304f55
commit 0e86ceb249
4 changed files with 9 additions and 10 deletions

View File

@ -47,11 +47,11 @@ jobs:
cat > packages/deployer/config.yml <<EOF cat > packages/deployer/config.yml <<EOF
services: services:
registry: registry:
rpcEndpoint: https://laconicd-sapo.laconic.com rpcEndpoint: https://laconicd-mainnet-1.laconic.com
gqlEndpoint: https://laconicd-sapo.laconic.com/api gqlEndpoint: https://laconicd-mainnet-1.laconic.com/api
userKey: $REGISTRY_USER_KEY userKey: $REGISTRY_USER_KEY
bondId: $REGISTRY_BOND_ID bondId: $REGISTRY_BOND_ID
chainId: laconic-testnet-2 chainId: laconic-mainnet
gasPrice: 0.001alnt gasPrice: 0.001alnt
EOF EOF

View File

@ -1,8 +1,8 @@
services: services:
registry: registry:
rpcEndpoint: https://laconicd-sapo.laconic.com rpcEndpoint: https://laconicd-mainnet-1.laconic.com
gqlEndpoint: https://laconicd-sapo.laconic.com/api gqlEndpoint: https://laconicd-mainnet-1.laconic.com/api
userKey: userKey:
bondId: bondId:
chainId: laconic-testnet-2 chainId: laconic-mainnet
gasPrice: 0.001alnt gasPrice: 0.001alnt

View File

@ -133,7 +133,6 @@ record:
LACONIC_HOSTED_CONFIG_github_pwa_templaterepo: laconic-templates/test-progressive-web-app LACONIC_HOSTED_CONFIG_github_pwa_templaterepo: laconic-templates/test-progressive-web-app
LACONIC_HOSTED_CONFIG_github_image_upload_templaterepo: laconic-templates/image-upload-pwa-example LACONIC_HOSTED_CONFIG_github_image_upload_templaterepo: laconic-templates/image-upload-pwa-example
LACONIC_HOSTED_CONFIG_github_next_app_templaterepo: laconic-templates/starter.nextjs-react-tailwind LACONIC_HOSTED_CONFIG_github_next_app_templaterepo: laconic-templates/starter.nextjs-react-tailwind
LACONIC_HOSTED_CONFIG_laconicd_chain_id: laconic-testnet-2
LACONIC_HOSTED_CONFIG_wallet_iframe_url: https://wallet.laconic.com LACONIC_HOSTED_CONFIG_wallet_iframe_url: https://wallet.laconic.com
meta: meta:
note: Added @ $CURRENT_DATE_TIME note: Added @ $CURRENT_DATE_TIME

View File

@ -1,8 +1,8 @@
{ {
"chainId": "laconic-testnet-2", "chainId": "laconic-mainnet",
"networkName": "laconicd testnet-2", "networkName": "laconicd mainnet",
"namespace": "cosmos", "namespace": "cosmos",
"rpcUrl": "https://laconicd-sapo.laconic.com", "rpcUrl": "https://laconicd-mainnet-1.laconic.com",
"blockExplorerUrl": "", "blockExplorerUrl": "",
"nativeDenom": "alnt", "nativeDenom": "alnt",
"addressPrefix": "laconic", "addressPrefix": "laconic",