Skip to main content

REVSuckerDeploymentConfig

Git Source

Notes:

  • member: deployerConfigurations The information for how to suck tokens to other chains.

  • member: salt The salt to use for creating suckers so that they use the same address across chains.

struct REVSuckerDeploymentConfig {
JBSuckerDeployerConfig[] deployerConfigurations;
bytes32 salt;
}