Skip to content

Commit

Permalink
Octopus Provider for Myriad and Debio (#10110)
Browse files Browse the repository at this point in the history
* Update production.ts

* Update testing.ts

* Update packages/apps-config/src/endpoints/testing.ts

---------

Co-authored-by: Jaco <jacogr@gmail.com>
  • Loading branch information
RiXelanya and jacogr authored Dec 19, 2023
1 parent b4b147a commit d21ee16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'debio',
providers: {
DeBio: 'wss://ws-rpc.debio.network'
DeBio: 'wss://ws-rpc.debio.network',
Octopus: 'wss://gateway.mainnet.octopus.network/debionetwork/ae48005a0c7ecb4053394559a7f4069e'
},
text: 'DeBio',
ui: {
Expand Down Expand Up @@ -359,7 +360,8 @@ export const prodChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'myriad',
providers: {
Myriad: 'wss://ws-rpc.myriad.social'
Myriad: 'wss://ws-rpc.myriad.social',
Octopus: 'wss://gateway.mainnet.octopus.network/myriad/a4cb0a6e30ff5233a3567eb4e8cb71e0'
},
text: 'Myriad',
ui: {
Expand Down
6 changes: 4 additions & 2 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'debio-testnet',
providers: {
// DeBio: 'wss://ws-rpc.testnet.debio.network' // https://github.com/polkadot-js/apps/issues/10091
DeBio: 'wss://ws-rpc.testnet.debio.network',
Octopus: 'wss://gateway.testnet.octopus.network/debionetwork/554976cbb180f676f188abe14d63ca24'
},
text: 'DeBio Testnet',
ui: {
Expand Down Expand Up @@ -619,7 +620,8 @@ export const testChains: Omit<EndpointOption, 'teleport'>[] = [
{
info: 'myriad-tesnet',
providers: {
// Myriad: 'wss://ws-rpc.testnet.myriad.social' // https://github.com/polkadot-js/apps/issues/10091
Myriad: 'wss://ws-rpc.testnet.myriad.social',
Octopus: 'wss://gateway.testnet.octopus.network/myriad/8f543a1c219f14d83c0faedefdd5be6e'
},
text: 'Myriad Testnet',
ui: {
Expand Down

0 comments on commit d21ee16

Please sign in to comment.