Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO-3375] update USDC addresses to native variant #726

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions constants/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const STAGING_NORI_FEE_WALLET_ADDRESS =
'0x366E71CFb383e7e92A49B466dC48c350e56Cf42B';

export const PROD_USDC_TOKEN_ADDRESS =
'0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174';
'0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359';
// https://developers.circle.com/developer/docs/usdc-on-testnet#bridged-usdc-on-polygon-testnet
export const STAGING_USDC_TOKEN_ADDRESS =
'0x0fa8781a83e46826621b3bc094ea2a0212e71b23';
'0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97';
2 changes: 1 addition & 1 deletion script/BuyNRT.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "@/contracts/Market.sol";
*
* Contextual information is bound in using environment variables, i.e. for Mumbai:
*
* export PURCHASING_TOKEN_ADDRESS="0x0FA8781a83E46826621b3BC094Ea2A0212e71B23" # USDC
* export PURCHASING_TOKEN_ADDRESS="0x9999f7Fea5938fD3b1E26A12c3f2fb024e194f97" # USDC
* export NRTS=1
* export MNEMONIC="..."
* export RECIPIENT_ADDRESS="<0x00>"
Expand Down
Loading