Skip to content

Commit

Permalink
chore(retry): unify retry function
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Sep 17, 2024
1 parent 6a0ff11 commit 48e4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const prodBridgeConfig: IBridgeConfig = {
bridgeChains: [
{
chain: "BSC",
rpcURL: "https://bnb.rpc.subquery.network/public",
rpcURL: "https://bsc-pokt.nodies.app",
nativeCoinSymbol: "BNB",
intialFund: "50000000000000000",
contractAddress: "0x289FDdDce5119C41B82C969135212061D5E7Dce5",
Expand Down

0 comments on commit 48e4ed7

Please sign in to comment.