Skip to content

Commit

Permalink
Release V1
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Abliazimov committed Jul 31, 2024
1 parent be07f95 commit 64689fa
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1 deletion.
26 changes: 26 additions & 0 deletions deploy/artifacts/mainnet/.contracts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
SLENDER_TOKEN_XLM=CAS3J7GYLGXMF6TDJBBYYSE3HQ6BBSMLNUQ34T6TZMYMW2EVH34XOWMA
SLENDER_TOKEN_XRP=CAAV3AE3VKD2P4TY7LWTQMMJHIJ4WOCZ5ANCIJPC3NRSERKVXNHBU2W7
SLENDER_TOKEN_USDC=CCW67TSZV3SSS2HXMBQ5JFGCKJNXKZM7UQUWUZPUTHXSTZLEO7SJMI75
SLENDER_S_TOKEN_HASH=d14e8cf2e2c07ac4237e4804a50d02c717333ab2a1a4ed63cc63228e265b0a0d
SLENDER_DEBT_TOKEN_HASH=aab6f670caa14f0e428bb592487e3bdfb10cc906967bb3139111409715d46b80
SLENDER_DEPLOYER=CCDZI7OYKBLKSDZ3IGDSPMQPNOAYSPEONPOPZGLAVCVPZGQNUTPB7WCA
SLENDER_PRICE_FEED=CALI2BYU2JE6WVRUFYTS6MSBNEHGJ35P4AVCZYF3B6QOE3QKOB2PLE6M
SLENDER_POOL_HASH=1d704331dda9871c03acd8b33cc27ea846e723d661fc27126b7e88e7fb924888

SLENDER_POOL=CCL2KTHYOVMNNOFDT7PEAHACUBYVFLRH2LYWVQB6IPMHHAVUBC7ZUUC2
SLENDER_S_TOKEN_XRP=CD677VJOOQY5SMNQND7NYL64K4ZQYO24PXQSZKGTKSHXSGR2DHXWM2Q7
SLENDER_S_TOKEN_USDC=CA5RXZCRGH7HCACUBO6M57E2CMEF35JVFPQWJ6LBA336WQUSFH7YFTT6
SLENDER_S_TOKEN_XLM=CAUE3RVG6QPXZJHHI6VW24SCCRA2DIYEDAAPSUGZ2PRPCF6EM74U3CUU
SLENDER_DEBT_TOKEN_XLM=CDIYQMQGHX7GSTF2I46K7SDNM5XXDH4PVVKXD37EXP7WNOT4D3SRYPNV
SLENDER_DEBT_TOKEN_XRP=CB7NKQGNOY2CHE4UXHULVEWXN64WKP3H4EUOCXEV3YD2M7SBFO2MLECV
SLENDER_DEBT_TOKEN_USDC=CCN2XWUKHWMWCBNZXZRV4WADAVBHX2EMMHEGVAH2NV2DMZ3IH3K7FITL
SLENDER_POOL_XLM_RESERVE_INITIALIZED=TRUE
SLENDER_POOL_XRP_RESERVE_INITIALIZED=TRUE
SLENDER_POOL_USDC_RESERVE_INITIALIZED=TRUE
SLENDER_POOL_XRP_COLLATERAL_CONFIGURED=TRUE
SLENDER_POOL_USDC_COLLATERAL_CONFIGURED=TRUE
SLENDER_POOL_XLM_COLLATERAL_CONFIGURED=TRUE
SLENDER_POOL_XLM_BORROWING_ENABLED=TRUE
SLENDER_POOL_XRP_BORROWING_ENABLED=TRUE
SLENDER_POOL_USDC_BORROWING_ENABLED=TRUE
SLENDER_POOL_PRICE_FEED_SET=TRUE
Binary file added deploy/artifacts/mainnet/debt_token.wasm
Binary file not shown.
Binary file added deploy/artifacts/mainnet/deployer.wasm
Binary file not shown.
Binary file not shown.
Binary file added deploy/artifacts/mainnet/pool.wasm
Binary file not shown.
Binary file added deploy/artifacts/mainnet/price_feed_mock.wasm
Binary file not shown.
Binary file added deploy/artifacts/mainnet/s_token.wasm
Binary file not shown.
1 change: 0 additions & 1 deletion integration-tests/tests/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ export async function main() {
await deploy();
await releaseInit(client)
}

0 comments on commit 64689fa

Please sign in to comment.