UI/UX improvements in laconic wallet web app #3

Merged
nabarun merged 6 commits from deep-stack/laconic-wallet-web:iv-ui-improvements into main 2024-07-29 11:26:10 +00:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit e2e4f3b203 - Show all commits

View File

@ -2,3 +2,4 @@ REACT_APP_WALLET_CONNECT_PROJECT_ID=
REACT_APP_DEFAULT_GAS_PRICE=0.025
# Reference: https://github.com/cosmos/cosmos-sdk/issues/16020
REACT_APP_GAS_ADJUSTMENT=2
REACT_APP_LACONICD_RPC_URL=https://laconicd.laconic.com

View File

@ -1,5 +1,5 @@
{
"short_name": "Laconic Wallet Web App",
"short_name": "Laconic Wallet",
"name": "Laconic Wallet Web App",
"icons": [
{

View File

@ -8,7 +8,7 @@ export const DEFAULT_NETWORKS = [
chainId: 'laconic_9000-1',
networkName: 'laconicd',
namespace: COSMOS,
rpcUrl: 'http://127.0.0.1:26657',
rpcUrl: process.env.REACT_APP_LACONICD_RPC_URL,
blockExplorerUrl: '',
nativeDenom: 'photon',
addressPrefix: 'laconic',