@armory-sh/base 0.2.32 → 0.2.33
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.js +1 -1
- package/package.json +1 -1
- package/src/payment-requirements.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1369,7 +1369,7 @@ var isResolvedToken = (value) => {
|
|
|
1369
1369
|
|
|
1370
1370
|
// src/payment-requirements.ts
|
|
1371
1371
|
function resolveAmountForNetwork(config, network) {
|
|
1372
|
-
const defaultAmount = config.amount ?? "
|
|
1372
|
+
const defaultAmount = config.amount ?? "0.01";
|
|
1373
1373
|
if (!config.amounts) {
|
|
1374
1374
|
return defaultAmount;
|
|
1375
1375
|
}
|
package/package.json
CHANGED