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

feat(sdk|cli): add Base Sepolia #147

Merged
merged 3 commits into from
Jun 4, 2024
Merged

feat(sdk|cli): add Base Sepolia #147

merged 3 commits into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a3326f2 View commit details
    Browse the repository at this point in the history
  2. feat(sdk|cli): add base chain support

    Adds Base Sepolia chain support. Note the SDK cannot use the getFeeData function since it's an OP chain. This was tested with the react-js template since it'll log errors wrt that method, and if you don't avoid getting the fee data, you can't execute SQL statements because the estimate gas function fails. Successful table created here: https://testnets.tableland.network/api/v1/tables/84532/2
    dtbuchholz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ba9c351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c64b47 View commit details
    Browse the repository at this point in the history