Redeploy wormhole wrapped Dai with 6 decimals #205
-
Currently, SPL USDC and USDT have 6 decimals. Dai has 18 decimals on Ethereum, and it must be shrunken down to 9 on Solana. Can we further just shrink the number of decimals down to 6? This makes it easier for dapps to integrate wormhole dai with the existing SPL USDC and USDT tokens. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
👍 this would be huge! |
Beta Was this translation helpful? Give feedback.
-
Wrapped tokens are deterministically generated by Wormhole: There's no way to redeploy them or dynamically adjust the decimals. Is the SPL ecosystem generally using 6 decimal tokens, or are USDC and USDT a special case? |
Beta Was this translation helpful? Give feedback.
Wrapped tokens are deterministically generated by Wormhole:
https://github.com/certusone/wormhole/blob/3aee599adac50355bf3fac35a8aa0898a70da240/ethereum/contracts/Wormhole.sol#L259
There's no way to redeploy them or dynamically adjust the decimals. Is the SPL ecosystem generally using 6 decimal tokens, or are USDC and USDT a special case?