Skip to content

Commit

Permalink
WebRunner 1.3.2 to fix bug load infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Dec 11, 2024
1 parent 68fcf51 commit 5adaec5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import MigrateEthProvider from './providers/MigrateEthProvider';
import MigratePioneerProvider from './providers/MigratePioneerProvider';
import MigrateProvidersV1M1P24 from './providers/MigrateProvidersV1M1P24';
import MigratePolygonUSDCProvider from './tokens/MigratePolygonUSDCProvider';
import AutoEnableChainsTokens from './AutoEnableChainsTokens';
import DeleteChain from './DeleteChain';
import DeleteChainStaking from './DeleteChainStaking';
import DeleteEarningData from './DeleteEarningData';
Expand All @@ -37,7 +36,7 @@ export default <Record<string, typeof BaseMigrationJob>>{
'1.0.1-11': MigrateNetworkSettings,
'1.0.1-20': MigrateImportedToken,
'1.0.1-30': MigrateTransactionHistory,
'1.0.1-40': AutoEnableChainsTokens,
// '1.0.1-40': AutoEnableChainsTokens,
'1.0.1-50': MigrateSettings,
'1.0.1-60': MigrateAuthUrls,
'1.0.3-01': MigrateAutoLock,
Expand Down

1 comment on commit 5adaec5

@saltict
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.