Skip to content

Commit

Permalink
Merge pull request #8578 from DefiLlama/chainids
Browse files Browse the repository at this point in the history
chain metadata
  • Loading branch information
waynebruce0x authored Nov 18, 2024
2 parents a3a0db6 + 1587b81 commit e33e89a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 8 deletions.
Binary file added defi/icons/pulsechain.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/zircuit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions defi/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -828,14 +828,14 @@ functions:
- http:
path: chain-assets/historical-flows/{chain}/{period}
method: get
depositedContracts:
handler: src/getDepositedContracts.default
timeout: 30
memorySize: 1000
events:
- http:
path: deposited-contracts/{addresses}/{threshold}
method: get
# depositedContracts:
# handler: src/getDepositedContracts.default
# timeout: 30
# memorySize: 1000
# events:
# - http:
# path: deposited-contracts/{addresses}/{threshold}
# method: get

resources:
# CORS for api gateway errors
Expand Down
40 changes: 40 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60619,6 +60619,46 @@ const data3: Protocol[] = [
parentProtocol: "parent#superswap",
listedAt: 1731928140
},
{
id: "5374",
name: "Pulsechain",
address: null,
symbol: "PLS",
url: "https://pulsechain.com/",
description: "Energy efficient, Faster, cheaper, fee-burning Ethereum fork.",
chain: "Pulsechain",
logo: `${baseIconsUrl}/pulsechain.jpg`,
audits: "0",
audit_note: null,
gecko_id: "pulsechain",
cmcId: null,
category: "Chain",
chains: ["Pulsechain"],
oracles: [],
forkedFrom: [],
module: "pulsechain/index.js",
twitter: "pulsechaincom",
},
{
id: "5375",
name: "Zircuit",
address: null,
symbol: "ZRC",
url: "https://www.zircuit.com/",
description: "Experience the safest chain for DeFi and staking. Developers get powerful features; users get peace of mind.",
chain: "Zircuit",
logo: `${baseIconsUrl}/zircuit.jpg`,
audits: "0",
audit_note: null,
gecko_id: "zircuit",
cmcId: null,
category: "Chain",
chains: ["Zircuit"],
oracles: [],
forkedFrom: [],
module: "zircuit-chain/index.js",
twitter: "ZircuitL2",
},
];

export default data3;

0 comments on commit e33e89a

Please sign in to comment.