Skip to content

Commit

Permalink
Remove Ethereum and replace Mumbai with Amoy
Browse files Browse the repository at this point in the history
  • Loading branch information
merc1er committed Apr 15, 2024
1 parent aeb3c6c commit ad97982
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,15 @@ plugins:
- name: vyper
- name: polygon

default_ecosystem: ethereum

ethereum:
goerli:
default_provider: geth
mainnet:
default_provider: geth
default_ecosystem: polygon

polygon:
mainnet:
default_provider: geth

geth:
ethereum:
goerli:
uri: https://rpc.ankr.com/eth_goerli
mainnet:
uri: https://rpc.ankr.com/eth

polygon:
mainnet:
uri: https://rpc.ankr.com/polygon
mumbai:
uri: https://rpc.ankr.com/polygon_mumbai
amoy:
uri: https://rpc.ankr.com/polygon_amoy

0 comments on commit ad97982

Please sign in to comment.