Skip to content

Commit

Permalink
Merge pull request #52 from Leechael/imp-update-phala-testnet-info
Browse files Browse the repository at this point in the history
Update Phala testnet endpoint URL
  • Loading branch information
wottpal authored Dec 9, 2023
2 parents b1ecd56 + 646cc1b commit 0d6a9f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-forks-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
---

Update Phala testnet endpoint URL
14 changes: 7 additions & 7 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ export const amplitudeTestnet: SubstrateChain = {
faucetUrls: [],
}

export const phalaPOC5Testnet: SubstrateChain = {
network: 'phala-PoC-5-testnet',
name: 'Phala PoC-5 Testnet',
export const phalaPOC6Testnet: SubstrateChain = {
network: 'phala-PoC-6-testnet',
name: 'Phala PoC-6 Testnet',
ss58Prefix: 30,
rpcUrls: ['wss://poc5.phala.network/ws'],
rpcUrls: ['wss://poc6.phala.network/ws'],
explorerUrls: {
[SubstrateExplorer.PolkadotJs]: `https://polkadot.js.org/apps/?rpc=${encodeURIComponent(
'wss://poc5.phala.network/ws',
'wss://poc6.phala.network/ws',
)}#/explorer`,
},
testnet: true,
faucetUrls: [],
faucetUrls: ['https://phala.network/faucet'],
}

/**
Expand Down Expand Up @@ -238,7 +238,7 @@ export const allSubstrateChains: SubstrateChain[] = [
bitCountryAlphaTestnet,
agungTestnet,
amplitudeTestnet,
phalaPOC5Testnet,
phalaPOC6Testnet,
shibuya,
shiden,
amplitude,
Expand Down

0 comments on commit 0d6a9f7

Please sign in to comment.