Skip to content
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

feat: added xdcapothem demo file. #822

Merged
merged 12 commits into from
Sep 27, 2023
58 changes: 58 additions & 0 deletions public/static/demo/xdc.tt

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions public/static/demo/xdcapothem.tt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/constants/chain-info.ts
Copy link
Contributor Author

@AnilChinchawale AnilChinchawale Sep 25, 2023

Choose a reason for hiding this comment

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

@osslgtm We have updated networkName in chain-info to fix the error in the demo file.

Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const ChainInfo: ChainInfo = {
label: "XDC Network Mainnet",
chainId: ChainId.XDC,
iconImage: "/static/images/networks/xdc.png",
networkName: "XDC Network",
networkName: "xdc",
networkLabel: "XDC Network",
explorerUrl: "https://xdcscan.io",
rpcUrl: "https://erpc.xinfin.network",
Expand All @@ -128,7 +128,7 @@ export const ChainInfo: ChainInfo = {
label: "XDC Testnet Apothem",
chainId: ChainId.APOTHEM,
iconImage: "/static/images/networks/xdc.png",
networkName: "XDC Testnet Apothem",
networkName: "xdcapothem",
networkLabel: "XDC Testnet Apothem",
explorerUrl: "https://apothem.xdcscan.io",
rpcUrl: "https://apothem.xdcrpc.com",
Expand Down