Skip to content

Commit

Permalink
add cbbtc
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Oct 17, 2024
1 parent 70f35ce commit 1dffb5c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/addresses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oasisdex/addresses",
"version": "0.1.86",
"version": "0.1.87",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"main": "lib/index.js",
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 @@ -346,6 +346,10 @@ export const config: SystemConfig = {
name: 'CUSDCV3',
address: '0xb125e6687d4313864e53df431d5425969c15eb2f',
},
CBBTC: {
name: 'CBBTC',
address: '0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf',
},
SNX: {
name: 'SNX',
address: '0x22e6966B799c4D5B13BE962E1D117b56327FDa66',
Expand Down
4 changes: 4 additions & 0 deletions packages/deploy-configurations/configs/mainnet.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,10 @@ export const config: SystemConfig = {
name: 'CBETH',
address: '0xbe9895146f7af43049ca1c1ae358b0541ea49704',
},
CBBTC: {
name: 'CBBTC',
address: '0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf',
},
COMP: {
name: 'COMP',
address: '0xc00e94Cb662C3520282E6f5717214004A7f26888',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,8 @@ export const commonDefaults = {
name: 'WSUPEROETHB',
address: ADDRESS_ZERO,
},
CBBTC: {
name: 'CBBTC',
address: ADDRESS_ZERO,
},
} as const
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ export type Tokens =
| 'SYRUPUSDC'
| 'LBTC'
| 'WSUPEROETHB'
| 'CBBTC'

0 comments on commit 1dffb5c

Please sign in to comment.