Skip to content

Commit

Permalink
update: replace infura
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Aug 28, 2023
1 parent e5702ad commit 9006019
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APP_STAKING_API_URL=https://msp-api.minter.network/v1/
APP_REFERRAL_API_URL=https://mrs-api.minter.network/v1/
APP_PORTFOLIO_API_URL=https://portfolio-api.honee.app/v1/
APP_HUB_API_URL=https://hub-api.minter.network/
APP_ETHEREUM_API_URL=https://mainnet.infura.io/v3/0ab122c0f98043eda95266a862528e4c
APP_ETHEREUM_API_URL=https://rpc.ankr.com/eth
APP_BSC_API_URL=https://bsc-dataseed.binance.org/
APP_HUB_ETHEREUM_CONTRACT_ADDRESS=0x897c27Fa372AA730D4C75B1243E7EA38879194E2
APP_HUB_BSC_CONTRACT_ADDRESS=0xF5b0ed82a0b3e11567081694cC66c3df133f7C8F
Expand Down
2 changes: 1 addition & 1 deletion .env.master
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ APP_REFERRAL_API_URL=https://mrs-api.minter.network/v1/
APP_PORTFOLIO_API_URL=https://portfolio-api.honee.app/v1/
APP_METAGARDEN_API_URL=https://metagarden-claim-api.honee.app/v1/
APP_HUB_API_URL=https://hub-api.minter.network/
APP_ETHEREUM_API_URL=https://mainnet.infura.io/v3/0ab122c0f98043eda95266a862528e4c
APP_ETHEREUM_API_URL=https://rpc.ankr.com/eth
#APP_BSC_API_URL=https://bsc-dataseed.binance.org/
#APP_BSC_API_URL=https://bscrpc.com/
APP_BSC_API_URL=https://rpc.ankr.com/bsc/
Expand Down
2 changes: 1 addition & 1 deletion .env.megachain
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ APP_REFERRAL_API_URL=https://mrs-api.minter.network/v1/
APP_PORTFOLIO_API_URL=https://portfolio-api.honee.app/v1/
APP_METAGARDEN_API_URL=https://metagarden-claim-api.honee.app/v1/
APP_HUB_API_URL=https://hub-api.minter.network/
APP_ETHEREUM_API_URL=https://mainnet.infura.io/v3/0ab122c0f98043eda95266a862528e4c
APP_ETHEREUM_API_URL=https://rpc.ankr.com/eth
#APP_BSC_API_URL=https://bsc-dataseed.binance.org/
#APP_BSC_API_URL=https://bscrpc.com/
APP_BSC_API_URL=https://rpc.ankr.com/bsc/
Expand Down
2 changes: 1 addition & 1 deletion .env.megagamer
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ APP_REFERRAL_API_URL=https://mrs-api.minter.network/v1/
APP_PORTFOLIO_API_URL=https://portfolio-api.honee.app/v1/
APP_METAGARDEN_API_URL=https://metagarden-claim-api.honee.app/v1/
APP_HUB_API_URL=https://hub-api.minter.network/
APP_ETHEREUM_API_URL=https://mainnet.infura.io/v3/0ab122c0f98043eda95266a862528e4c
APP_ETHEREUM_API_URL=https://rpc.ankr.com/eth
#APP_BSC_API_URL=https://bsc-dataseed.binance.org/
#APP_BSC_API_URL=https://bscrpc.com/
APP_BSC_API_URL=https://rpc.ankr.com/bsc/
Expand Down

0 comments on commit 9006019

Please sign in to comment.