Skip to content

Commit

Permalink
fix: update trumpwin atomicResolution (#1123)
Browse files Browse the repository at this point in the history
Co-authored-by: jaredvu <jaredvu@gmail.com>
  • Loading branch information
chenyaoy and jaredvu authored Oct 4, 2024
1 parent 4d751df commit c660182
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions public/configs/markets.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion public/configs/otherMarketData.json
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@
}
],
"liquidityTier": 4,
"atomicResolution": 100,
"atomicResolution": -6,
"quantumConversionExponent": -9,
"defaultFundingPpm": 0,
"stepBaseQuantums": 1000000,
4 changes: 2 additions & 2 deletions public/configs/v1/env.json
Original file line number Diff line number Diff line change
@@ -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"
}
},

0 comments on commit c660182

Please sign in to comment.