x402-bazaar 3.2.4 → 3.2.5
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/bin/cli.js +1 -1
- package/package.json +1 -1
- package/src/commands/init.js +1 -1
package/bin/cli.js
CHANGED
package/package.json
CHANGED
package/src/commands/init.js
CHANGED
|
@@ -524,7 +524,7 @@ export async function initCommand(options) {
|
|
|
524
524
|
console.log(' - Provide bridge links to fund your wallet with USDC');
|
|
525
525
|
console.log('');
|
|
526
526
|
console.log(' Fund USDC: https://x402bazaar.org/fund (bridge from any chain)');
|
|
527
|
-
console.log('
|
|
527
|
+
console.log(' Alternative bridge: https://bridge.skale.space');
|
|
528
528
|
console.log('');
|
|
529
529
|
console.log('='.repeat(70));
|
|
530
530
|
console.log('');
|