Skip to content

Commit

Permalink
Switch devnet rpc provider
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Apr 3, 2024
1 parent a4f8bbf commit 4f929d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/consts/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const WETH_TEST: Token = {
enum EclipseNetworks {
TEST = 'https://testnet.dev2.eclipsenetwork.xyz', // TODO: TEST and MAIN temporarily set to the same endpoint as DEV; they are unvailable to change to on frontend anyways
MAIN = 'https://staging-rpc-eu.dev2.eclipsenetwork.xyz',
DEV = 'https://staging-rpc-eu.dev2.eclipsenetwork.xyz',
DEV = 'https://staging-rpc.dev2.eclipsenetwork.xyz',
LOCAL = 'http://127.0.0.1:8899'
}

Expand Down

0 comments on commit 4f929d2

Please sign in to comment.