Skip to content

Commit 015e562

Browse files
authored
fix: update chains snapshot (#152)
1 parent fe82f7d commit 015e562

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ exports[`Given the Aave Protocol > When listing all supported chains > Then it s
9292
"name": "MegaETH",
9393
"nativeWrappedToken": "0x4200000000000000000000000000000000000006",
9494
},
95+
{
96+
"__typename": "Chain",
97+
"chainId": 5000,
98+
"explorerUrl": "https://mantlescan.xyz",
99+
"icon": "https://statics.aave.com/mantle.svg",
100+
"isTestnet": false,
101+
"name": "Mantle",
102+
"nativeWrappedToken": "0x78c1b0C915c4FAA5FffA6CAbf0219DA63d7f4cb8",
103+
},
95104
{
96105
"__typename": "Chain",
97106
"chainId": 8453,

0 commit comments

Comments
 (0)