create-dubhe 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dubhe",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "team@obelisk.build",
@@ -61,7 +61,7 @@ const Home = () => {
61
61
  <div className="max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8 flex-6">
62
62
  <div className="flex flex-col gap-6 mt-12">
63
63
  <div className="flex flex-col gap-4">
64
- You account already have some sui from testnet
64
+ You account already have some rooch gas from {NETWORK}
65
65
  <div className="flex flex-col gap-6 text-2xl text-green-600 mt-6 ">Counter: {value}</div>
66
66
  <div className="flex flex-col gap-6">
67
67
  <button
@@ -61,7 +61,7 @@ const Home = () => {
61
61
  <div className="max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8 flex-6">
62
62
  <div className="flex flex-col gap-6 mt-12">
63
63
  <div className="flex flex-col gap-4">
64
- You account already have some sui from testnet
64
+ You account already have some sui from {NETWORK}
65
65
  <div className="flex flex-col gap-6 text-2xl text-green-600 mt-6 ">Counter: {value}</div>
66
66
  <div className="flex flex-col gap-6">
67
67
  <button