@dcentralab/d402-client 0.3.8 → 0.3.9
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +486 -77
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +486 -77
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1224,8 +1224,8 @@ declare function getUsdcAddress(network: SupportedNetwork): `0x${string}`;
|
|
|
1224
1224
|
* from external APIs. It supports many networks that may appear in 402 responses,
|
|
1225
1225
|
* even if IATP contracts are not deployed on those networks.
|
|
1226
1226
|
*
|
|
1227
|
-
* Note: IATP contracts are
|
|
1228
|
-
*
|
|
1227
|
+
* Note: IATP contracts are deployed on Sepolia and Arbitrum. This function can also
|
|
1228
|
+
* handle 402 responses from APIs that might reference other networks by chain ID.
|
|
1229
1229
|
*
|
|
1230
1230
|
* @param network - Network name or chain ID as string
|
|
1231
1231
|
* @returns Chain ID as number
|
package/dist/index.d.ts
CHANGED
|
@@ -1224,8 +1224,8 @@ declare function getUsdcAddress(network: SupportedNetwork): `0x${string}`;
|
|
|
1224
1224
|
* from external APIs. It supports many networks that may appear in 402 responses,
|
|
1225
1225
|
* even if IATP contracts are not deployed on those networks.
|
|
1226
1226
|
*
|
|
1227
|
-
* Note: IATP contracts are
|
|
1228
|
-
*
|
|
1227
|
+
* Note: IATP contracts are deployed on Sepolia and Arbitrum. This function can also
|
|
1228
|
+
* handle 402 responses from APIs that might reference other networks by chain ID.
|
|
1229
1229
|
*
|
|
1230
1230
|
* @param network - Network name or chain ID as string
|
|
1231
1231
|
* @returns Chain ID as number
|