Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 693 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 693 Bytes

Crypto Coin Swapper Using Polygon Curve.fi

The aim of this project is to familiarize ourselves with creating a simple program in Python. We are going to swap $USDC to $axlUSDC with the amount that we will input.

Polygon Blockchain Variables

  • Polygon Mainnet RPC URL = "https://polygon-rpc.com/"
  • axlUSDC/USDC Curve Pool Contract = "0xfBA3b7Bb043415035220b1c44FB4756434639392"
  • axlUSDC Contract = "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed"
  • USDC Contract = "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"