Skip to content

Commit

Permalink
replace infura
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Aug 28, 2023
1 parent ed72a7b commit 0617099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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_EXPLORER_RTM_URL=wss://explorer-rtm.minter.network/connection/websocket
APP_EXPLORER_HOST=https://explorer.minter.network
APP_EXPLORER_STATIC_HOST=https://explorer-static.minter.network
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_MEGACHAIN_API_URL=
Expand Down
2 changes: 1 addition & 1 deletion .env.toronet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ APP_EXPLORER_RTM_URL=wss://explorer-rtm.toronet.minter.network/connection/websoc
APP_EXPLORER_HOST=https://explorer.toronet.minter.network
APP_EXPLORER_STATIC_HOST=https://explorer-static.toronet.minter.network
APP_HUB_API_URL=http://46.101.215.17:9091
APP_ETHEREUM_API_URL=https://ropsten.infura.io/v3/7b534be6f59742f9843c7e7562924f44
APP_ETHEREUM_API_URL=https://rpc.ankr.com/eth
APP_BSC_API_URL=https://data-seed-prebsc-1-s3.binance.org:8545/
APP_HUB_ETHEREUM_CONTRACT_ADDRESS=0xcD53640C87Acd89BD7935765167D1E6330201C89
APP_HUB_BSC_CONTRACT_ADDRESS=0x32d19e88E478d9135b5CcaB6D7468858C5a83800
Expand Down

0 comments on commit 0617099

Please sign in to comment.