permaweb-deploy 1.1.4 → 1.1.5
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/index.js +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
package/dist/index.js
CHANGED
|
@@ -55,7 +55,7 @@ _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
|
55
55
|
// Should allow optional (subdomain input, default to '@')
|
|
56
56
|
jwk = JSON.parse(Buffer.from(DEPLOY_KEY, 'base64').toString('utf-8'));
|
|
57
57
|
irys = new _sdk2["default"]({
|
|
58
|
-
url: 'https://
|
|
58
|
+
url: 'https://turbo.ardrive.io',
|
|
59
59
|
token: 'arweave',
|
|
60
60
|
key: jwk
|
|
61
61
|
});
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -45,7 +45,7 @@ export function getTagValue(list, name) {
|
|
|
45
45
|
|
|
46
46
|
let jwk = JSON.parse(Buffer.from(DEPLOY_KEY, 'base64').toString('utf-8'));
|
|
47
47
|
|
|
48
|
-
const irys = new Irys({ url: 'https://
|
|
48
|
+
const irys = new Irys({ url: 'https://turbo.ardrive.io', token: 'arweave', key: jwk });
|
|
49
49
|
irys.uploader.useChunking = false;
|
|
50
50
|
|
|
51
51
|
try {
|