-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
casper crosschain | bounties/hackathons #9291
Conversation
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.
Can we add a little more explanation in a comment about the IP address for the Casper URL?
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.
Nice work @chibie 🚀
@@ -438,7 +438,7 @@ <h5 class="font-body font-weight-semibold">{% trans "SUBMISSIONS" %}</h5> | |||
</div> | |||
|
|||
<!-- WEB3 MODAL FLOW --> | |||
<div v-else-if="fulfillment.payout_type == 'algorand_ext' || fulfillment.payout_type == 'xinfin_ext' || fulfillment.payout_type == 'rsk_ext' || fulfillment.payout_type == 'web3_modal' || fulfillment.payout_type == 'polkadot_ext' || fulfillment.payout_type == 'harmony_ext' || fulfillment.payout_type == 'binance_ext' || fulfillment.payout_type == 'tezos_ext'" class="px-sm-4"> | |||
<div v-else-if="fulfillment.payout_type == 'algorand_ext' || fulfillment.payout_type == 'xinfin_ext' || fulfillment.payout_type == 'rsk_ext' || fulfillment.payout_type == 'web3_modal' || fulfillment.payout_type == 'polkadot_ext' || fulfillment.payout_type == 'harmony_ext' || fulfillment.payout_type == 'binance_ext' || fulfillment.payout_type == 'tezos_ext' || fulfillment.payout_type == 'casper_ext'" class="px-sm-4"> |
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.
we are getting in a moment to rethink the crosschain code 🤣
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.
swears man! we really need to! 😄
@@ -1163,6 +1163,11 @@ <h3>{{ noscript.keywords }}</h3> | |||
<script src="{% static "v2/js/lib/tezos/taquito-beacon-wallet.min.js" %}"></script> | |||
<script src="{% static "v2/js/pages/bounty_detail/tezos_extension.js" %}"></script> | |||
|
|||
{% elif web3_type == 'casper_ext' %} | |||
|
|||
<script src="{% static "v2/js/lib/casper/casper_js_sdk.js" %}"></script> |
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.
@gdixon this is right with the new yarn config?
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.
yup yup ! i asked the same thing in the PR :P all custom lib cross chain file continue to live in the path
Description
Integrate Casper chain into Gitcoin platform so that users would be allowed to use CSPR for bounties and hackathons
Bounties Integration
Frontend
Backend
Refers/Fixes
#GITC-183
#GITC-184
#GITC-185
#GITC-186
Testing