Skip to content

Commit

Permalink
feat: updated cBridge API url (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
impelcrypto authored Mar 17, 2023
1 parent 7fa0bc2 commit a198865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c-bridge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const astarSupportChains = [

export const shidenSupportChains = [EvmChain.Astar, EvmChain.Shiden];

export const cBridgeBaseEndpoint = 'https://cbridge-prod2.celer.network/v1';
export const cBridgeBaseEndpoint = 'https://cbridge-prod2.celer.app/v1';

export const cBridgeEndpoint = {
Configs: cBridgeBaseEndpoint + '/getTransferConfigsForAll',
Expand Down

0 comments on commit a198865

Please sign in to comment.