Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Woof software/deploy usdt mainnet market #13

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

dmitriy-woof-software
Copy link
Member

No description provided.

signature: 'setRewardConfig(address,address)',
args: [comet.address, COMP.address],
},
// 2. Get USDT reserves from cUSDT contract
Copy link
Member Author

Choose a reason for hiding this comment

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

['uint256'],
[USDTAmount]
);
console.log('factory', newFactoryAddress);
Copy link
Member Author

Choose a reason for hiding this comment

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

remove

Copy link

Help with USDT mainnet

1 similar comment
Copy link

Help with USDT mainnet

8 // decimals
]
);
const cometFactory = await deploymentManager.deploy('USDT:cometFactory', 'CometFactory.sol', [], true);
Copy link
Member Author

Choose a reason for hiding this comment

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

remove

const { comet } = deployed;

// Deploy Bulker
const bulker = await deploymentManager.deploy(
Copy link
Member Author

Choose a reason for hiding this comment

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

pull existing bulker

const ENSTextRecordKey = 'v3-official-markets';

const cUSDTAddress = '0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9';
const USDTAmount = ethers.BigNumber.from(exp(500_000, 6));
Copy link
Member Author

Choose a reason for hiding this comment

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

250K

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants