Skip to content

Commit f958a33

Browse files
enable fees adapters
1 parent d8c9633 commit f958a33

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

defi/src/protocols/data4.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10874,6 +10874,9 @@ const data4: Protocol[] = [
1087410874
forkedFrom: [],
1087510875
parentProtocol: "parent#seamless-protocol",
1087610876
listedAt: 1744029272,
10877+
dimensions: {
10878+
fees: "seamless-vaults",
10879+
},
1087710880
},
1087810881
{
1087910882
id: "6001",
@@ -18007,6 +18010,9 @@ const data4: Protocol[] = [
1800718010
audit_links: ["https://github.com/seamless-protocol/audits"],
1800818011
parentProtocol: "parent#seamless-protocol",
1800918012
listedAt: 1749485042,
18013+
dimensions: {
18014+
fees: "seamless-v2",
18015+
},
1801018016
},
1801118017
{
1801218018
id: "6287",

defi/src/utils/normalizeChain.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4882,6 +4882,9 @@ export const chainCoingeckoIds = {
48824882
categories: ["Cosmos"],
48834883
twitter: "provenancefdn",
48844884
url: "https://www.provenance.io/",
4885+
dimensions: {
4886+
fees: "provenance",
4887+
},
48854888
},
48864889
"Eventum": {
48874890
geckoId: null,

0 commit comments

Comments
 (0)