Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildonpolygon/usdc-e
https://github.com/buildonpolygon/usdc-e
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildonpolygon/usdc-e
- Owner: BuildOnPolygon
- Created: 2023-07-18T15:00:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:05:40.000Z (6 months ago)
- Last Synced: 2024-07-24T17:18:47.421Z (6 months ago)
- Language: Solidity
- Size: 685 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Audit: audit/Polygon_usdc_Oct23Confidential.pdf
Awesome Lists containing this project
README
## USE [CIRCLE'S OFFICIAL BRIDGE STANDARD USDC REPO](https://github.com/circlefin/stablecoin-evm/)
This repo contains the "unofficial bridge standard" for USDC, implemented before Circle's.
Since Circle now has an official Bridge Standard USDC repo, we are pointing users towards it: https://github.com/circlefin/stablecoin-evm/
The USDC Bridge Standard goes hand in hand with the USDC-LXLY repo, which contains the bridge contracts https://github.com/BuildOnPolygon/usdc-lxly
### For previously deployed CDKs
Note: if you have an existing USDC-e deployment on your CDK chain, and want to update to 2.2, you must deploy all of the contracts in Circle's repo, and then perform the upgrade to your FiatTokenProxy.
Only deploying `FiatTokenV2_2.sol` and upgrading the proxy WILL NOT work.
This is because Circle's USDC 2.2 codebase is different from their previous versions (there were changes made to the parent contracts).