Skip to content

Commit

Permalink
refactor(axelar-gas-service): move run_migration into separate impl b…
Browse files Browse the repository at this point in the history
…lock
  • Loading branch information
cgorenflo committed Nov 28, 2024
1 parent 9785e8b commit d3174b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/axelar-gas-service/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ impl AxelarGasService {
.instance()
.set(&DataKey::GasCollector, &gas_collector);
}
}

impl AxelarGasService {
// Modify this function to add migration logic
const fn run_migration(_env: &Env, _migration_data: ()) {}
}
Expand Down

0 comments on commit d3174b3

Please sign in to comment.