-
Notifications
You must be signed in to change notification settings - Fork 978
Add Meridian to x402 ecosystem website #408
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
Conversation
✅ Heimdall Review Status
|
|
@pinkie-ai is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
|
Review Error for ajmeese7 @ 2025-09-30 13:14:32 UTC |
|
@pinkie-ai LGTM but you need to sign all your commits. |
* fix the x402 bottom image with a white font for the text
* bumping version to 0.6.5 for release * fix: Update the x402 bottom image from black front -> white front (#410) * fix the x402 bottom image with a white font for the text
The GitHub Actions workflow `.github/workflows/check_python.yml` had a nested `steps:` key inside the `test-python` job’s `steps` list, causing a YAML parse error: (Line: 11, Col: 7): A mapping was not expected This change removes the redundant `steps:` and ensures all steps are properly listed with `- name:` or `- uses:` entries, restoring workflow syntax validity so the CI pipeline can run.
The published x402 package does not contain an index.d.ts file leading to Typescript errors. e.g.: ``` Could not find a declaration file for module 'x402'. '/Users/dylanfiedler/Documents/ario/ar-io/ar-io-node/node_modules/x402/dist/esm/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/x402` if it exists or add a new declaration (.d.ts) file containing `declare module 'x402';`ts(7016) ``` This PR updates it to use cjs types by default. fix(package.json): use cjs by default in package.json
|
@apmcdermott Signed, thanks for the flag! |
|
@pinkie-ai Ahh sorry to be That Guy but it looks like you haven't uploaded your public signing key to gh. |
|
Apologies, uploaded now :) |
|
@pinkie-ai Need you to resolve those conflicts but otherwise you're all set |
|
@apmcdermott Lol sorry for the back and forth here, resolved and merged |
This reverts commit 053e0eb.
|
Hey @pinkie-ai you'll need to create a new PR with your changes. That last merge commit seems to have deleted a bunch of code. |
|
Re-did everything on this PR: #437 Huge appologies for the mess this PR has been. I appreciate your continued support @apmcdermott |
Description
Adding Meridian to the ecosystem page.
Tests
N/A
Checklist