From 0909359aaf105639c38f43413d98bee67070177c Mon Sep 17 00:00:00 2001 From: Tom Rpl Date: Wed, 17 Jan 2024 11:17:11 +0100 Subject: [PATCH] feat(file): removing file added by mistake --- .../tests/snapshots/ethereum.positions.json | 95 ------------------- 1 file changed, 95 deletions(-) delete mode 100644 src/adapters/stargate/tests/snapshots/ethereum.positions.json diff --git a/src/adapters/stargate/tests/snapshots/ethereum.positions.json b/src/adapters/stargate/tests/snapshots/ethereum.positions.json deleted file mode 100644 index 1b3f46282..000000000 --- a/src/adapters/stargate/tests/snapshots/ethereum.positions.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "blockNumber": 18163124, - "snapshot": [ - { - "protocolId": "stargate", - "name": "Stargate", - "description": "Stargate is a fully composable liquidity transport protocol that lives at the heart of Omnichain DeFi", - "siteUrl": "https://stargate.finance/", - "iconUrl": "https://stargate.finance/favicons/favicon-light.svg", - "positionType": "supply", - "chainId": 1, - "productId": "pool", - "success": true, - "tokens": [ - { - "address": "0xdf0770df86a8034b3efef0a1bb3c889b8332ff56", - "name": "USD Coin-LP", - "symbol": "S*USDC", - "decimals": 6, - "balanceRaw": "31468548033n", - "type": "protocol", - "tokens": [ - { - "address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "balanceRaw": "31492408006n", - "type": "underlying", - "tokens": [ - { - "address": "TheUnitedStatesMint", - "name": "USD", - "symbol": "USD", - "decimals": 18, - "type": "fiat", - "balanceRaw": "31444278945474053746677n", - "balance": "31444.278945474053746677" - } - ], - "balance": "31492.408006", - "iconUrl": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" - } - ], - "balance": "31468.548033" - } - ] - }, - { - "protocolId": "stargate", - "name": "Stargate", - "description": "Stargate is a fully composable liquidity transport protocol that lives at the heart of Omnichain DeFi", - "siteUrl": "https://stargate.finance/", - "iconUrl": "https://stargate.finance/favicons/favicon-light.svg", - "positionType": "stake", - "chainId": 1, - "productId": "vesting", - "success": true, - "tokens": [ - { - "address": "0x0e42acbd23faee03249daff896b78d7e79fbd58e", - "name": "veSTG", - "symbol": "veSTG", - "decimals": 18, - "type": "protocol", - "balanceRaw": "7629566315744923838948n", - "tokens": [ - { - "address": "0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6", - "name": "Stargate Finance", - "symbol": "STG", - "decimals": 18, - "type": "underlying", - "balanceRaw": "10000000000000000000000n", - "tokens": [ - { - "address": "TheUnitedStatesMint", - "name": "USD", - "symbol": "USD", - "decimals": 18, - "type": "fiat", - "balanceRaw": "4498997829262559310000n", - "balance": "4498.99782926255931" - } - ], - "balance": "10000.0", - "iconUrl": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/logo.png" - } - ], - "balance": "7629.566315744923838948" - } - ] - } - ] -}