Skip to content

Commit 99c2f32

Browse files
authored
test: update chains snapshot (#216)
1 parent 312863d commit 99c2f32

File tree

3 files changed

+3
-48
lines changed

3 files changed

+3
-48
lines changed

.changeset/eager-ducks-add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/client/src/cache.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ export const exchange = cacheExchange({
370370
TypeField: () => null,
371371
UserBalance: () => null,
372372
UserBorrowItem: () => null,
373+
UserPositionRiskPremium: () => null,
373374
UserRiskPremiumBreakdownItem: () => null,
374375
UserSummary: () => null,
375376
UserSummaryHistoryItem: () => null,

packages/spec/tools/__snapshots__/chains.spec.ts.snap

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -82,30 +82,6 @@ exports[`Querying Chains on Aave V4 > Given a user who wants to list available c
8282
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146",
8383
"signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d",
8484
},
85-
{
86-
"__typename": "Chain",
87-
"chainId": 111222333444,
88-
"explorerUrl": "https://etherscan.io",
89-
"icon": "https://statics.aave.com/ethereum.svg",
90-
"isFork": true,
91-
"isTestnet": true,
92-
"name": "Vector Demo",
93-
"nativeGateway": "0xaFFeb64d35B9b7e540A43E1F3482Dd77A88912d1",
94-
"nativeInfo": {
95-
"__typename": "TokenInfo",
96-
"categories": [
97-
"ETH_CORRELATED",
98-
],
99-
"decimals": 18,
100-
"icon": "https://statics.aave.com/ethereum.svg",
101-
"id": "RXRoZXI6OkVUSA==",
102-
"name": "Ether",
103-
"symbol": "ETH",
104-
},
105-
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
106-
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf",
107-
"signatureGateway": "0x8a9B909c6F9BBFdE5b4Db1D83509a7f2abbd6f45",
108-
},
10985
]
11086
`;
11187

@@ -137,29 +113,5 @@ exports[`Querying Chains on Aave V4 > Given a user who wants to list available c
137113
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/dbaa58ab-597b-4bcd-ae6a-b8e50f716146",
138114
"signatureGateway": "0x9478027b9827A576dB0CE6d99A5E47B4F350a83d",
139115
},
140-
{
141-
"__typename": "Chain",
142-
"chainId": 111222333444,
143-
"explorerUrl": "https://etherscan.io",
144-
"icon": "https://statics.aave.com/ethereum.svg",
145-
"isFork": true,
146-
"isTestnet": true,
147-
"name": "Vector Demo",
148-
"nativeGateway": "0xaFFeb64d35B9b7e540A43E1F3482Dd77A88912d1",
149-
"nativeInfo": {
150-
"__typename": "TokenInfo",
151-
"categories": [
152-
"ETH_CORRELATED",
153-
],
154-
"decimals": 18,
155-
"icon": "https://statics.aave.com/ethereum.svg",
156-
"id": "RXRoZXI6OkVUSA==",
157-
"name": "Ether",
158-
"symbol": "ETH",
159-
},
160-
"nativeWrappedToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
161-
"rpcUrl": "https://virtual.mainnet-aave.us-east.rpc.tenderly.co/9297c351-c07f-4985-a015-8d2b034419bf",
162-
"signatureGateway": "0x8a9B909c6F9BBFdE5b4Db1D83509a7f2abbd6f45",
163-
},
164116
]
165117
`;

0 commit comments

Comments
 (0)