Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EviLord032 committed May 10, 2024
1 parent cd65be1 commit 3cdb263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scenario/AddMaticxCollateralScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import { createCrossChainProposal, matchesDeployment } from './utils';
const MATICX_ADDRESS = '0xfa68FB4628DFF1028CFEc22b4162FCcd0d45efb6';
const MATICX_PRICE_FEED_ADDRESS = '0x5d37E4b374E6907de8Fc7fb33EE3b0af403C7403';
const MATICX_WHALES = {
polygon: [
'0x68B9220B8E617b7700aCAE1a5Ff43F3eb29257F3'],
polygon: ['0x68B9220B8E617b7700aCAE1a5Ff43F3eb29257F3'],
};

// TODO: add ability to run ad hoc scenarios against a single migration, to avoid needing the scenario to do all this setup of
Expand Down

0 comments on commit 3cdb263

Please sign in to comment.