-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Test before merge -> Staking Dashboad Preview! |
810bac1
to
0a16137
Compare
src/config/networks.ts
Outdated
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', |
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 is the block explorer url, right?
In that case it should be: https://creditcoin3-dev.subscan.io
src/config/networks.ts
Outdated
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', |
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 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', |
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 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', |
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 need to matches whatever it's on the other networks, I think this one is fine. But just to remember double check it.
* fix: Subscan api updated * fix: remove last character * fix: Update explorer * fix: Use proxy --------- Co-authored-by: Frank Li <frank.li@gluwa.com>
* fix: Subscan api updated * fix: remove last character * fix: Update explorer * fix: Use proxy --------- Co-authored-by: Frank Li <frank.li@gluwa.com>
No description provided.