reduce fees

This commit is contained in:
zramsay 2024-01-29 19:06:42 -05:00
parent 0af799f6d6
commit b20fdc1a95
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ services:
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
gas: 550000 gas: 550000
fees: 200000aphoton fees: 20000aphoton
EOF EOF
next_ver=$(laconic -c $CONFIG_FILE cns record list --type ApplicationRecord --all --name "$rcd_name" 2>/dev/null | jq -r -s ".[] | sort_by(.createTime) | reverse | [ .[] | select(.bondId == \"$CERC_REGISTRY_BOND_ID\") ] | .[0].attributes.version" | awk -F. -v OFS=. '{$NF += 1 ; print}') next_ver=$(laconic -c $CONFIG_FILE cns record list --type ApplicationRecord --all --name "$rcd_name" 2>/dev/null | jq -r -s ".[] | sort_by(.createTime) | reverse | [ .[] | select(.bondId == \"$CERC_REGISTRY_BOND_ID\") ] | .[0].attributes.version" | awk -F. -v OFS=. '{$NF += 1 ; print}')

View File

@ -15,7 +15,7 @@ services:
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
gas: 550000 gas: 550000
fees: 200000aphoton fees: 20000aphoton
EOF EOF
if [ -z "$CERC_REGISTRY_APP_CRN" ]; then if [ -z "$CERC_REGISTRY_APP_CRN" ]; then