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

Add tomls for SIP-363 base-sepolia #171

Merged
merged 7 commits into from
Apr 4, 2024
Merged

Add tomls for SIP-363 base-sepolia #171

merged 7 commits into from
Apr 4, 2024

Conversation

leomassazza
Copy link
Contributor

No description provided.

@leomassazza leomassazza self-assigned this Mar 28, 2024
fromCall.func = "owner"
func = "updatePriceData"
args = [
"<%= settings.perpsWifMarketId %>",
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we export market id with extras, use it here instead of hardcoded setting and then remove depends? On all steps

@@ -14,7 +14,7 @@ const { wrapCollateral } = require('../../tasks/wrapCollateral');
const { unwrapCollateral } = require('../../tasks/unwrapCollateral');
const { syncTime } = require('../../tasks/syncTime');

const SYNTH_USDC_MAX_MARKET_COLLATERAL = 10_000_000;
const SYNTH_USDC_MAX_MARKET_COLLATERAL = 20_000_000;
Copy link
Contributor

Choose a reason for hiding this comment

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

When people managed to fill up 10mil wrapper? I thought we did not have free mint to avoid this...

@@ -40,7 +40,7 @@ const {
},
} = require('../../deployments/meta.json');

describe(require('path').basename(__filename, '.e2e.js'), function () {
describe.only(require('path').basename(__filename, '.e2e.js'), function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
describe.only(require('path').basename(__filename, '.e2e.js'), function () {
describe(require('path').basename(__filename, '.e2e.js'), function () {

@@ -230,6 +245,11 @@ describe(require('path').basename(__filename, '.e2e.js'), function () {
settlementStrategyId,
});

const PerpsMarketProxy = new ethers.Contract(
Copy link
Contributor

Choose a reason for hiding this comment

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

Unused?

@sunnyvempati sunnyvempati merged commit fdf1ba7 into main Apr 4, 2024
8 checks passed
@sunnyvempati sunnyvempati deleted the sip-363-sepolia branch April 4, 2024 16:05
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.

3 participants