-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of content fixes, deletions, updates #102
Changes from all commits
2ed24be
e10ccd4
23ff4e2
076a623
1a3c0cd
e3b3d76
386d990
112997b
1a3d079
6111847
49c8ec8
f780197
8225fd8
ee3f9c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
## Development | ||
|
||
Uses node v16 | ||
|
||
### Setup | ||
|
||
Install dependencies: | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,24 +22,6 @@ integrations: | |
title: Arbitrum | ||
- image: /images/logo-polygon.svg | ||
title: Polygon | ||
programsAndEventsInfo: | ||
preTitle: Get Involved | ||
title: Community Programs & Events | ||
description: "Stay informed about the most recent community programs and events." | ||
rowReverse: false | ||
programsAndEvents: | ||
- image: /images/wormhole-hackathon.png | ||
title: Wormhole Encode Hackathon | ||
description: 4 days packed with learning, networking and building with Wormhole at the Encode Club Hacker House. | ||
url: https://www.encode.club/wormhole-hackathon | ||
- image: /images/bond-program.png | ||
title: T Bond Bootstrap Program | ||
description: Threshold Bond Program is here to help the Threshold Treasury Guild continue to grow tBTC liquidity. | ||
url: https://blog.threshold.network/unlocking-liquidity-threshold-launches-bond-program-with-bond-protocol/ | ||
- image: /images/tbtc-wrapper.png | ||
title: tBTC Wrapped Tour | ||
description: Mint tBTC during Tour Stop 3 to claim this exclusive tBTC Wrapped Tour Arbitrum OAT! | ||
url: https://blog.threshold.network/stop-three-on-tbtcs-wrapped-tour-kicks-off-with-an-arbitrum-integration-and-a-new-galxe-oat/ | ||
projectsAndToolsInfo: | ||
preTitle: Ecosystem | ||
title: Powered By Threshold DAO | ||
|
@@ -155,16 +137,6 @@ projectsAndTools: | |
- label: Go to App | ||
url: https://thegraph.com/explorer/subgraphs/8iv4pFv7UL3vMjYeetmFCKD9Mg2V4d1S2rapQXo8fRq5?view=Overview&chain=mainnet | ||
variant: EXTERNAL_SOLID | ||
- image: /images/101-courses.svg | ||
title: 101 Courses and Videos | ||
description: Initiative from the Marketing Guild to help understand better the technologies around our products. | ||
categories: | ||
- label: tool | ||
date: 2023-03-11 | ||
buttons: | ||
- label: Go to App | ||
url: https://101.xyz/course/claqymc0v067108kyden9aehq | ||
variant: EXTERNAL_SOLID | ||
resourcesInfo: | ||
preTitle: Resources | ||
title: Ecosystem Resources | ||
|
@@ -203,6 +175,11 @@ community: | |
description: Ask questions and engage with our community. | ||
url: https://discord.gg/Threshold | ||
rightIcon: /images/external-arrow.svg | ||
- leftIcon: /images/telegram-social.svg | ||
title: Telegram | ||
description: Ask questions and engage with our community. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is it worth saying, "Ask questions and engage with our community. Beware of scammers - we won't DM you first." ? Or are we finally at the point where such things are implicit and common knowledge? :-) |
||
url: https://twitter.com/TheTNetwork | ||
rightIcon: /images/external-arrow.svg | ||
- leftIcon: /images/twitter-social.svg | ||
title: Twitter | ||
description: Keep in the loop on the latest ecosystem news. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ import { FixedNumber } from "ethers" | |
import { CoingeckoID, exchangeAPI, formatUnits } from "../utils" | ||
import { useERC20TokensBalanceCall } from "./useERC20TokensBalanceCall" | ||
|
||
// https://etherscan.io/address/0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f | ||
const DAO_TREASURY_ADDRESS = "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f" | ||
// https://etherscan.io/address/0x87F005317692D05BAA4193AB0c961c69e175f45f | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed this is the DAO's Timelock address There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It'd be really nice to include treasury details beyond just the timelock on the site somewhere. Outside the scope of this PR of course There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
ya... query will just be more complex b/c need to capture LP and vote-escrowed positions, x-chain, etc There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if zapper or debank provide some kind of api or embed? |
||
const DAO_TREASURY_ADDRESS = "0x87F005317692D05BAA4193AB0c961c69e175f45f" | ||
|
||
const query = graphql` | ||
query { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This domain doesn't appear to resolve?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
asked for clarification on eta here: https://discord.com/channels/866378471868727316/870386636507185202/1178733196263825499