Skip to content

Commit

Permalink
Merge pull request #585 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add SDM bond
  • Loading branch information
efeDaniels authored Dec 9, 2024
2 parents c847d1e + c6de1c5 commit 95333a6
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 1 deletion.
57 changes: 57 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,63 @@
"tags": ["DeFi"],
"shortDescription": "Metavault is a perpetual DEX aggregator featuring an all-in-one DeFi super dApp, allowing users to trade multichain with a seamless user experience. With over $2.9 billion in trading volume and trusted by over 139,000 users, Metavault is the go-to solution for all DeFi needs!"
},
{
"index": 1106,
"chainId": 56,
"contractAddress": {
"56": "0x96FbF699C11973B60a68C9EE11A9Bc6c5Fc513E9"
},
"billType": "liquidity",
"billVersion": "V2",
"lpToken": {
"symbol": "SDM-USDT",
"address": {
"56": "0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV3"
},
"ichiUnderlyingDex": "PancakeSwap",
"getLpUrl": {
"56": "https://pancakeswap.finance/position-managers"
}
},
"earnToken": {
"symbol": "SDM",
"address": {
"56": "0x516f8a1fB458EBdcFd0F544fF85c69C1c0Ebc31d"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://shieldeum.net/",
"twitter": "https://x.com/Shieldeum",
"audit": "https://skynet.certik.com/projects/shieldeum",
"initTime": {
"56": 1733498631
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["AI", "DEPIN"],
"shortDescription": "Shieldeum is a Web3 cybersecurity platform safeguarding 440 million crypto users with its AI-powered Decentralized Physical Infrastructure Network (DePIN). It delivers advanced services like data encryption, threat detection, and high-performance computing. Powered by the $SDM token, Shieldeum offers easy-to-use solutions, node participation, and DAO governance, enabling users to shape its future.",
"fullDescription": "Shieldeum is a Web3 cybersecurity platform designed to protect 440 million crypto users through an AI-powered Decentralized Physical Infrastructure Network (DePIN). At its core, Shieldeum operates datacenter servers that generate computing power to support advanced services, including application hosting, data encryption, threat detection, and high-performance computing. Tailored for Web3, blockchain, and crypto use cases, Shieldeum delivers user-friendly AI-driven cybersecurity solutions. Its ecosystem allows anyone to participate by powering a Shieldeum node through pools, similar to Bitcoin mining pools. The $SDM token powers the ecosystem, offering governance through a DAO where holders can propose, vote, and allocate funds, while also unlocking premium AI services and gaining influence in shaping the platform's future."
},
{
"index": 1105,
"chainId": 56,
Expand Down
44 changes: 44 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3651,6 +3651,19 @@
},
"active": true
},
"wolf": {
"symbol": "WOLF",
"address": {
"1": "0x67466BE17df832165F8C80a5A120CCc652bD7E69"
},
"decimals": {
"1": 18
},
"liquidityDex": {
"1": "UniswapV2"
},
"active": true
},
"pumlx": {
"symbol": "PUMLx",
"address": {
Expand Down Expand Up @@ -5192,6 +5205,37 @@
"56": "https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725"
}
},
"sdmUsdt_Ichi": {
"symbol": "SDM-USDT",
"address": {
"56": "0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV3"
},
"ichiUnderlyingDex": "PancakeSwap",
"getLpUrl": {
"56": "https://pancakeswap.finance/position-managers"
}
},
"sdm": {
"symbol": "SDM",
"address": {
"56": "0x516f8a1fB458EBdcFd0F544fF85c69C1c0Ebc31d"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"busdBnb_Thena": {
"symbol": "BUSD-BNB",
"address": {
Expand Down
30 changes: 29 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1105
// BNB Largest ID: 1106
// Polygon Largest ID: 165
// Telos Largest ID: 215
// Arbitrum Largest ID: 2011
Expand Down Expand Up @@ -1027,6 +1027,34 @@ const bills: BillsConfig[] = [
//
// BNB chain
//
{
index: 1106,
chainId: ChainId.BSC,
contractAddress: {
[ChainId.BSC]: '0x96FbF699C11973B60a68C9EE11A9Bc6c5Fc513E9',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
lpToken: tokens.sdmUsdt_Ichi,
earnToken: tokens.sdm,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://shieldeum.net/',
twitter: 'https://x.com/Shieldeum',
audit: 'https://skynet.certik.com/projects/shieldeum',
initTime: { [ChainId.BSC]: 1733498631 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['AI', 'DEPIN'],
shortDescription:
'Shieldeum is a Web3 cybersecurity platform safeguarding 440 million crypto users with its AI-powered Decentralized Physical Infrastructure Network (DePIN). It delivers advanced services like data encryption, threat detection, and high-performance computing. Powered by the $SDM token, Shieldeum offers easy-to-use solutions, node participation, and DAO governance, enabling users to shape its future.',
fullDescription:
"Shieldeum is a Web3 cybersecurity platform designed to protect 440 million crypto users through an AI-powered Decentralized Physical Infrastructure Network (DePIN). At its core, Shieldeum operates datacenter servers that generate computing power to support advanced services, including application hosting, data encryption, threat detection, and high-performance computing. Tailored for Web3, blockchain, and crypto use cases, Shieldeum delivers user-friendly AI-driven cybersecurity solutions. Its ecosystem allows anyone to participate by powering a Shieldeum node through pools, similar to Bitcoin mining pools. The $SDM token powers the ecosystem, offering governance through a DAO where holders can propose, vote, and allocate funds, while also unlocking premium AI services and gaining influence in shaping the platform's future.",
},
{
index: 1105,
chainId: ChainId.BSC,
Expand Down
38 changes: 38 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3577,6 +3577,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
wolf: {
symbol: 'WOLF',
address: {
[ChainId.MAINNET]: '0x67466BE17df832165F8C80a5A120CCc652bD7E69',
},
decimals: { [ChainId.MAINNET]: 18 },
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV2,
},
active: true,
},
pumlx: {
symbol: 'PUMLx',
address: {
Expand Down Expand Up @@ -5042,6 +5053,33 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://thena.fi/pools/0x87a4276eaed3b46cb77ec41d6f6b9fc98b159725',
},
},
sdmUsdt_Ichi: {
symbol: 'SDM-USDT',
address: {
[ChainId.BSC]: '0x6a8D03773779cD3eD6fEeC4f0059a76932909Baf',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV3,
},
ichiUnderlyingDex: IchiSupportedDex.Pancakeswap,
getLpUrl: {
[ChainId.BSC]: 'https://pancakeswap.finance/position-managers',
},
},
sdm: {
symbol: 'SDM',
address: {
[ChainId.BSC]: '0x516f8a1fB458EBdcFd0F544fF85c69C1c0Ebc31d',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV3,
},
active: true,
},
busdBnb_Thena: {
symbol: 'BUSD-BNB',
address: {
Expand Down

0 comments on commit 95333a6

Please sign in to comment.