Skip to content

Commit d987ffc

Browse files
authored
add to unichain whitelist (#27)
* add to unichain whitelist * actions/cache version update in workflow * actions/cache version update in workflow
1 parent dd269f7 commit d987ffc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: yarn-cache-dir-path
2828
run: echo "::set-output name=dir::$(yarn cache dir)"
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3232
with:
3333
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -59,7 +59,7 @@ jobs:
5959
id: yarn-cache-dir-path
6060
run: echo "::set-output name=dir::$(yarn cache dir)"
6161

62-
- uses: actions/cache@v2
62+
- uses: actions/cache@v4
6363
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
6464
with:
6565
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

src/utils/chains.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,15 @@ export function getSubgraphConfig(): SubgraphConfig {
537537
stablecoinAddresses: [
538538
'0x078d782b760474a361dda0af3839290b0ef57ad6', // USDC
539539
'0x20cab320a855b39f724131c69424240519573f81', // DAI
540+
'0x9151434b16b9763660705744891fa906f660ecc5', // USDT0
540541
],
541542
whitelistTokens: [
542543
'0x4200000000000000000000000000000000000006', // WETH
543544
'0x078d782b760474a361dda0af3839290b0ef57ad6', // USDC
544545
'0x20cab320a855b39f724131c69424240519573f81', // DAI
545546
'0x0000000000000000000000000000000000000000', // Native ETH
547+
'0x9151434b16b9763660705744891fa906f660ecc5', // USDT0
548+
'0x927b51f251480a681271180da4de28d44ec4afb8', // WBTC
546549
],
547550
tokenOverrides: [],
548551
poolsToSkip: [],

0 commit comments

Comments
 (0)