-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Woof software/deploy usdt mainnet market #13
Conversation
signature: 'setRewardConfig(address,address)', | ||
args: [comet.address, COMP.address], | ||
}, | ||
// 2. Get USDT reserves from cUSDT contract |
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
1 similar comment
deployments/mainnet/usdt/deploy.ts
Outdated
8 // decimals | ||
] | ||
); | ||
const cometFactory = await deploymentManager.deploy('USDT:cometFactory', 'CometFactory.sol', [], true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
deployments/mainnet/usdt/deploy.ts
Outdated
const { comet } = deployed; | ||
|
||
// Deploy Bulker | ||
const bulker = await deploymentManager.deploy( |
There was a problem hiding this comment.
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)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
250K
No description provided.