@airgap/polkadot 0.13.43-beta.7 → 0.13.43
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": "@airgap/polkadot",
|
|
3
|
-
"version": "0.13.43
|
|
3
|
+
"version": "0.13.43",
|
|
4
4
|
"description": "The @airgap/polkadot is a Polkadot implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"airgap",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"author": "Papers AG <contact@papers.ch> (https://papers.ch)",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@airgap/coinlib-core": "^0.13.43
|
|
36
|
-
"@airgap/module-kit": "^0.13.43
|
|
37
|
-
"@airgap/substrate": "^0.13.43
|
|
35
|
+
"@airgap/coinlib-core": "^0.13.43",
|
|
36
|
+
"@airgap/module-kit": "^0.13.43",
|
|
37
|
+
"@airgap/substrate": "^0.13.43"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@polkadot/wasm-crypto": "0.20.1"
|
|
@@ -24,7 +24,7 @@ var SubstrateTransactionController_1 = require("@airgap/substrate/v0/protocol/co
|
|
|
24
24
|
var SubstrateNetwork_1 = require("@airgap/substrate/v0/protocol/SubstrateNetwork");
|
|
25
25
|
var SubstrateProtocolOptions_1 = require("@airgap/substrate/v0/protocol/SubstrateProtocolOptions");
|
|
26
26
|
var MAINNET_NAME = 'Mainnet';
|
|
27
|
-
var NODE_URL = 'https://
|
|
27
|
+
var NODE_URL = 'https://statemint.api.onfinality.io/public';
|
|
28
28
|
var BLOCK_EXPLORER_URL = 'https://polkadot.subscan.io';
|
|
29
29
|
var BLOCK_EXPLORER_API = 'https://polkadot.subscan.prod.gke.papers.tech/api/scan';
|
|
30
30
|
var PolkadotProtocolNetworkExtras = /** @class */ (function (_super) {
|
|
@@ -104,7 +104,7 @@ exports.createPolkadotProtocol = createPolkadotProtocol;
|
|
|
104
104
|
exports.POLKADOT_MAINNET_PROTOCOL_NETWORK = {
|
|
105
105
|
name: 'Mainnet',
|
|
106
106
|
type: 'mainnet',
|
|
107
|
-
rpcUrl: 'https://
|
|
107
|
+
rpcUrl: 'https://statemint.api.onfinality.io/public',
|
|
108
108
|
blockExplorerUrl: 'https://assethub-polkadot.subscan.io',
|
|
109
109
|
blockExplorerApi: 'https://polkadot.subscan.prod.gke.papers.tech/api/v2/scan',
|
|
110
110
|
defaultValidator: '12C9U6zSSoZ6pgwR2ksFyBLgQH6v7dkqqPCRyHceoP8MJRo2'
|