Skip to content

Commit

Permalink
js: add minimal devnet functions and constants (#39)
Browse files Browse the repository at this point in the history
* js: add minimal devnet functions and constants

* add test suite for devnet bindings

* use custom rpc endpoint

* fix ci

* js: bump npm version

---------

Co-authored-by: Akash Rajan <akashrajan93@gmail.com>
  • Loading branch information
dr497 and akashrdev authored Jan 3, 2024
1 parent 4a2992a commit cd47d1b
Show file tree
Hide file tree
Showing 6 changed files with 856 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-spl-name-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
rm .env || true;
touch .env;
echo "RPC_URL=${{ secrets.RPC_URL }}" >> .env;
echo "RPC_URL_DEVNET=${{ secrets.RPC_URL_DEVNET }}" >> .env;
- name: Test source code
run: npm run test

Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bonfida/spl-name-service",
"version": "2.1.3",
"version": "2.2.0",
"license": "MIT",
"files": [
"dist"
Expand Down
Loading

0 comments on commit cd47d1b

Please sign in to comment.