You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each protocol has a different delay. This information should be available at a Platform level.
Delay variants
In some cases, the delay is hardcoded. In others, it is set at a protocol level. In others, it is set at on a per-parameter basis.
Schema update
typePlatform@entity {
id: ID!delay: BigInt! # This is the new field; delay is defined in secondstarget: [Target]!@derivedFrom(field: "platform")
timelock: [Timelock]!@derivedFrom(field: "platform")
}
Existing functions affected
For each platform mapping, the createPlatform function must be updated. Where applicable, the data should be taken from events or smartContracts.
New function
A new function such as updatePlatformDelay is required for some platforms. This will update the platform delay and should be triggered based on the relevant event(s).
The text was updated successfully, but these errors were encountered:
Abstract
Each protocol has a different delay. This information should be available at a
Platform
level.Delay variants
In some cases, the delay is hardcoded. In others, it is set at a protocol level. In others, it is set at on a per-parameter basis.
Schema update
Existing functions affected
For each platform mapping, the
createPlatform
function must be updated. Where applicable, the data should be taken from events or smartContracts.New function
A new function such as
updatePlatformDelay
is required for some platforms. This will update the platform delay and should be triggered based on the relevant event(s).The text was updated successfully, but these errors were encountered: