Skip to content

Commit

Permalink
Update RPC Testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Feb 5, 2024
1 parent 6d3eb9f commit b8ec965
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 @@ -50,7 +50,7 @@ export const WETH_DEV: Token = {
}

enum EclipseNetworks {
TEST = 'https://staging-rpc.dev.eclipsenetwork.xyz', // TODO: TEST and MAIN temporarily set to the same endpoint as DEV; they are unvailable to change to on frontend anyways
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.dev.eclipsenetwork.xyz',
DEV = 'https://staging-rpc.dev.eclipsenetwork.xyz',
LOCAL = 'http://127.0.0.1:8899'
Expand Down

0 comments on commit b8ec965

Please sign in to comment.