@armory-sh/client-ethers 0.2.20-alpha.3.17 → 0.2.20-alpha.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -199,8 +199,7 @@ async function createX402V2Payment(signer, requirements, fromAddress, nonce, val
199
199
  };
200
200
  return {
201
201
  x402Version: 2,
202
- scheme: requirements.scheme,
203
- network: requirements.network,
202
+ accepted: requirements,
204
203
  payload
205
204
  };
206
205
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@armory-sh/client-ethers",
3
- "version": "0.2.20-alpha.3.17",
3
+ "version": "0.2.20-alpha.3.18",
4
4
  "license": "MIT",
5
5
  "author": "Sawyer Cutler <sawyer@dirtroad.dev>",
6
6
  "type": "module",