Skip to content

Commit 25681c0

Browse files
committed
test
1 parent d085fc2 commit 25681c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
with:
6363
filters: |
6464
tokens:
65-
- 'wormhole-connect/config/mainnet/wrappedTokens.ts'
66-
- 'wormhole-connect/config/testnet/wrappedTokens.ts'
65+
- 'wormhole-connect/src/config/mainnet/wrappedTokens.ts'
66+
- 'wormhole-connect/src/config/testnet/wrappedTokens.ts'
6767
- uses: actions/setup-node@v4
6868
if: steps.filter.outputs.tokens == 'true'
6969
with:

wormhole-connect/src/config/mainnet/wrappedTokens.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// TEST
21
export const MAINNET_WRAPPED_TOKENS = {
32
Ethereum: {
43
'0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2': {

0 commit comments

Comments
 (0)