@t-0/provider-starter-ts 0.4.22 → 0.4.24
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/dist/create.js +1 -1
- package/package.json +1 -1
- package/template/package-lock.json +4 -4
- package/template/package.json +1 -1
package/dist/create.js
CHANGED
|
@@ -45,7 +45,7 @@ async function create() {
|
|
|
45
45
|
const keys = generateKeyPair();
|
|
46
46
|
// Create .env file with keys
|
|
47
47
|
const envContent = `
|
|
48
|
-
NETWORK_PUBLIC_KEY=
|
|
48
|
+
NETWORK_PUBLIC_KEY=0x041b6acf3e830b593aaa992f2f1543dc8063197acfeecefd65135259327ef3166acaca83d62db19eb4fecb3d04e44094378839b8c13a2af26bf78fed56a4af935b
|
|
49
49
|
|
|
50
50
|
# Private Key (secp256k1)
|
|
51
51
|
PROVIDER_PRIVATE_KEY=${keys.privateKey}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@t-0/provider-sdk": "^1.0.
|
|
12
|
+
"@t-0/provider-sdk": "^1.0.58",
|
|
13
13
|
"dotenv": "^16.3.1",
|
|
14
14
|
"tiny-invariant": "^1.3.3"
|
|
15
15
|
},
|
|
@@ -122,9 +122,9 @@
|
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
"node_modules/@t-0/provider-sdk": {
|
|
125
|
-
"version": "1.0.
|
|
126
|
-
"resolved": "https://registry.npmjs.org/@t-0/provider-sdk/-/provider-sdk-1.0.
|
|
127
|
-
"integrity": "sha512-
|
|
125
|
+
"version": "1.0.58",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@t-0/provider-sdk/-/provider-sdk-1.0.58.tgz",
|
|
127
|
+
"integrity": "sha512-sMRAxEUIfwnyt0XzswEqbtvE43oKGZ1ZIotMy8gR+3lf8pZDX8/0ux40u9Cg3WnW1OhBTKXoPQ6t+Xvhf7oxhA==",
|
|
128
128
|
"dependencies": {
|
|
129
129
|
"@bufbuild/protobuf": "^2.10.0",
|
|
130
130
|
"@connectrpc/connect": "^2.1.0",
|