Skip to content

Commit

Permalink
Merge pull request #30 from rajkharvar/skale-staging
Browse files Browse the repository at this point in the history
Add support for Skale staging(staging-aware-chief-gianfar) chain
  • Loading branch information
rajkharvar authored Jun 3, 2023
2 parents 569529b + b5a83dd commit 5cf5e50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ npx hardhat scripts/deploy.js --network [NETWORK]
| Goerli | [0xD286f3D834E6030F178C395C9ba33d32B427cAD3](https://goerli.etherscan.io/address/0xD286f3D834E6030F178C395C9ba33d32B427cAD3) |
| Razor Schain | [0x3bAB943FE31B0F90c1E4c2733113E336eBAC4Bc1](https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com/address/0x3bAB943FE31B0F90c1E4c2733113E336eBAC4Bc1/transactions) |
| Polygon | [0x0461950C8664A38b6b1D6599420CA9c50a714B56](https://polygonscan.com/address/0x0461950C8664A38b6b1D6599420CA9c50a714B56) |
| Skale Staging | [0x553a0a6FCe2943F6901f783f381292C567038ddF](https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com/address/0x553a0a6FCe2943F6901f783f381292C567038ddF) |

7 changes: 7 additions & 0 deletions frontend/src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@ export const supportedChains = [
blockExplorer: "https://polygonscan.com/",
name: "polygon",
},
{
chainId: 1517929550,
disperseAddress: "0x553a0a6FCe2943F6901f783f381292C567038ddF",
blockExplorer:
"https://staging-aware-chief-gianfar.explorer.staging-v3.skalenodes.com/",
name: "skale staging",
},
];

1 comment on commit 5cf5e50

@vercel
Copy link

@vercel vercel bot commented on 5cf5e50 Jun 3, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.