-
Notifications
You must be signed in to change notification settings - Fork 8
chore: ci upgrades, changeset automations #116
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
base: main
Are you sure you want to change the base?
Conversation
chore: add chains, testnets fix: chain id mismatch readme
8713977 to
b4c01ef
Compare
fix: yarn resolution, lockfile fix fix: packageManager fix: seperate job working directory fix: node v16, yarn v3 for smart-contracts fix: corepack activate fix fix fix fix Revert "fix" This reverts commit ba74c88. fix fix fix: revert yarnrc changes Removed compression level and global cache settings. fix
chore: update sdk/yarn.lock
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
393b7de to
0ace4f0
Compare
janek26
left a comment
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.
looks good!
| - Sanko Mainnet: [0x00000000009726632680fb29d3f7a9734e3010e2](https://explorer.sanko.xyz/address/0x00000000009726632680FB29d3F7A9734E3010E2) | ||
| - Gravity Mainnet: [0x00000000009726632680fb29d3f7a9734e3010e2](https://explorer.gravity.xyz/address/0x00000000009726632680FB29d3F7A9734E3010E2) | ||
| - Unichain Mainnet: [0x2a0332e28913a06fa924d40a3e2160f763010417](https://unichain.blockscout.com/address/0x2a0332E28913A06Fa924d40A3E2160f763010417) | ||
| ### Testnets |
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.
most of the mentioned are deprecated, no? remove?
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.
can this be removed? dont wanna keep it for hoisted deps or mac files like dsstore?
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version-file: .nvmrc |
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.
not existing, does it?
| defaultNetwork: 'hardhat', | ||
| etherscan: { | ||
| apiKey: process.env.ETHERSCAN_API_KEY, | ||
| apiKey: process.env.ETHERSCAN_API_KEY || '', |
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.
sure we wanna default all env vars to ''? just making sure we dont accidentally hide configuration issues
Changes