Skip to content

Commit

Permalink
Merge pull request #1717 from themacexpert/updateMoonbeamEndpoints
Browse files Browse the repository at this point in the history
revise moonbeam rpc urls
  • Loading branch information
iamdefinitelyahuman committed Jan 29, 2024
2 parents bc7b511 + 32cc96c commit a38f7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@ live:
- name: Mainnet
chainid: 1284
id: moonbeam-main
host: https://moonbeam.api.onfinality.io/public
host: https://rpc.api.moonbeam.network
explorer: https://api-moonbeam.moonscan.io/api
multicall2: "0x1337BedC9D22ecbe766dF105c9623922A27963EC"
- name: Moonbase Alpha
chainid: 1287
id: moonbeam-test
host: https://moonbeam-alpha.api.onfinality.io/public
host: https://rpc.api.moonbase.moonbeam.network
explorer: https://api-moonbase.moonscan.io/api
multicall2: "0x37084d0158C68128d6Bc3E5db537Be996f7B6979"
- name: Moonriver
networks:
- name: Mainnet
chainid: 1285
id: moonriver-main
host: https://moonriver.api.onfinality.io/public
host: https://rpc.api.moonriver.moonbeam.network
explorer: https://api-moonriver.moonscan.io/api
multicall2: "0xaef00a0cf402d9dedd54092d9ca179be6f9e5ce3"
- name: Optimistic Ethereum
Expand Down

0 comments on commit a38f7fb

Please sign in to comment.