We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72864df commit d1909a0Copy full SHA for d1909a0
script/demoScripts/demoGasZip.ts
@@ -43,7 +43,7 @@ async function main() {
43
44
const amount = parseUnits('0.0005', 18) // 0.0005 * 1e18
45
46
- console.info(`Bridge ${amount} native from ${srcChain} --> Solana`)
+ console.info(`Bridge ${amount} native from ${srcChain} --> Berachain`)
47
console.info(`Connected wallet address: ${signerAddress}`)
48
49
await ensureBalance(SRC_TOKEN_ADDRESS, signerAddress, amount, publicClient)
0 commit comments