Skip to content

Commit

Permalink
Merge pull request #70 from scio-labs/pz-pop-network
Browse files Browse the repository at this point in the history
chore: add new Testnet Pop-Network
  • Loading branch information
wottpal committed May 1, 2024
2 parents 6bb616f + 68e3c84 commit e16fa0f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shaggy-countries-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@scio-labs/use-inkathon": minor
---

aadds smart contract capable Pop Network to defined chains
17 changes: 17 additions & 0 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ export const alephzeroTestnet: SubstrateChain = {
faucetUrls: ['https://faucet.test.azero.dev'],
}

export const popNetworkTestnet: SubstrateChain = {
network: 'pop-network-testnet',
name: 'Pop Network',
ss58Prefix: 42,
rpcUrls: [
'wss://rpc1.paseo.popnetwork.xyz',
'wss://rpc2.paseo.popnetwork.xyz',
'wss://rpc3.paseo.popnetwork.xyz',
],
explorerUrls: {
[SubstrateExplorer.PolkadotJs]: `https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc1.paseo.popnetwork.xyz`,
},
testnet: true,
faucetUrls: ['https://faucet.polkadot.io/'],
}

export const contracts: SubstrateChain = {
network: 'contracts',
name: 'Contracts on Rococo',
Expand Down Expand Up @@ -276,6 +292,7 @@ export const allSubstrateChains: SubstrateChain[] = [
t0rnTestnet,
ternoa,
ternoaAlphanet,
popNetworkTestnet,
]

/**
Expand Down

0 comments on commit e16fa0f

Please sign in to comment.