jpcaulfi 3 years ago
parent
commit
c6919c4050
2 changed files with 4 additions and 2 deletions
  1. 2 0
      README.md
  2. 2 2
      accounts/create-system-account/native/package.json

+ 2 - 0
README.md

@@ -4,6 +4,8 @@
    
 Do you ever look at a bunch of examples of doing things on Solana and think to yourself: *"OK, but how do I do this on-chain?"*   
    
+Or maybe you're in a hackathon right now, the clock's ticking, and you need to get a program off the ground *fast*.   
+   
 We present to you this list of curated examples for a wide range of use cases implemented using **on-chain programs**.   
    
 ### :link: All on-chain. :crab: All Rust. :muscle: All the time. 

+ 2 - 2
accounts/create-system-account/native/package.json

@@ -7,8 +7,8 @@
   },
   "devDependencies": {
     "@types/bn.js": "^5.1.0",
-    "@types/chai": "^4.3.0",
-    "@types/mocha": "^9.0.0",
+    "@types/chai": "^4.3.1",
+    "@types/mocha": "^9.1.1",
     "chai": "^4.3.4",
     "mocha": "^9.0.3",
     "ts-mocha": "^10.0.0",