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

Deploy to BSC and Base Sepolia #303

Merged
merged 12 commits into from
Nov 22, 2024
Merged

Deploy to BSC and Base Sepolia #303

merged 12 commits into from
Nov 22, 2024

Conversation

jfschwarz
Copy link
Collaborator

@jfschwarz jfschwarz commented Nov 21, 2024

  • support deployment with Frame
  • include adapter contracts in deploy tasks
  • deploy to BSC
    • contracts
    • subgraph
  • deploy to Base Sepolia
    • contracts
    • subgraph
  • update sdk and app

Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zodiac-roles-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2024 0:11am
zodiac-roles-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 22, 2024 0:11am

Comment on lines +111 to +115
bsc: {
...sharedNetworkConfig,
chainId: 56,
url: "https://bscrpc.com",
},
Copy link
Collaborator

@juliopavila juliopavila Nov 21, 2024

Choose a reason for hiding this comment

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

@jfschwarz This change addresses an issue with the BSC network configuration where transactions fail due to underpriced gas with Roles.sol. Specifically, the error ProviderError: transaction underpriced: gas tip cap 1, minimum needed 1000000000 occurs because the gasPrice is not explicitly set.

To fix this, I added:

gasPrice: Number(parseUnits("1", "gwei")),

@jfschwarz jfschwarz marked this pull request as ready for review November 22, 2024 12:04
@jfschwarz jfschwarz merged commit fead89a into main Nov 22, 2024
4 of 5 checks passed
@jfschwarz jfschwarz deleted the deploy-bnb-basesep branch November 22, 2024 13:34
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants