Update chain config in network.json

This commit is contained in:
Nabarun 2025-06-17 15:18:52 +05:30 committed by nabarun
parent 59b04d3f5b
commit cd31de1d1b
2 changed files with 3 additions and 4 deletions

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-mainnet
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.laconic.com",
"blockExplorerUrl": "", "blockExplorerUrl": "",
"nativeDenom": "alnt", "nativeDenom": "alnt",
"addressPrefix": "laconic", "addressPrefix": "laconic",