File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
Original file line number Diff line number Diff 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 : [ ] ,
You can’t perform that action at this time.
0 commit comments