Skip to content

Commit

Permalink
update USDC addresses to native variant
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycenhorton committed Nov 21, 2023
1 parent 73d2247 commit dc80746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit dc80746

Please sign in to comment.