Skip to content

Commit

Permalink
fix: disable custom fee token chain support for v3 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Feb 3, 2025
1 parent 3c80dd3 commit be1c247
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/orbit-versioner/orbitVersioner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ function _canBeUpgradedToTargetVersion(
if (isFeeTokenChain) {
// cannot upgrade erc20 orbit chains from v1 to v3 right now due to a storage diff
supportedSourceVersionsPerContract.Bridge = ['v2.0.0', 'v2.1.0']
// TODO: remove this later, but the script does not custom fee token chain yet
supportedSourceVersionsPerContract.Bridge = []
}
} else if (targetVersion === 'v2.1.0') {
// v2.1.0 will upgrade rollup logics and challenge manager
Expand Down

0 comments on commit be1c247

Please sign in to comment.