Skip to content

Commit

Permalink
fix: working migration
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Aug 1, 2024
1 parent cd87669 commit 0bf289b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ export default migration('1719910152_configurate_and_ens', {
{
baseSymbol: 'USDT',
cometAddress: '0x995E394b8B2437aC8Ce61Ee0bC610D617962B214'
},
{
baseSymbol: 'WETH',
cometAddress: '0xE36A30D249f7761327fd973001A32010b521b6Fd'
}
],
137: [
Expand Down
2 changes: 1 addition & 1 deletion scenario/LiquidationBotScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ scenario(
upgrade: {
targetReserves: exp(20_000, 18)
},
filter: async (ctx) => matchesDeployment(ctx, [{network: 'mainnet'}]),
filter: async (ctx) => matchesDeployment(ctx, [{network: 'mainnet'}]) && !matchesDeployment(ctx, [{deployment: 'dai'}]),
tokenBalances: async (ctx) => (
{
$comet: {
Expand Down

0 comments on commit 0bf289b

Please sign in to comment.