Skip to content

Commit

Permalink
Change Aventus public rpc endpoints (#11220)
Browse files Browse the repository at this point in the history
  • Loading branch information
vukomir authored Jan 20, 2025
1 parent e58b417 commit ff24c81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'aventus',
paraId: 2056,
providers: {
Aventus: 'wss://public-rpc.mainnet.aventus.network'
Aventus: 'wss://public-rpc.mainnet.aventus.io'
},
text: 'Aventus',
ui: {
Expand Down Expand Up @@ -959,7 +959,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
relayName: 'polkadot',
teleport: [-1],
text: 'Coretime',
ui: { }
ui: {}
},
{
info: 'polkadotPeople',
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
info: 'paseoAventus',
paraId: 2056,
providers: {
Aventus: 'wss://public-rpc.testnet.aventus.network'
Aventus: 'wss://public-rpc.testnet.aventus.io'
},
text: 'Aventus',
ui: {
Expand Down

0 comments on commit ff24c81

Please sign in to comment.