Skip to content

Commit

Permalink
remove Magic
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jan 17, 2024
1 parent 06d24b4 commit 6a6b44a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions src/contracts/addreses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const tokens: Record<GebDeployment, TokenList> = {
collateralJoin: '',
collateralAuctionHouse: '',
isCollateral: false,
camelotPoolAddress: '',
camelotPoolAddress: '0x00D0f23771915A857d6483C7734838b87Fc90fD2',
},
ODG: {
address: '0x00D2363Ea723d8Bc3D664b87Cf51A04033BD0Ef1',
Expand Down Expand Up @@ -224,15 +224,15 @@ const tokens: Record<GebDeployment, TokenList> = {
bytes32String: RETH,
isCollateral: true,
},
MAGIC: {
address: '0x0F97Fc4b35b1C3c8c9fd6E723ebed6C267e6E2dd',
collateralJoin: '0x05f8230CD0C85c43d9a7eDf26532F39B9D7E1896',
collateralAuctionHouse: '0x7eeF092e0e89d46986C987Dfb89AA306fc2374d0',
decimals: 18,
symbol: 'MAGIC',
bytes32String: MAGIC,
isCollateral: true,
},
// MAGIC: {
// address: '0x0F97Fc4b35b1C3c8c9fd6E723ebed6C267e6E2dd',
// collateralJoin: '0x05f8230CD0C85c43d9a7eDf26532F39B9D7E1896',
// collateralAuctionHouse: '0x7eeF092e0e89d46986C987Dfb89AA306fc2374d0',
// decimals: 18,
// symbol: 'MAGIC',
// bytes32String: MAGIC,
// isCollateral: true,
// },
ARB: {
address: '0x2F6aeB8D80C0726DEec970F615769f1c989d36b2',
collateralJoin: '0xF14405230f195287d426616bE103B5227815D40F',
Expand Down Expand Up @@ -322,7 +322,7 @@ const tokens: Record<GebDeployment, TokenList> = {
}

const subgraphs: Record<GebDeployment, string> = {
'arbitrum-sepolia': 'https://api.studio.thegraph.com/query/52770/open-dollar---testnet/v1.5.8-rc.8',
'arbitrum-sepolia': 'https://api.studio.thegraph.com/query/52770/open-dollar---testnet/v1.5.9-rc.1',
'arbitrum-goerli': 'https://api.studio.thegraph.com/query/52770/open-dollar---testnet/v1.5.6-rc.1',
arbitrum: '',
}
Expand Down
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const OD = '0x4f44000000000000000000000000000000000000000000000000000000000000'
const WSTETH = '0x5753544554480000000000000000000000000000000000000000000000000000'
const CBETH = '0x4342455448000000000000000000000000000000000000000000000000000000'
const RETH = '0x5245544800000000000000000000000000000000000000000000000000000000'
const MAGIC = '0x4d41474943000000000000000000000000000000000000000000000000000000'
// const MAGIC = '0x4d41474943000000000000000000000000000000000000000000000000000000'

/**
* 0x0 address or burn address
Expand Down Expand Up @@ -110,7 +110,7 @@ export {
WSTETH,
CBETH,
RETH,
MAGIC,
// MAGIC,
NULL_ADDRESS,
WAD,
RAY,
Expand Down

0 comments on commit 6a6b44a

Please sign in to comment.