Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 9c691e4

Browse files
committed
Mark Hedera integration tests as for viem
1 parent c4fd72c commit 9c691e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ccip-js/test/integration-hedera.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const bridgeTokenAbi = bridgeToken.contracts['src/contracts/BridgeToken.sol:Brid
1010
const HEDERA_TESTNET_RPC_URL = process.env.HEDERA_TESTNET_RPC_URL || 'https://testnet.hashio.io/api'
1111
const SEPOLIA_CHAIN_SELECTOR = '16015286601757825753'
1212

13-
describe('Integration: Hedera -> Sepolia', () => {
13+
describe('Integration (viem): Hedera -> Sepolia', () => {
1414
let hederaTestnetClient: Viem.Client
1515
let bnmToken_hedera: any
1616

0 commit comments

Comments
 (0)