Skip to content

Commit

Permalink
Fix OKX wallet signing token name
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Sep 20, 2024
1 parent 51094ba commit b599627
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="color-scheme" content="dark light" />
<title>DORA Token Migration</title>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@dYdX" />
<meta name="twitter:creator" content="@dYdX" />
<meta name="twitter:site" content="@DORA" />
<meta name="twitter:creator" content="@DORA" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="dYdX" />
<meta property="og:site_name" content="DORA" />
</head>
<body>
<div id="root"></div>
Expand Down
5 changes: 0 additions & 5 deletions src/constants/localization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ export const DORA_LONG_SENTENCE = {
"MIGRATION_FAQ_VCDORA_HOLDER_ANSWER": "vcDORA credits on the vcDORA Ethereum smart contract will still be valid until all DORA tokens staked in the vcDORA smart contract exit. Once you can withdraw your ethDORA from the vcDORA smart contract, you can immediately engage with the migration portal. If you still cannot withdraw from the vcDORA smart contract, please don’t worry as the vcDORA contract will remain and be maintained on Eththeum.",
"MIGRATION_FAQ_HOW_TO_TRACK_ANSWER": "Please use https://vota-migration.dorafactory.org/ to track migration status.",
"MIGRATION_FAQ_HOW_TO_TRACK": "How can I track the migration status?",
"MIGRATION_FAQ_WHAT_ADDRESS_ANSWER": "Users who interact with the portal can send dYdX Chain DYDX tokens to any dYdX Chain address. User’s can send tokens directly to their dYdX Chain address that is automatically created from their Ethereum address’s signature.",
"MIGRATION_FAQ_WHAT_ADDRESS": "What address can I send dYdX Chain DYDX to?",
"MIGRATION_FAQ_WHAT_TOKENS_ANSWER": "Holders who successfully engage with the portal will receive wethDYDX on Ethereum and DYDX on dYdX Chain.",
"MIGRATION_FAQ_WHAT_TOKENS": "What tokens will I receive?",
"MIGRATION_FAQ_WRAPPED_TOKENS_ANSWER": "wethDYDX are minted 1:1 to any users who successfully send Ethereum-based DYDX to the smart contract. wethDYDX have the same v3 governance rights as Ethereum-based DYDX, and are transferable. wethDYDX cannot be bridged to v4.",
"MIGRATION_FAQ_WRAPPED_TOKENS": "What are wrapped Ethereum DYDX tokens (“wethDYDX”)?",
"MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
}

Expand Down
2 changes: 1 addition & 1 deletion src/hooks/useAccountBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const useAccountBalanceContext = () => {
const { evmAddress, DoraAddress, getAccountBalance } = useAccounts();
const canAccountMigrate = useSelector(calculateCanAccountMigrate);

console.log(`ETH dydx contract address is ${import.meta.env.VITE_ETH_DORA_ADDRESSS}`)
console.log(`ETH dora contract address is ${import.meta.env.VITE_ETH_DORA_ADDRESSS}`)
console.log(`query evmAddress is ${evmAddress}`)
console.log(`是否可以进行账户迁移${canAccountMigrate}`)
console.log(`chain id is ${Number(import.meta.env.VITE_ETH_CHAIN_ID)}`)
Expand Down

0 comments on commit b599627

Please sign in to comment.