Skip to content

Commit

Permalink
chore: change bob sepolia rpc address
Browse files Browse the repository at this point in the history
  • Loading branch information
creed-victor committed Nov 13, 2024
1 parent c648e00 commit acf0bc0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/serious-llamas-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'frontend': patch
'@sovryn/sdex': patch
---

chore: change bob testnet rpc address
2 changes: 1 addition & 1 deletion apps/frontend/src/constants/infrastructure/bob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Environments } from '../../types/global';

const rpc = {
[Environments.Mainnet]: 'https://rpc.gobob.xyz',
[Environments.Testnet]: 'https://bob-sepolia.rpc.gobob.xyz/',
[Environments.Testnet]: 'https://bob-rpc.test.sovryn.app',
};

export const BOB = {
Expand Down
3 changes: 1 addition & 2 deletions packages/sdex/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ const BOB_CHAIN: ChainSpec = {
};

const BOB_TESTNET_CHAIN: ChainSpec = {
nodeUrl: 'https://bob-sepolia.rpc.gobob.xyz/',
// wsUrl: 'wss://bob-sepolia.rpc.gobob.xyz',
nodeUrl: 'https://bob-rpc.test.sovryn.app',
addrs: {
dex: '0x6E47BC2BC7CF8383369BbA36F520323C5F16dC1C',
query: '0x28A6328B0e167035F33a4C58374F2524Ae9c8dC1',
Expand Down

0 comments on commit acf0bc0

Please sign in to comment.