We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf87ca2 commit 2a3f5c7Copy full SHA for 2a3f5c7
defi/src/protocols/data4.ts
@@ -15375,6 +15375,9 @@ const data4: Protocol[] = [
15375
audit_links: ["https://docs.usd.ai/technical-overview/audits"],
15376
stablecoins: ["usdai"],
15377
listedAt: 1747659245,
15378
+ dimensions: {
15379
+ fees: "usdai"
15380
+ }
15381
},
15382
{
15383
id: "6191",
defi/src/utils/normalizeChain.ts
@@ -3357,6 +3357,9 @@ export const chainCoingeckoIds = {
3357
twitter: "taikoxyz",
3358
url: "https://taiko.xyz",
3359
chainId: 167000,
3360
3361
+ fees: "taiko",
3362
+ },
3363
3364
"Genesys": {
3365
geckoId: "genesys",
0 commit comments