Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Dec 27, 2024
1 parent 4ba3b92 commit c792011
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 31 deletions.
14 changes: 0 additions & 14 deletions deployments/optimism/usdt/migrations/1735299805_my_migration.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { utils } from 'ethers';

let newCometExtAddress: string;

export default migration('1735054359_update_comet_to_support_more_collaterals', {
export default migration('1735299805_update_comet_to_support_more_collaterals', {
async prepare(deploymentManager: DeploymentManager) {
const _assetListFactory = await deploymentManager.deploy(
'assetListFactory',
Expand Down
14 changes: 0 additions & 14 deletions deployments/optimism/weth/migrations/1735299811_my_migration.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { utils } from 'ethers';

let newCometExtAddress: string;

export default migration('1735054364_update_comet_to_support_more_collaterals', {
export default migration('1735299811_update_comet_to_support_more_collaterals', {
async prepare(deploymentManager: DeploymentManager) {
const _assetListFactory = await deploymentManager.deploy(
'assetListFactory',
Expand Down
3 changes: 2 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const {
BASESCAN_KEY,
OPTIMISMSCAN_KEY,
MANTLESCAN_KEY,
SCROLLSCAN_KEY,
ANKR_KEY,
MNEMONIC = 'myth like bonus scare over problem client lizard pioneer submit female collect',
REPORT_GAS = 'false',
Expand Down Expand Up @@ -241,7 +242,7 @@ const config: HardhatUserConfig = {
// Mantle
mantle: MANTLESCAN_KEY,
// Scroll
'scroll': ETHERSCAN_KEY,
scroll: SCROLLSCAN_KEY,
},
customChains: [
{
Expand Down

0 comments on commit c792011

Please sign in to comment.