d47d754ac9
* test: initial commit * test: commit * test: extra tests and references added also new tag 0.55.0 for builds * test: lint * test: back to 0.54 for capsule cypress until tests fixed * test: skip two tests since wallet name no longer shown soon to be fixed * test: couple more tests to fulfill ACs * test: lint * test: more tests * test: lint * test: extra check within test * test: lint * test: minor * test: improve test flake and skip test bugs outstanding * test: lint and increase epoch length by second * test: more tests * test: lint * test: lint * test: lint * test: teardown functionality * test: lint * test: epoch speed up and network restart stuff * test: lint * test: change epoch duration * test: timing tweaks due to failures in CI * test: lint * test: more timing tweaks * test: lint * test: timing tweak * test: lint * test: lint * test: config changes
231 lines
6.6 KiB
Cheetah
231 lines
6.6 KiB
Cheetah
{
|
||
"app_state": {
|
||
"assets": {
|
||
"fBTC": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "BTC (fake)",
|
||
"symbol": "fBTC",
|
||
"total_supply": "21000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "1000000"
|
||
}
|
||
}
|
||
},
|
||
"fDAI": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "DAI (fake)",
|
||
"symbol": "fDAI",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "10000000000"
|
||
}
|
||
}
|
||
},
|
||
"fEURO": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "EURO (fake)",
|
||
"symbol": "fEURO",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "10000000000"
|
||
}
|
||
}
|
||
},
|
||
"fUSDC": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "USDC (fake)",
|
||
"symbol": "fUSDC",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "1000000000000"
|
||
}
|
||
}
|
||
},
|
||
"XYZalpha": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "XYZ (α alpha)",
|
||
"symbol": "XYZalpha",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "100000000000"
|
||
}
|
||
}
|
||
},
|
||
"XYZbeta": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "XYZ (β beta)",
|
||
"symbol": "XYZbeta",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "100000000000"
|
||
}
|
||
}
|
||
},
|
||
"XYZgamma": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "XYZ (γ gamma)",
|
||
"symbol": "XYZgamma",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "100000000000"
|
||
}
|
||
}
|
||
},
|
||
"XYZdelta": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "XYZ (δ delta)",
|
||
"symbol": "XYZdelta",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "100000000000"
|
||
}
|
||
}
|
||
},
|
||
"XYZepsilon": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "XYZ (ε epsilon)",
|
||
"symbol": "XYZepsilon",
|
||
"total_supply": "1000000000",
|
||
"source": {
|
||
"builtin_asset": {
|
||
"max_faucet_amount_mint": "100000000000"
|
||
}
|
||
}
|
||
},
|
||
"{{.GetVegaContractID "tBTC"}}": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "BTC (local)",
|
||
"symbol": "tBTC",
|
||
"total_supply": "0",
|
||
"source": {
|
||
"erc20": {
|
||
"contract_address": "{{.GetEthContractAddr "tBTC"}}"
|
||
}
|
||
}
|
||
},
|
||
"{{.GetVegaContractID "tDAI"}}": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "DAI (local)",
|
||
"symbol": "tDAI",
|
||
"total_supply": "0",
|
||
"source": {
|
||
"erc20": {
|
||
"contract_address": "{{.GetEthContractAddr "tDAI"}}"
|
||
}
|
||
}
|
||
},
|
||
"{{.GetVegaContractID "tEURO"}}": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "EURO (local)",
|
||
"symbol": "tEURO",
|
||
"total_supply": "0",
|
||
"source": {
|
||
"erc20": {
|
||
"contract_address": "{{.GetEthContractAddr "tEURO"}}"
|
||
}
|
||
}
|
||
},
|
||
"{{.GetVegaContractID "tUSDC"}}": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 5,
|
||
"name": "USDC (local)",
|
||
"symbol": "tUSDC",
|
||
"total_supply": "0",
|
||
"source": {
|
||
"erc20": {
|
||
"contract_address": "{{.GetEthContractAddr "tUSDC"}}"
|
||
}
|
||
}
|
||
},
|
||
"{{.GetVegaContractID "VEGA"}}": {
|
||
"min_lp_stake": "1",
|
||
"decimals": 18,
|
||
"name": "Vega",
|
||
"symbol": "VEGA",
|
||
"total_supply": "64999723000000000000000000",
|
||
"source": {
|
||
"erc20": {
|
||
"contract_address": "{{.GetEthContractAddr "VEGA"}}"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"network": {
|
||
"ReplayAttackThreshold": 30
|
||
},
|
||
"network_parameters": {
|
||
"blockchains.ethereumConfig": "{\"network_id\": \"{{ .NetworkID }}\", \"chain_id\": \"{{ .ChainID }}\", \"collateral_bridge_contract\": { \"address\": \"{{.GetEthContractAddr "erc20_bridge_1"}}\" }, \"confirmations\": 3, \"staking_bridge_contract\": { \"address\": \"{{.GetEthContractAddr "staking_bridge"}}\", \"deployment_block_height\": 0}, \"token_vesting_contract\": { \"address\": \"{{.GetEthContractAddr "erc20_vesting"}}\", \"deployment_block_height\": 0 }, \"multisig_control_contract\": { \"address\": \"{{.GetEthContractAddr "MultisigControl"}}\", \"deployment_block_height\": 0 }}",
|
||
"governance.proposal.asset.minClose": "2s",
|
||
"governance.proposal.asset.minEnact": "2s",
|
||
"governance.proposal.asset.requiredParticipation": "0.00000000000000000000000015",
|
||
"governance.proposal.freeform.minProposerBalance": "1",
|
||
"governance.proposal.freeform.minVoterBalance": "1",
|
||
"governance.proposal.freeform.requiredMajority": "0.66",
|
||
"governance.proposal.freeform.requiredParticipation": "0.00001",
|
||
"governance.proposal.freeform.maxClose": "8760h0m0s",
|
||
"governance.proposal.freeform.minClose": "48h0m0s",
|
||
"governance.proposal.market.minClose": "2s",
|
||
"governance.proposal.market.minEnact": "2s",
|
||
"governance.proposal.market.requiredParticipation": "0.00000000000000000000000015",
|
||
"governance.proposal.updateMarket.minClose": "2s",
|
||
"governance.proposal.updateMarket.minEnact": "2s",
|
||
"governance.proposal.updateMarket.requiredParticipation": "0.00000000000000000000000015",
|
||
"governance.proposal.updateNetParam.minClose": "2s",
|
||
"governance.proposal.updateNetParam.minEnact": "2s",
|
||
"governance.proposal.updateNetParam.requiredParticipation": "0.00000000000000000000000015",
|
||
"market.auction.minimumDuration": "3s",
|
||
"market.fee.factors.infrastructureFee": "0.001",
|
||
"market.fee.factors.makerFee": "0.004",
|
||
"market.liquidity.stakeToCcySiskas": "0.3",
|
||
"market.liquidity.targetstake.triggering.ratio": "0.7",
|
||
"network.checkpoint.timeElapsedBetweenCheckpoints": "10s",
|
||
"reward.asset": "{{.GetVegaContractID "VEGA"}}",
|
||
"reward.staking.delegation.competitionLevel": "3.1",
|
||
"reward.staking.delegation.delegatorShare": "0.883",
|
||
"reward.staking.delegation.maxPayoutPerParticipant": "700000000000000000000",
|
||
"reward.staking.delegation.minimumValidatorStake": "3000000000000000000000",
|
||
"reward.staking.delegation.payoutDelay": "5m",
|
||
"reward.staking.delegation.payoutFraction": "0.007",
|
||
"spam.protection.delegation.min.tokens": "1000000000000000000",
|
||
"spam.protection.max.delegations": "390",
|
||
"spam.protection.max.proposals": "100",
|
||
"spam.protection.max.votes": "100",
|
||
"spam.protection.proposal.min.tokens": "1000000000000000000",
|
||
"spam.protection.voting.min.tokens": "1000000000000000000",
|
||
"validators.delegation.minAmount": "100000000000000000",
|
||
"validators.epoch.length": "5s",
|
||
"validators.vote.required": "0.67"
|
||
},
|
||
"network_limits": {
|
||
"propose_asset_enabled": true,
|
||
"propose_asset_enabled_from": "2021-09-01T00:00:00Z",
|
||
"propose_market_enabled": true,
|
||
"propose_market_enabled_from": "2021-09-01T00:00:00Z"
|
||
}
|
||
},
|
||
"consensus_params": {
|
||
"block": {
|
||
"time_iota_ms": "1"
|
||
}
|
||
}
|
||
} |