Skip to content

Commit

Permalink
Merge pull request #111 from stabilitydao/renzo-dev
Browse files Browse the repository at this point in the history
πŸͺ™ Add blue chip assets -> Optimism [10], BNB [56], Avalanche [43114], Blast [81457] and Scroll [534352] | 🌐 fix DeFiOrganization type -> defiLlama?: string;
  • Loading branch information
a17 authored Nov 11, 2024
2 parents 924eabf + 9e577d4 commit 5fe7480
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 61 deletions.
97 changes: 90 additions & 7 deletions src/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export type Asset = {
export const assets: Asset[] = [
{
addresses: {
"1": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"10": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"56": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"137": [
"0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
"0x3c499c542cef5e3811e1192ce70d8cc03d5c3359",
Expand All @@ -17,13 +20,14 @@ export const assets: Asset[] = [
"0xd9aAEc86B65D86f6A7B5B1b0c42FFA531710b6CA",
"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
],
"111188": "0xc518A88c67CECA8B3f24c4562CB71deeB2AF86B7",
"1": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"42161": [
"0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
"0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
],
"42420": "0x2B7C1342Cc64add10B2a79C8f9767d2667DE64B2",
"43114": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
"111188": "0xc518A88c67CECA8B3f24c4562CB71deeB2AF86B7",
"534352": "0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4",
},
symbol: "USDC",
description:
Expand All @@ -33,11 +37,15 @@ export const assets: Asset[] = [
},
{
addresses: {
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"10": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
"56": "0x55d398326f99059fF775485246999027B3197955",
"137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
"8453": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
"42420": "0x26E490d30e73c36800788DC6d6315946C4BbEa24",
"43114": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
"534352": "0xf55BEC9cafDbE8730f096Aa55dad6D22d44099Df",
},
symbol: "USDT",
description:
Expand All @@ -47,11 +55,15 @@ export const assets: Asset[] = [
},
{
addresses: {
"1": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"10": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"56": "0x1AF3F329e8BE154074D8769D1FFa4eE058B1DBc3",
"137": "0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
"8453": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
"111188": "0x75d0cBF342060b14c2fC756fd6E717dFeb5B1B70",
"1": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"42161": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"43114": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
"111188": "0x75d0cBF342060b14c2fC756fd6E717dFeb5B1B70",
"534352": "0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97",
},
symbol: "DAI",
description:
Expand All @@ -71,11 +83,16 @@ export const assets: Asset[] = [
},
{
addresses: {
"1": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"10": "0x4200000000000000000000000000000000000006",
"56": "0x2170Ed0880ac9A755fd29B2688956BD959F933F8",
"137": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
"8453": "0x4200000000000000000000000000000000000006",
"1": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"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 @@ -84,10 +101,15 @@ export const assets: Asset[] = [
},
{
addresses: {
"137": "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",
"1": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"10": "0x68f180fcCe6836688e9084f035309E29Bf0A2095",
"56": "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",
"137": "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6",
"42161": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
"42420": "0xDBDc8c7B96286899aB624F6a59dd0250DD4Ce9bC",
"43114": "0x152b9d0FdC40C096757F570A51E494bd4b943E50",
"81457": "0xF7bc58b8D8f97ADC129cfC4c9f45Ce3C0E1D2692",
"534352": "0x3C1BCa5a656e69edCD0D4E36BEbb3FcDAcA60Cf1",
},
symbol: "WBTC",
description:
Expand Down Expand Up @@ -120,6 +142,7 @@ export const assets: Asset[] = [
addresses: {
"137": "0x03b54A6e9a984069379fae1a4fC4dBAE93B3bCCD",
"8453": "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
"534352": "0xf610A9dfB7C89644979b4A0f27063E9e7d7Cda32",
},
symbol: "wstETH",
description: "wstETH is a wrapped version of stETH.",
Expand Down Expand Up @@ -213,6 +236,66 @@ export const assets: Asset[] = [
website: "https://sacra.game",
color: "#ff0000",
},
{
addresses: {
"10": "0x4200000000000000000000000000000000000042",
},
symbol: "OP",
description:
"OP is the native token of Optimism, a Layer 2 scaling solution for Ethereum. It is used for governance, incentives, and security through staking.",
website: "https://www.optimism.io/",
color: "#ff0000",
},
{
addresses: {
"56": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
},
symbol: "WBNB",
description:
"WBNB is an ERC-20 token that allows BNB to be used in Ethereum-compatible applications, such as smart contracts and DeFi platforms. wBNB enables interoperability between BNB and other ERC-20 supported networks.",
website: "https://www.bnbchain.org/",
color: "#ffea00",
},
{
addresses: {
"43114": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
},
symbol: "WAVAX",
description:
"It is an ERC-20 token used for compatibility with decentralized finance (DeFi) platforms that require ERC-20 tokens. wAVAX allows AVAX to be used across multiple networks, enabling interoperability and broader DeFi participation.",
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
3 changes: 1 addition & 2 deletions src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type DeFiOrganization = {
img: string;
website: string;
protocols: { [protocolId: string]: DeFiProtocol };
defiLlama: string;
defiLlama?: string;
github?: string;
};

Expand Down Expand Up @@ -194,7 +194,6 @@ export const integrations: { [org: string]: DeFiOrganization } = {
adapters: ["DiaAdapter"],
},
},
defiLlama: "dia",
github: "diadata-org",
},
// Rewarding
Expand Down
Loading

0 comments on commit 5fe7480

Please sign in to comment.