This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ts-node | |
| /** | |
| * Complete CrossCurve bridge flow script | |
| * | |
| * This script demonstrates the full flow from CrossCurve API configuration | |
| * to building calldata, creating user operations, and sending them to the chain. | |
| * | |
| * Swap: Native ETH from Arbitrum mainnet to Native ETH on Optimism mainnet | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ts-node | |
| /** | |
| * Complete CrossCurve bridge flow script | |
| * | |
| * This script demonstrates the full flow from CrossCurve API configuration | |
| * to building calldata, creating user operations, and sending them to the chain. | |
| * | |
| * Swap: Native ETH from Base mainnet to Native ETH on Arbitrum mainnet | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ts-node | |
| /** | |
| * Complete CrossCurve bridge flow script | |
| * | |
| * This script demonstrates the full flow from CrossCurve API configuration | |
| * to building calldata, creating user operations, and sending them to the chain. | |
| * | |
| * Swap: Native ETH from Base mainnet to Native ETH on Arbitrum mainnet | |
| * |