Skip to content
This repository has been archived by the owner on May 28, 2022. It is now read-only.

updating Token Details for Launch #26

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

anna-carroll
Copy link
Member

@anna-carroll anna-carroll commented Jan 10, 2022

  • upload all Deployed representation tokens to one google sheet (for Connext, Solarbeam, etc to integrate with)
  • upload all UpdateDetails representation tokens to a different google sheet (for Etherscan to re-index)
  • add setDetails to SDK
  • separate the google sheets for Deployed and Updated tokens
  • write script to setDetails at launch
    • on Moonbeam: WETH, USDC, USDT, DAI, WBTC
    • on Ethereum: WGLMR

@anna-carroll anna-carroll self-assigned this Jan 10, 2022
@anna-carroll anna-carroll changed the title Token Details for Launch updating Token Details for Launch Jan 10, 2022

(async function main() {
const config = buildConfig("tokens")
// TODO: separate sheets for deployed tokens vs. updated tokens
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ltchang2019 need to propagate Deployed tokens to a different sheet than Updated tokens

@@ -155,6 +155,7 @@ export class NomadContext extends MultiProvider {
if (!core) {
throw new Error(`Missing core for domain: ${nameOrDomain}`);
}
core.connect(this.mustGetProvider(nameOrDomain));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prestwich wdyt about this

@anna-carroll
Copy link
Member Author

@ltchang2019 do you have bandwidth to handle the final tick item -- writing a script to call setDetails for the listed tokens? I need to jump on a couple other fires 🔥

@anna-carroll anna-carroll marked this pull request as draft January 10, 2022 20:43
@luketchang
Copy link
Collaborator

luketchang commented Jan 11, 2022

write script to setDetails at launch

Addressed by #31 (tested in dev)

@yourbuddyconner
Copy link
Contributor

@anna-carroll do we need to do anything here to merge and/or close this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants