We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d085fc2 commit 25681c0Copy full SHA for 25681c0
.github/workflows/build.yml
@@ -62,8 +62,8 @@ jobs:
62
with:
63
filters: |
64
tokens:
65
- - 'wormhole-connect/config/mainnet/wrappedTokens.ts'
66
- - 'wormhole-connect/config/testnet/wrappedTokens.ts'
+ - 'wormhole-connect/src/config/mainnet/wrappedTokens.ts'
+ - 'wormhole-connect/src/config/testnet/wrappedTokens.ts'
67
- uses: actions/setup-node@v4
68
if: steps.filter.outputs.tokens == 'true'
69
wormhole-connect/src/config/mainnet/wrappedTokens.ts
@@ -1,4 +1,3 @@
1
-// TEST
2
export const MAINNET_WRAPPED_TOKENS = {
3
Ethereum: {
4
'0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2': {
0 commit comments