Skip to content

Commit 4a568b0

Browse files
enable fees adapters
1 parent 4ce0f03 commit 4a568b0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

defi/src/protocols/data3.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52475,6 +52475,9 @@ const data3_3: Protocol[] = [
5247552475
twitter: "BosonProtocol",
5247652476
github: ["bosonprotocol"],
5247752477
listedAt: 1721821003,
52478+
dimensions: {
52479+
fees: "boson"
52480+
}
5247852481
},
5247952482
{
5248052483
id: "4917",

defi/src/utils/normalizeChain.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,9 @@ export const chainCoingeckoIds = {
17171717
categories: ["EVM"],
17181718
twitter: "DogechainFamily",
17191719
url: "https://dogechain.dog/",
1720+
dimensions: {
1721+
fees: "dogechain",
1722+
},
17201723
},
17211724
"Canto": {
17221725
geckoId: "canto",
@@ -3828,7 +3831,7 @@ export const chainCoingeckoIds = {
38283831
types: ["L2"],
38293832
da: "Ethereum",
38303833
},
3831-
twitter: "MorphLayer",
3834+
twitter: "MorphNetwork",
38323835
url: "https://www.morphl2.io",
38333836
dimensions: {
38343837
fees: "morph",
@@ -5148,6 +5151,17 @@ export const chainCoingeckoIds = {
51485151
url: "https://capx.ai",
51495152
chainId: 757,
51505153
},
5154+
"Seda": {
5155+
geckoId: "seda-2",
5156+
symbol: "SEDA",
5157+
cmcId: "23305",
5158+
categories: ["Cosmos"],
5159+
twitter: "sedaprotocol",
5160+
url: "https://explorer.seda.xyz/trends",
5161+
dimensions: {
5162+
fees: "seda",
5163+
},
5164+
},
51515165
} as unknown as ChainCoinGekcoIds;
51525166

51535167
// We are creating the list here because, later in the code, we include historical chain labels with the same chain metadata, so, chainCoingeckoIds will have duplicate keys

0 commit comments

Comments
 (0)