Skip to content

Commit 7879eae

Browse files
chore: temporary disable Lens (#1790)
1 parent c91f668 commit 7879eae

File tree

4 files changed

+52
-1488
lines changed

4 files changed

+52
-1488
lines changed

scripts/utils/enabled-chain-configs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export const enabledMainnetChainConfigs = [
1919
chainConfigs.INK,
2020
chainConfigs.SONEIUM,
2121
chainConfigs.UNICHAIN,
22-
chainConfigs.LENS,
2322
chainConfigs.BSC,
2423
chainConfigs.SOLANA,
2524
];

src/data/chains_1.json

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,6 @@
9999
"decimals": 18,
100100
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/lsk.svg"
101101
},
102-
{
103-
"address": "0x1ff1dC3cB9eeDbC6Eb2d99C03b30A05cA625fB5a",
104-
"symbol": "WGHO",
105-
"name": "Wrapped GHO Token",
106-
"decimals": 18,
107-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/wgho.svg"
108-
},
109102
{
110103
"address": "0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898",
111104
"symbol": "CAKE",
@@ -206,13 +199,6 @@
206199
"decimals": 18,
207200
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/lsk.svg"
208201
},
209-
{
210-
"address": "0x1ff1dC3cB9eeDbC6Eb2d99C03b30A05cA625fB5a",
211-
"symbol": "WGHO",
212-
"name": "Wrapped GHO Token",
213-
"decimals": 18,
214-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/wgho.svg"
215-
},
216202
{
217203
"address": "0x152649eA73beAb28c5b49B26eb48f7EAD6d4c898",
218204
"symbol": "CAKE",
@@ -1736,68 +1722,6 @@
17361722
}
17371723
]
17381724
},
1739-
{
1740-
"chainId": 232,
1741-
"name": "Lens",
1742-
"publicRpcUrl": "https://api.lens.matterhosted.dev",
1743-
"explorerUrl": "https://explorer.lens.xyz",
1744-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/scripts/chain-configs/lens/assets/logo.svg",
1745-
"spokePool": "0xe7cb3e167e7475dE1331Cf6E0CEb187654619E12",
1746-
"spokePoolBlock": 193290,
1747-
"inputTokens": [
1748-
{
1749-
"address": "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1750-
"symbol": "WGHO",
1751-
"name": "Wrapped GHO Token",
1752-
"decimals": 18,
1753-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/wgho.svg"
1754-
},
1755-
{
1756-
"address": "0xE5ecd226b3032910CEaa43ba92EE8232f8237553",
1757-
"symbol": "WETH",
1758-
"name": "Wrapped Ether",
1759-
"decimals": 18,
1760-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/weth.svg"
1761-
},
1762-
{
1763-
"address": "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
1764-
"symbol": "USDC",
1765-
"name": "USD Coin",
1766-
"decimals": 6,
1767-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
1768-
}
1769-
],
1770-
"outputTokens": [
1771-
{
1772-
"address": "0xE5ecd226b3032910CEaa43ba92EE8232f8237553",
1773-
"symbol": "WETH",
1774-
"name": "Wrapped Ether",
1775-
"decimals": 18,
1776-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/weth.svg"
1777-
},
1778-
{
1779-
"address": "0xE5ecd226b3032910CEaa43ba92EE8232f8237553",
1780-
"symbol": "ETH",
1781-
"name": "Ether",
1782-
"decimals": 18,
1783-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/eth.svg"
1784-
},
1785-
{
1786-
"address": "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
1787-
"symbol": "USDC",
1788-
"name": "USD Coin",
1789-
"decimals": 6,
1790-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/usdc.svg"
1791-
},
1792-
{
1793-
"address": "0x6bDc36E20D267Ff0dd6097799f82e78907105e2F",
1794-
"symbol": "WGHO",
1795-
"name": "Wrapped GHO Token",
1796-
"decimals": 18,
1797-
"logoUrl": "https://raw.githubusercontent.com/across-protocol/frontend/master/src/assets/token-logos/wgho.svg"
1798-
}
1799-
]
1800-
},
18011725
{
18021726
"chainId": 56,
18031727
"name": "BNB Smart Chain",

0 commit comments

Comments
 (0)