Skip to content

Commit

Permalink
release: update collaterals
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsuwei committed May 4, 2024
1 parent 795c472 commit 0e7754c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 53 deletions.
4 changes: 2 additions & 2 deletions configs/blast.mainnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"proxyAdmin": "0xeCF1C3dA8bd9B5b164f2acfe91eEC8Eb2C4cEbA9",
"multicall": "",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"timelock": "",
"safe": "",
"storages": {
Expand Down Expand Up @@ -100,4 +100,4 @@
"thruster": "0xA10b6F0ee63B66Ca49df2D1594387063be6ac81E"
}
}
}
}
57 changes: 6 additions & 51 deletions script/ts/entities/collaterals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,59 +7,14 @@ type CollateralEntity = {
};

export default {
"USDC.e": {
assetId: ethers.utils.formatBytes32String("USDC"),
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
decimals: 6,
},
USDT: {
assetId: ethers.utils.formatBytes32String("USDT"),
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
decimals: 6,
},
DAI: {
assetId: ethers.utils.formatBytes32String("DAI"),
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
decimals: 18,
},
WETH: {
assetId: ethers.utils.formatBytes32String("ETH"),
address: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
decimals: 18,
},
WBTC: {
assetId: ethers.utils.formatBytes32String("BTC"),
address: "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
decimals: 8,
},
sGLP: {
assetId: ethers.utils.formatBytes32String("GLP"),
address: "0x5402B5F40310bDED796c7D0F3FF6683f5C0cFfdf",
decimals: 18,
},
ARB: {
assetId: ethers.utils.formatBytes32String("ARB"),
address: "0x912CE59144191C1204E64559FE8253a0e49E6548",
decimals: 18,
},
wstETH: {
assetId: ethers.utils.formatBytes32String("wstETH"),
address: "0x5979d7b546e38e414f7e9822514be443a4800529",
decimals: 18,
},
USDC: {
assetId: ethers.utils.formatBytes32String("USDC"),
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
decimals: 6,
},
gmBTCUSDC: {
assetId: ethers.utils.formatBytes32String("GM-BTCUSD"),
address: "0x47c031236e19d024b42f8AE6780E44A573170703",
ybETH2: {
assetId: ethers.utils.formatBytes32String("ybETH"),
address: "0xb9d94A3490bA2482E2D4F21F0E76b92E5661Ded8",
decimals: 18,
},
gmETHUSDC: {
assetId: ethers.utils.formatBytes32String("GM-ETHUSD"),
address: "0x70d95587d40A2caf56bd97485aB3Eec10Bee6336",
ybUSDB2: {
assetId: ethers.utils.formatBytes32String("ybUSDB"),
address: "0xCD732d21c1B23A3f84Bb386E9759b5b6A1BcBe39",
decimals: 18,
},
} as { [collateralSymbol: string]: CollateralEntity };

0 comments on commit 0e7754c

Please sign in to comment.