Skip to content

Commit

Permalink
fix: revert env.json placeholder (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy authored May 1, 2024
1 parent 3f0de8e commit 3024d19
Showing 1 changed file with 49 additions and 50 deletions.
99 changes: 49 additions & 50 deletions public/configs/v1/env.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apps": {
"ios": {
"scheme": "dydxv4"
"scheme": "dydx-t-v4"
}
},
"tokens": {
Expand Down Expand Up @@ -35,11 +35,11 @@
"image": "/currencies/usdc.png"
}
},
"dydx-mainnet-1": {
"comment": "Mainnet",
"[mainnet chain id]": {
"comment": "Change according to mainnet release",
"chain": {
"name": "DYDX",
"denom": "adydx",
"name": "TokenName",
"denom": "tokenDenom",
"decimals": 18,
"image": "/currencies/dydx.png"
},
Expand Down Expand Up @@ -100,29 +100,29 @@
"launchIncentive": "https://cloud.chaoslabs.co",
"tradingRewardsLearnMore": "https://docs.dydx.exchange/rewards/trading_rewards"
},
"dydx-mainnet-1": {
"tos": "https://dydx.trade/terms",
"privacy": "https://dydx.trade/privacy",
"statusPage": "https://status.dydx.trade/",
"mintscan": "https://www.mintscan.io/dydx/tx/{tx_hash}",
"mintscanBase": "https://www.mintscan.io/dydx",
"feedback": "https://www.dydxopsdao.com/feedback",
"blogs": "https://www.dydx.foundation/blog",
"foundation": "https://www.dydx.foundation",
"reduceOnlyLearnMore": "https://help.dydx.trade/en/articles/8607918-reduce-only-order",
"documentation": "https://docs.dydx.trade/",
"community": "https://discord.com/invite/dydx",
"help": "https://help.dydx.trade/",
"governanceLearnMore": "https://help.dydx.trade/en/collections/6936883-governance-staking",
"newMarketProposalLearnMore": "https://dydx.exchange/blog/new-market-proposals",
"stakingLearnMore": "https://help.dydx.trade/en/articles/8581388-accessing-governance-and-staking-on-dydx-chain",
"keplrDashboard": "https://wallet.keplr.app/chains/dydx?tab=staking",
"strideZoneApp": "https://app.stride.zone/?chain=DYDX",
"accountExportLearnMore": "https://help.dydx.trade/en/articles/8581269-secret-phrase-on-dydx-chain",
"walletLearnMore": "https://help.dydx.trade/en/articles/8581303-supported-default-wallets-on-dydx-chain",
"withdrawalGateLearnMore": "https://help.dydx.trade/en/articles/9004706-withdrawals-on-dydx-chain#h_e61f043370",
"launchIncentive": "https://cloud.chaoslabs.co",
"tradingRewardsLearnMore": "https://docs.dydx.exchange/rewards/trading_rewards"
"[mainnet chain id]": {
"tos": "[HTTP link to TOS]",
"privacy": "[HTTP link to Privacy Policy]",
"statusPage": "[HTTP link to status page]",
"mintscan": "[HTTP link to Mintscan, with {tx_hash} placeholder]",
"mintscanBase": "[HTTP link to TOS mintscan base url]",
"feedback": "[HTTP link to feedback form, can be null]",
"blogs": "[HTTP link to blogs, can be null]",
"foundation": "[HTTP link to foundation, can be null]",
"reduceOnlyLearnMore": "[HTTP link to reduce-only learn more, can be null]",
"documentation": "[HTTP link to documentation, can be null]",
"community": "[HTTP link to community, can be null]",
"help": "[HTTP link to help page, can be null]",
"governanceLearnMore": "[HTTP link to governance learn more, can be null]",
"newMarketProposalLearnMore": "[HTTP link to new market proposal learn more, can be null]",
"stakingLearnMore": "[HTTP link to staking learn more, can be null]",
"keplrDashboard": "[HTTP link to keplr dashboard, can be null]",
"strideZoneApp": "[HTTP link to stride zone app, can be null]",
"accountExportLearnMore": "[HTTP link to account export learn more, can be null]",
"walletLearnMore": "[HTTP link to wallet learn more, can be null]",
"withdrawalGateLearnMore": "[HTTP link to withdrawal gate learn more, can be null]",
"launchIncentive": "[HTTP link to launch incentive host, can be null]",
"tradingRewardsLearnMore": "[HTTP link to trading rewards learn more, can be null]"
}
},
"wallets": {
Expand Down Expand Up @@ -162,21 +162,21 @@
"signTypedDataAction": "dYdX Chain Onboarding",
"signTypedDataDomainName": "dYdX Chain"
},
"dydx-mainnet-1": {
"[mainnet chain id]": {
"walletconnect": {
"client": {
"name": "dYdX v4",
"description": "dYdX v4 App",
"iconUrl": "/logos/dydx-x.png"
"name": "[Name of the app]",
"description": "[Description of the app]",
"iconUrl": "[Relative URL of the icon URL]"
},
"v2": {
"projectId": "fd67e5fbec90c07b6012699738d4a487"
"projectId": "[Project ID]"
}
},
"walletSegue": {
"callbackUrl": "/walletsegue"
"callbackUrl": "[Relative callback URL for WalletSegue, should match apple-app-site-association]"
},
"images": "/wallets/",
"images": "[Relative URL for wallet images]",
"signTypedDataAction": "dYdX Chain Onboarding",
"signTypedDataDomainName": "dYdX Chain"
}
Expand All @@ -196,11 +196,11 @@
"newMarketsMethodology": "https://docs.google.com/spreadsheets/d/1zjkV9R7R_7KMItuzqzvKGwefSBRfE-ZNAx1LH55OcqY/edit?usp=sharing"
}
},
"dydx-mainnet-1": {
"[mainnet chain id]": {
"newMarketProposal": {
"initialDepositAmount": 2000000000000000000000,
"delayBlocks": 3600,
"newMarketsMethodology": "https://docs.google.com/spreadsheets/d/1046uSR2sltA6siZGnvBlgUp4xlPNM7dPFvUgdACgTy4/edit?usp=sharing"
"initialDepositAmount": 0,
"delayBlocks": 0,
"newMarketsMethodology": "[URL to spreadsheet or document that explains methodology]"
}
}
},
Expand Down Expand Up @@ -428,7 +428,7 @@
"ios": {
"minimalVersion": "1.0",
"build": 40000,
"url": "https://apps.apple.com/app/dydx/id6475599596"
"url": "https://apps.apple.com/app/dydx/id1564787350"
}
},
"featureFlags": {
Expand Down Expand Up @@ -702,25 +702,24 @@
"dydxprotocol-mainnet": {
"name": "v4",
"ethereumChainId": "1",
"dydxChainId": "dydx-mainnet-1",
"dydxChainId": "[mainnet chain id]",
"chainName": "dYdX Chain",
"chainLogo": "/dydx-chain.png",
"squidIntegratorId": "dYdX-api",
"squidIntegratorId": "[mainnet squid integrator id]",
"isMainNet": true,
"endpoints": {
"indexers": [
{
"api": "https://indexer.dydx.trade",
"socket": "wss://indexer.dydx.trade"
"api": "[REST endpoint]",
"socket": "[Websocket endpoint]"
}
],
"validators": [
"https://dydx-dao-rpc.polkachu.com",
"https://dydx-mainnet-full-rpc.public.blastapi.io",
"https://dydx-ops-rpc.kingnodes.com"
"[Validator endpoint 1",
"[Validator endpoint n]"
],
"0xsquid": "https://api.squidrouter.com",
"nobleValidator": "https://noble-rpc.polkachu.com/"
"0xsquid": "[0xSquid endpoint for mainnet]",
"nobleValidator": "[noble validator endpoint for mainnet]"
},
"featureFlags": {
"reduceOnlySupported": true,
Expand All @@ -733,4 +732,4 @@
}
}
}
}
}

0 comments on commit 3024d19

Please sign in to comment.