Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: 6.0.0
version: 1.0.0
name: Simple transfer
description: Automated task to execute transfers of 1 USDC with 0.1 USDC fee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/1-simple-transfer",
"name": "@mimicprotocol/01-simple-transfer",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.0.0
version: 1.0.0
name: Simple transfer with inputs
description: Automated task to execute parameterized transfers
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/3-transfer-balance-threshold",
"name": "@mimicprotocol/02-simple-transfer-with-inputs",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.0.0
version: 1.0.0
name: Transfer based on threshold
description: Automated task to execute parameterized transfers based on balance threshold
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/2-simple-transfer-with-inputs",
"name": "@mimicprotocol/03-transfer-balance-threshold",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.0.0
version: 1.0.0
name: Transfer based on USD threshold
description: Automated task to execute parameterized transfers based on balance threshold in USD
inputs:
Expand Down
31 changes: 31 additions & 0 deletions examples/04-transfer-balance-threshold-with-oracles/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@mimicprotocol/04-transfer-balance-threshold-with-oracles",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
"type": "module",
"scripts": {
"build": "yarn codegen && yarn compile",
"codegen": "mimic codegen",
"compile": "mimic compile",
"test": "mimic test",
"lint": "eslint ."
},
"devDependencies": {
"@mimicprotocol/cli": "latest",
"@mimicprotocol/lib-ts": "latest",
"@mimicprotocol/sdk": "latest",
"@mimicprotocol/test-ts": "latest",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assemblyscript": "0.27.36",
"chai": "^4.3.7",
"eslint": "^9.10.0",
"json-as": "1.1.7",
"mocha": "^10.2.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"visitor-as": "0.11.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 7.0.0
version: 1.0.0
name: Invest in a AAVE idle balance
description: Automated task to invest in AAVE idle balance above certain threshold in USD
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/5-invest-aave-idle-balance",
"name": "@mimicprotocol/05-invest-aave-idle-balance",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 6.0.0
version: 1.0.0
name: Withdraw from AAVE based on balance threshold
description: Automated task to withdraw from AAVE based on balance threshold in USD
inputs:
Expand Down
31 changes: 31 additions & 0 deletions examples/06-withdraw-from-aave-balance-threshold/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@mimicprotocol/06-withdraw-from-aave-balance-threshold",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
"type": "module",
"scripts": {
"build": "yarn codegen && yarn compile",
"codegen": "mimic codegen",
"compile": "mimic compile",
"test": "mimic test",
"lint": "eslint ."
},
"devDependencies": {
"@mimicprotocol/cli": "latest",
"@mimicprotocol/lib-ts": "latest",
"@mimicprotocol/sdk": "latest",
"@mimicprotocol/test-ts": "latest",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assemblyscript": "0.27.36",
"chai": "^4.3.7",
"eslint": "^9.10.0",
"json-as": "1.1.7",
"mocha": "^10.2.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"visitor-as": "0.11.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.0
version: 1.0.0
name: Claim-Swap-Transfer Loop Task
description: This task is for demo purposes. It withdraws from AAVE, swaps for an AAVE token and transfer to deposit in loop
inputs:
Expand Down
31 changes: 31 additions & 0 deletions examples/07-withdraw-from-aave-swap-and-transfer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "@mimicprotocol/07-withdraw-from-aave-swap-and-transfer",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
"type": "module",
"scripts": {
"build": "yarn codegen && yarn compile",
"codegen": "mimic codegen",
"compile": "mimic compile",
"test": "mimic test",
"lint": "eslint ."
},
"devDependencies": {
"@mimicprotocol/cli": "latest",
"@mimicprotocol/lib-ts": "latest",
"@mimicprotocol/sdk": "latest",
"@mimicprotocol/test-ts": "latest",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"assemblyscript": "0.27.36",
"chai": "^4.3.7",
"eslint": "^9.10.0",
"json-as": "1.1.7",
"mocha": "^10.2.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"visitor-as": "0.11.4"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/9-subgraph-query",
"name": "@mimicprotocol/09-subgraph-query",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/8-rebalancing-tokens",
"name": "@mimicprotocol/10-rebalancing-tokens",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@mimicprotocol/10-dollar-cost-averaging",
"name": "@mimicprotocol/12-dollar-cost-averaging",
"version": "0.0.1",
"license": "Unlicensed",
"private": true,
Expand Down
31 changes: 0 additions & 31 deletions examples/4-transfer-balance-threshold-with-oracles/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions examples/6-withdraw-from-aave-balance-threshold/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions examples/7-withdraw-from-aave-swap-and-transfer/package.json

This file was deleted.