diff --git a/config/bills.json b/config/bills.json index bc994647..9c8586bd 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1782,7 +1782,7 @@ "billArt": { "collection": "ApeBond_Collection1" }, - "tags": ["GAMEFI"], + "tags": ["SOCIALFI"], "shortDescription": "Ready to Fight (RTF) platform is a pioneering management solution utilizing Web 3.0 and blockchain technologies, specifically tailored for the boxing and martial arts industries. Its mission is to harness blockchain to democratize the management and operation of sports entities. By incorporating broad fan engagement and crowd wisdom, RTF aims to create a platform that resonates with fans and athletes alike, unlocking immense potential for engagement, innovation, and growth within these industries.", "fullDescription": "Ready to Fight (RTF) platform is a pioneering management solution utilizing Web 3.0 and blockchain technologies, specifically tailored for the boxing and martial arts industries. Its mission is to harness the power of blockchain to democratize the management and operation of sports entities. By incorporating broad fan engagement and crowd wisdom, and creating a platform that resonates with fans and athletes alike, it aims to unlock immense potential for engagement, innovation, and growth within these industries. The platform envisions a future for boxing and martial arts where blockchain technology shapes community-driven ecosystems. It invites enthusiasts, early adopters, and visionaries to join this exciting venture. More than a technological breakthrough, the ecosystem is a community and a movement, promising benefits and opportunities for all participants. This platform signifies a revolution, merging the fighting world with the digital era, creating an interconnected, transparent, and accessible industry that is fan-centric and participatory." }, @@ -27839,7 +27839,7 @@ "billArt": { "collection": "ETH_Collection1" }, - "tags": ["Defi"], + "tags": ["DeFi"], "fullDescription": "Strike Finance allows users to control all of their digital assets on a non-custodial protocol while earning a variable rate based on market demands of that asset. Rates are earned per Ethereum block mined. With a friendly user interface and the Strike protocols decentralized nature, users and developers can access liquidity on-demand from their supplied collateral. Strike Finance: the place for exceptional APYs." }, { diff --git a/config/tokens.json b/config/tokens.json index 96393dd8..558351d8 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -17,6 +17,79 @@ }, "active": true }, + "alva": { + "symbol": "ALVA", + "address": { + "1": "0x8e729198d1C59B82bd6bBa579310C40d740A11C2" + }, + "decimals": { + "1": 18 + }, + "active": true, + "liquidityDex": { + "1": "UniswapV3" + } + }, + "bethustlers": { + "symbol": "BETHUSTLERS", + "address": { + "56": "0xE2B1f3908588e2338587ED998F974EE6F63f500d" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } + }, + "bethustlersBnb_PCS": { + "symbol": "BETHUSTLERS-BNB", + "address": { + "56": "0xC49627586057cD1126EDCfb2AF6d65B31bc8395B" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/BNB/0xE2B1f3908588e2338587ED998F974EE6F63f500d" + } + }, + "hbr": { + "symbol": "HBR", + "address": { + "56": "0x42c95788F791a2be3584446854c8d9BB01BE88A9" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "ThenaV1" + } + }, + "hbrBnb_Thena": { + "symbol": "HBR-BNB", + "address": { + "56": "0x5134729Cd5a5b40336BC3CA71349f2c108718428" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "ThenaV1" + }, + "getLpUrl": { + "56": "https://thena.fi/pools/0x5134729cd5a5b40336bc3ca71349f2c108718428" + } + }, "degen": { "symbol": "DEGEN", "address": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 50e84d3d..9c706767 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -453,7 +453,7 @@ const bills: BillsConfig[] = [ billArt: { collection: BillArtCollection.ApeBond_Collection1, }, - tags: ['GAMEFI'], + tags: ['SOCIALFI'], shortDescription: 'Ready to Fight (RTF) platform is a pioneering management solution utilizing Web 3.0 and blockchain technologies, specifically tailored for the boxing and martial arts industries. Its mission is to harness blockchain to democratize the management and operation of sports entities. By incorporating broad fan engagement and crowd wisdom, RTF aims to create a platform that resonates with fans and athletes alike, unlocking immense potential for engagement, innovation, and growth within these industries.', fullDescription: @@ -7445,7 +7445,7 @@ const bills: BillsConfig[] = [ billArt: { collection: BillArtCollection.ETH_Collection1, }, - tags: ['Defi'], + tags: ['DeFi'], fullDescription: 'Strike Finance allows users to control all of their digital assets on a non-custodial protocol while earning a variable rate based on market demands of that asset. Rates are earned per Ethereum block mined. With a friendly user interface and the Strike protocols decentralized nature, users and developers can access liquidity on-demand from their supplied collateral. Strike Finance: the place for exceptional APYs.', }, diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index fe3e4429..9c34606d 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -20,6 +20,75 @@ const tokens: Record = { }, active: true, }, + alva: { + symbol: 'ALVA', + address: { + [ChainId.MAINNET]: '0x8e729198d1C59B82bd6bBa579310C40d740A11C2', + }, + decimals: { + [ChainId.MAINNET]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MAINNET]: LiquidityDex.UniswapV3, + }, + }, + bethustlers: { + symbol: 'BETHUSTLERS', + address: { + [ChainId.BSC]: '0xE2B1f3908588e2338587ED998F974EE6F63f500d', + }, + decimals: { + [ChainId.BSC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + }, + bethustlersBnb_PCS: { + symbol: 'BETHUSTLERS-BNB', + address: { + [ChainId.BSC]: '0xC49627586057cD1126EDCfb2AF6d65B31bc8395B', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + getLpUrl: { + [ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0xE2B1f3908588e2338587ED998F974EE6F63f500d', + }, + }, + hbr: { + symbol: 'HBR', + address: { + [ChainId.BSC]: '0x42c95788F791a2be3584446854c8d9BB01BE88A9', + }, + decimals: { + [ChainId.BSC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.ThenaV1, + }, + }, + hbrBnb_Thena: { + symbol: 'HBR-BNB', + address: { + [ChainId.BSC]: '0x5134729Cd5a5b40336BC3CA71349f2c108718428', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.ThenaV1, + }, + getLpUrl: { + [ChainId.BSC]: 'https://thena.fi/pools/0x5134729cd5a5b40336bc3ca71349f2c108718428', + }, + }, degen: { symbol: 'DEGEN', address: {