Skip to content

Commit

Permalink
Merge pull request #73 from dappforce/continuum-network
Browse files Browse the repository at this point in the history
Add continuum network
  • Loading branch information
olehmell authored Mar 8, 2024
2 parents 45889c4 + 3c2f3b5 commit 00dd073
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/connections/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ export const kusamaParachains: Networks = {
disabled: true
},
bitCountry: {
name: 'Bit.Country Pioneer',
name: 'MNet Pioneer',
node: 'wss://pioneer-rpc-3.bit.country/wss',
icon: 'bitcountry.svg',
icon: 'pioneer.png',
paraId: 2096,
vestingMethod: 'vesting.vest',
isTransferable: true
Expand Down Expand Up @@ -459,6 +459,13 @@ export const polkadotParachains: Networks = {
paraId: 2002,
vestingMethod: 'vesting.vest'
},
continuum: {
name: 'MNet Continuum',
icon: 'continuum.png',
node: 'wss://continuum-rpc-1.metaverse.network/wss',
paraId: 3346,
isTransferable: true
},
astar: {
name: 'Astar',
...resolveOnfinalityUrl('astar'),
Expand Down

0 comments on commit 00dd073

Please sign in to comment.