Skip to content

Commit

Permalink
adding new USDCe paymaster on flare, update .env-example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil kumar committed Aug 19, 2024
1 parent 16a2740 commit 8735cf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ DATABASE_NAME=
DATABASE_SCHEMA_NAME=arka
DATABASE_SSL_ENABLED=false
DATABASE_SSL_REJECT_UNAUTHORIZED=false
PRICE_UPDATE_CRON_EXP="0 0 * * *"
6 changes: 5 additions & 1 deletion backend/src/constants/Pimlico.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ export const CustomDeployedPaymasters: Record<number, Record<string, string>> =
"USDT": "0xED35f8fa422Ba95A52A000236F1EAFd7e4fA4D52"
},
"14": {
"eUSDT": "0x6Bb048981E67f1a0aD41c0BD05635244d3ADaA2c"
"eUSDT": "0x6Bb048981E67f1a0aD41c0BD05635244d3ADaA2c",
"eUSDC": "0xA5589D278778Eaae346383dD710D7913d8A6a2aA"
},
"5001": {
"USDCT": "0x6Ea25cbb60360243E871dD935225A293a78704a8"
Expand Down Expand Up @@ -179,6 +180,9 @@ export const PAYMASTER_ADDRESS: Record<number, Record<string, string>> = {
},
114: {
USDT: "0xED35f8fa422Ba95A52A000236F1EAFd7e4fA4D52"
},
14: {
eUSDC: "0xA5589D278778Eaae346383dD710D7913d8A6a2aA"
}
}

Expand Down

0 comments on commit 8735cf1

Please sign in to comment.