Skip to content

Commit

Permalink
chore(scripts): add script for provisions ants to domains
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Sep 27, 2024
1 parent e9ce856 commit af574c9
Show file tree
Hide file tree
Showing 7 changed files with 1,037 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node_modules
/lua_modules
/.luarocks
wallet.json
key.json
.DS_Store
luacov-html
.luacov
Expand Down
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": [],
"semi": true,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@iwsio/json-csv-node": "^6.1.7",
"@permaweb/aoconnect": "^0.0.59",
"arweave-graphql": "^0.0.5",
"plimit-lit": "^3.0.1"
"plimit-lit": "^3.0.1",
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit af574c9

Please sign in to comment.