diff --git a/public/configs/markets.json b/public/configs/markets.json index 6febb544a..e4ea05ca0 100644 --- a/public/configs/markets.json +++ b/public/configs/markets.json @@ -1995,6 +1995,13 @@ "websiteLink": "https://egoco.in/en/", "whitepaperLink": "https://docs.paysenger.com/" }, + "EIGEN-USD": { + "coinMarketCapsLink": "https://coinmarketcap.com/currencies/eigenlayer/", + "name": "EigenLayer", + "tags": ["Defi"], + "websiteLink": "https://www.eigenlayer.xyz/", + "whitepaperLink": "https://docs.eigenlayer.xyz/assets/files/EIGEN_Token_Whitepaper-0df8e17b7efa052fd2a22e1ade9c6f69.pdf/" + }, "ELA-USD": { "coinMarketCapsLink": "https://coinmarketcap.com/currencies/elastos/", "name": "Elastos", diff --git a/public/configs/otherMarketData.json b/public/configs/otherMarketData.json index 5769ed523..eb3d24253 100644 --- a/public/configs/otherMarketData.json +++ b/public/configs/otherMarketData.json @@ -206,7 +206,7 @@ } ], "liquidityTier": 4, - "atomicResolution": 100, + "atomicResolution": -6, "quantumConversionExponent": -9, "defaultFundingPpm": 0, "stepBaseQuantums": 1000000, diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index de2943d3d..6542906d1 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -233,14 +233,14 @@ "dydxprotocol-testnet": { "newMarketProposal": { "initialDepositAmount": 10000000, - "delayBlocks": 900, + "delayBlocks": 60, "newMarketsMethodology": "https://docs.google.com/spreadsheets/d/1zjkV9R7R_7KMItuzqzvKGwefSBRfE-ZNAx1LH55OcqY/edit?usp=sharing" } }, "dydx-testnet-4": { "newMarketProposal": { "initialDepositAmount": 10000000, - "delayBlocks": 900, + "delayBlocks": 60, "newMarketsMethodology": "https://docs.google.com/spreadsheets/d/1zjkV9R7R_7KMItuzqzvKGwefSBRfE-ZNAx1LH55OcqY/edit?usp=sharing" } },