Skip to content

Commit ad3eab6

Browse files
Glory MatthewGlory Matthew
authored andcommitted
Add confirmed STX flash loan txids to README, reduce deploy fees to 1 STX
1 parent 64e3335 commit ad3eab6

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Reserve: 80 STX seeded. Max single loan: 5,000 STX. Fee: 0.05%.
4040
| 1 | sBTC | 0.01 sBTC | `test-receiver` | Basic demonstration |
4141
| 2 | sBTC | 0.05 sBTC | `test-receiver` | Basic demonstration |
4242
| 3 | sBTC | 0.10 sBTC | `dex-aggregator-receiver` | DEX arbitrage |
43-
| 4 | STX | 80 STX reserve deposited | `flashstack-stx-core` | [View](https://explorer.hiro.so/txid/0x9dd66a9d5372cb843d1ecfdf47138e7e91cf7597f807dafdbb7e129e1da23040?chain=mainnet) |
43+
| 4 | STX | 10 STX | `stx-test-receiver` | [View](https://explorer.hiro.so/txid/0x3cc5020c29fb871614c01eb8ce622f6011f04bb668fb1773ca81acef4422ca8e?chain=mainnet) |
44+
| 5 | STX | 50 STX | `stx-test-receiver` | [View](https://explorer.hiro.so/txid/0x48bbabb52c85a6d69baa27d4b7d3b03ce9fc6a1c25a41fd07648ff2d96f4ef4a?chain=mainnet) |
4445

4546
### Previous Testnet Deployment
4647

scripts/deploy-and-test-stx.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (!MNEMONIC) {
2929

3030
const network = STACKS_MAINNET;
3131
const API = "https://api.hiro.so";
32-
const FEE = 8_000_000; // 8 STX per deploy
32+
const FEE = 1_000_000; // 1 STX per deploy (market rate ~0.5-1.5 STX)
3333

3434
async function getPrivateKey() {
3535
const wallet = await generateWallet({ secretKey: MNEMONIC, password: "" });

scripts/deploy-stx-core-resume.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!MNEMONIC || !DEPLOYER) {
2828

2929
const network = STACKS_MAINNET;
3030
const API = "https://api.hiro.so";
31-
const FEE = 10_000_000; // 10 STX max per deploy tx
31+
const FEE = 1_000_000; // 1 STX per deploy (market rate)
3232

3333
async function getPrivateKey() {
3434
const wallet = await generateWallet({ secretKey: MNEMONIC, password: "" });

0 commit comments

Comments
 (0)