Skip to content

Commit

Permalink
feat(price_feeds/starknet): update to fixed js sdk, add example (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riateche authored Jun 24, 2024
1 parent 0cb9415 commit 4070041
Show file tree
Hide file tree
Showing 12 changed files with 6,600 additions and 9 deletions.
8 changes: 8 additions & 0 deletions price_feeds/starknet/sdk_js_usage/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
1 change: 1 addition & 0 deletions price_feeds/starknet/sdk_js_usage/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/
3 changes: 3 additions & 0 deletions price_feeds/starknet/sdk_js_usage/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/gts/"
}
1 change: 1 addition & 0 deletions price_feeds/starknet/sdk_js_usage/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib
3 changes: 3 additions & 0 deletions price_feeds/starknet/sdk_js_usage/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
...require('gts/.prettierrc.json')
}
Loading

0 comments on commit 4070041

Please sign in to comment.