Skip to content

Commit

Permalink
Add blue chip assets for Blast and Scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
RenzouM committed Nov 11, 2024
1 parent 30ad652 commit 7663af8
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 99 deletions.
38 changes: 38 additions & 0 deletions src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const assets: Asset[] = [
"42420": "0x2B7C1342Cc64add10B2a79C8f9767d2667DE64B2",
"43114": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"111188": "0xc518A88c67CECA8B3f24c4562CB71deeB2AF86B7",
"534352": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
},
symbol: "USDC",
description:
Expand All @@ -44,6 +45,7 @@ export const assets: Asset[] = [
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"42420": "0x26E490d30e73c36800788DC6d6315946C4BbEa24",
"43114": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
"534352": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
},
symbol: "USDT",
description:
Expand All @@ -61,6 +63,7 @@ export const assets: Asset[] = [
"42161": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"43114": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
"111188": "0x75d0cBF342060b14c2fC756fd6E717dFeb5B1B70",
"534352": "0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97",
},
symbol: "DAI",
description:
Expand Down Expand Up @@ -88,6 +91,8 @@ export const assets: Asset[] = [
"42161": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
"42420": "0xbe231A8492487aAe6096278A97050FAe6B9d5BEc",
"43114": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
"81457": "0x4300000000000000000000000000000000000004",
"534352": "0x5300000000000000000000000000000000000004",
},
symbol: "WETH",
description: "WETH is an ERC-20 token that represents 1 Ether (ETH)",
Expand All @@ -103,6 +108,8 @@ export const assets: Asset[] = [
"42161": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
"42420": "0xDBDc8c7B96286899aB624F6a59dd0250DD4Ce9bC",
"43114": "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
"81457": "0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692",
"534352": "0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1",
},
symbol: "WBTC",
description:
Expand Down Expand Up @@ -135,6 +142,7 @@ export const assets: Asset[] = [
addresses: {
"137": "0x03b54A6e9a984069379fae1a4fC4dBAE93B3bCCD",
"8453": "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
"534352": "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
},
symbol: "wstETH",
description: "wstETH is a wrapped version of stETH.",
Expand Down Expand Up @@ -258,6 +266,36 @@ export const assets: Asset[] = [
website: "https://www.avax.network/",
color: "#ff0026",
},
{
addresses: {
"81457": "0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad",
},
symbol: "BLAST",
description:
"Native token of Blast. It's mainly used for paying transaction fees, participating in network governance, staking to secure the network or earn rewards, and interacting with decentralized applications (dApps) on the Blast network.",
website: "https://blast.io/es",
color: "#FCFC03",
},
{
addresses: {
"81457": "0x4300000000000000000000000000000000000003",
},
symbol: "USDB",
description:
"USDB is a stablecoin pegged to the value of the US dollar, issued within the Blast ecosystem.",
website: "https://blast.io/es",
color: "#FCFC03",
},
{
addresses: {
"534352": "0xd29687c813D741E2F938F4aC377128810E217b1b",
},
symbol: "SCR",
description:
"It's the native token of the Scroll network, a Layer-2 solution for Ethereum based on zk-rollups. It is used for transaction fees, network governance, and staking to secure the network.",
website: "https://scroll.io/",
color: "#c8a981",
},
];

export const getAsset = (
Expand Down
244 changes: 145 additions & 99 deletions src/stability.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,78 @@
"logoURI": "https://polygonscan.com/token/images/wsteth_32.png",
"tags": ["bridged"]
},
{
"chainId": 8453,
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/eth.jpg",
"tags": ["wNative"]
},
{
"chainId": 8453,
"address": "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
"symbol": "wstETH",
"name": "Wrapped liquid staked Ether 2.0",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/wsteth.jpg",
"tags": ["lst", "bridged"]
},
{
"chainId": 8453,
"address": "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",
"symbol": "cbETH",
"name": "Coinbase Wrapped Staked ETH",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/ethereum/0xBe9895146f7AF43049ca1c1AE358B0541Ea49704.jpg",
"tags": ["lst"]
},
{
"chainId": 8453,
"address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdt.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdc.jpg",
"tags": ["stablecoin"]
},
{
"chainId": 8453,
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"symbol": "USDbC",
"name": "USD Base Coin",
"decimals": 6,
"logoURI": "https://basescan.org/token/images/usdbc_ofc_32.png",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
"symbol": "crvUSD",
"name": "Curve.Fi USD Stablecoin",
"decimals": 18,
"logoURI": "https://polygonscan.com/token/images/crvusd_32.png",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"symbol": "DAI",
"name": "Dai Stablecoin",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/dai.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 42161,
"address": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
Expand Down Expand Up @@ -420,78 +492,7 @@
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/btc.jpg",
"tags": ["bridged"]
},
{
"chainId": 8453,
"address": "0x4200000000000000000000000000000000000006",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/eth.jpg",
"tags": ["wNative"]
},
{
"chainId": 8453,
"address": "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
"symbol": "wstETH",
"name": "Wrapped liquid staked Ether 2.0",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/wsteth.jpg",
"tags": ["lst", "bridged"]
},
{
"chainId": 8453,
"address": "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",
"symbol": "cbETH",
"name": "Coinbase Wrapped Staked ETH",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/network/ethereum/0xBe9895146f7AF43049ca1c1AE358B0541Ea49704.jpg",
"tags": ["lst"]
},
{
"chainId": 8453,
"address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdt.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdc.jpg",
"tags": ["stablecoin"]
},
{
"chainId": 8453,
"address": "0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"symbol": "USDbC",
"name": "USD Base Coin",
"decimals": 6,
"logoURI": "https://basescan.org/token/images/usdbc_ofc_32.png",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
"symbol": "crvUSD",
"name": "Curve.Fi USD Stablecoin",
"decimals": 18,
"logoURI": "https://polygonscan.com/token/images/crvusd_32.png",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 8453,
"address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"symbol": "DAI",
"name": "Dai Stablecoin",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/dai.jpg",
"tags": ["stablecoin", "bridged"]
},

{
"chainId": 81457,
"address": "0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad",
Expand All @@ -503,45 +504,27 @@
},
{
"chainId": 81457,
"address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdc.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 81457,
"address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
"symbol": "USDt",
"name": "TetherToken",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdt.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 81457,
"address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
"symbol": "DAI.e",
"name": "Dai Stablecoin",
"address": "0x4300000000000000000000000000000000000003",
"symbol": "USDB",
"name": "USDB",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/dai.jpg",
"logoURI": "https://raw.githubusercontent.com/stabilitydao/.github/5eddba5bb84aace6806db5b07170c04d9af892f3/assets/Blast.svg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 81457,
"address": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB",
"symbol": "WETH.e",
"address": "0x4300000000000000000000000000000000000004",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/eth.jpg",
"tags": ["bridged"]
},
{
"chainId": 81457,
"address": "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
"symbol": "BTC.b",
"name": "Bitcoin",
"address": "0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692",
"symbol": "WBTC",
"name": "Wrapped BTC",
"decimals": 8,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/btc.jpg",
"tags": ["bridged"]
Expand Down Expand Up @@ -639,6 +622,69 @@
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdc.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 534352,
"address": "0xd29687c813D741E2F938F4aC377128810E217b1b",
"symbol": "SCR",
"name": "Scroll",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/stabilitydao/.github/main/chains/scroll.svg",
"tags": ["wNative"]
},
{
"chainId": 534352,
"address": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
"symbol": "USDC",
"name": "USD Coin",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdc.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 534352,
"address": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
"symbol": "USDT",
"name": "Tether USD",
"decimals": 6,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/usdt.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 534352,
"address": "0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97",
"symbol": "DAI",
"name": "Dai Stablecoin",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/dai.jpg",
"tags": ["stablecoin", "bridged"]
},
{
"chainId": 534352,
"address": "0xf610A9dfB7C89644979b4A0f27063E9e7d7Cda32",
"symbol": "wstETH",
"name": "Wrapped liquid staked Ether 2.0 (PoS)",
"decimals": 18,
"logoURI": "https://polygonscan.com/token/images/wsteth_32.png",
"tags": ["bridged"]
},
{
"chainId": 534352,
"address": "0x5300000000000000000000000000000000000004",
"symbol": "WETH",
"name": "Wrapped Ether",
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/eth.jpg",
"tags": ["bridged"]
},
{
"chainId": 534352,
"address": "0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1",
"symbol": "WBTC",
"name": "Wrapped BTC",
"decimals": 8,
"logoURI": "https://raw.githubusercontent.com/sushiswap/list/master/logos/token-logos/token/btc.jpg",
"tags": ["bridged"]
}
]
}

0 comments on commit 7663af8

Please sign in to comment.