@insumermodel/mppx-token-gate 1.0.0 → 1.0.1
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @insumermodel/mppx-token-gate
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Add wallet auth to [mppx](https://github.com/wevm/mppx) routes using signed attestations. One API call checks token/NFT ownership across 30 EVM chains + Solana + XRPL + Bitcoin — no RPC management, no viem transports, no in-house balance checks.
|
|
4
4
|
|
|
5
5
|
## How it works
|
|
6
6
|
|
|
@@ -83,7 +83,7 @@ Or set `INSUMER_API_KEY` as an environment variable.
|
|
|
83
83
|
|
|
84
84
|
## Supported chains
|
|
85
85
|
|
|
86
|
-
30 EVM chains (Ethereum, Base, Polygon, Arbitrum, Optimism, BNB, Avalanche, and 23 more) + Solana + XRPL.
|
|
86
|
+
30 EVM chains (Ethereum, Base, Polygon, Arbitrum, Optimism, BNB, Avalanche, and 23 more) + Solana + XRPL + Bitcoin.
|
|
87
87
|
|
|
88
88
|
[Full chain list](https://insumermodel.com/developers/api-reference/)
|
|
89
89
|
|
package/package.json
CHANGED