Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CSUB-1048 Payouts not displaying #99

Merged
merged 4 commits into from
Feb 14, 2024
Merged

CSUB-1048 Payouts not displaying #99

merged 4 commits into from
Feb 14, 2024

Conversation

frankli-dev
Copy link
Contributor

No description provided.

@frankli-dev frankli-dev self-assigned this Feb 9, 2024
Copy link
Contributor

github-actions bot commented Feb 9, 2024

Test before merge -> Staking Dashboad Preview!

subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
subscanEndpoint: 'https://creditcoin3-dev.api.subscan.io',
subscanUrl: 'https://subscan-cc3-devnet.creditcoin.network',
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the block explorer url, right?
In that case it should be: https://creditcoin3-dev.subscan.io

subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
subscanEndpoint: 'https://creditcoin3-testnet.api.subscan.io',
subscanUrl: 'https://subscan-cc3-testnet.creditcoin.network',
Copy link
Contributor

Choose a reason for hiding this comment

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

This is the block explorer url, right?
In that case it should be: https://creditcoin3-testnet.subscan.io

@@ -123,7 +123,7 @@ const makeNetworkList = () => {
},
namespace: 'creditcoin-mainnet',
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin3.subscan.io/',
subscanUrl: 'https://creditcoin3.subscan.io',
Copy link
Contributor

Choose a reason for hiding this comment

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

This need to matches whatever it's on the other networks, I think this one is fine. But just to remember double check it.

@@ -136,7 +136,7 @@ const makeNetworkList = () => {
},
},
subscanEndpoint: 'http://127.0.0.1:4399',
subscanUrl: 'https://creditcoin3-testnet.subscan.io/',
subscanUrl: 'https://creditcoin3-testnet.subscan.io',
Copy link
Contributor

Choose a reason for hiding this comment

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

This need to matches whatever it's on the other networks, I think this one is fine. But just to remember double check it.

@frankli-dev frankli-dev merged commit f25cfca into dev Feb 14, 2024
11 checks passed
juanma1996 pushed a commit that referenced this pull request Feb 16, 2024
* fix: Subscan api updated

* fix: remove last character

* fix: Update explorer

* fix: Use proxy

---------

Co-authored-by: Frank Li <frank.li@gluwa.com>
juanma1996 pushed a commit that referenced this pull request Apr 4, 2024
* fix: Subscan api updated

* fix: remove last character

* fix: Update explorer

* fix: Use proxy

---------

Co-authored-by: Frank Li <frank.li@gluwa.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants