VNP-018 Enable perpetual futures markets and Ethereum oracles
Change parameter limits.markets.proposePerpetualEnabled
to 1
and ethereum.oracles.enabled
to 1
on Wednesday 8th November 3pm GMT.
Rationale
From what has been seen during testing and on public testnet (fairground) perpetual futures markets and ethereum oracles are ready for use. This change will allow community to submit perpetual futures market proposals that use data from Ethereum oracles onto the vega chain.
Full Proposal JSON 1:
{
"rationale": {
"title": "VNP-018 Enable perpetual futures markets and Ethereum oracles",
"description": "Change `limits.markets.proposePerpetualEnabled` from `0` to `1` as set out in [VNP-018](https://community.vega.xyz/t/vnp-018-enable-perpetual-futures-markets/4366)."
},
"terms": {
"updateNetworkParameter": {
"changes": {
"key": "limits.markets.proposePerpetualEnabled",
"value": "1"
}
},
"closingTimestamp": 1699455600,
"enactmentTimestamp": 1699455600
}
}
Full Proposal JSON 2:
{
"rationale": {
"title": "VNP-018 Enable perpetual futures markets and Ethereum oracles",
"description": "Change `ethereum.oracles.enabled` from `0` to `1` as set out in [VNP-018](https://community.vega.xyz/t/vnp-018-enable-perpetual-futures-markets/4366)."
},
"terms": {
"updateNetworkParameter": {
"changes": {
"key": "ethereum.oracles.enabled",
"value": "1"
}
},
"closingTimestamp": 1699455600,
"enactmentTimestamp": 1699455600
}
}