Skip to content

Commit

Permalink
add usdc.e
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubswierczek committed Feb 16, 2024
1 parent 3cd25c2 commit a90c02e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/arbitrum.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ export const config: SystemConfig = {
name: 'USDBC',
address: '0x0000000000000000000000000000000000000000',
},
'USDC.E': {
name: 'USDC.E',
address: '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
},
USDT: {
name: 'USDT',
address: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/base.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,10 @@ export const config: SystemConfig = {
address: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913',
serviceRegistryName: SERVICE_REGISTRY_NAMES.common.USDC
},
'USDC.E': {
name: 'USDC.E',
address: '0x0000000000000000000000000000000000000000',
},
USDT: {
name: 'USDT',
address: '0x0000000000000000000000000000000000000000'
Expand Down

0 comments on commit a90c02e

Please sign in to comment.