chain-registry 1.69.43 → 1.69.44
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.
|
@@ -13,13 +13,43 @@ const info = {
|
|
|
13
13
|
key_algos: ['secp256k1'],
|
|
14
14
|
slip44: 118,
|
|
15
15
|
fees: {
|
|
16
|
-
fee_tokens: [
|
|
16
|
+
fee_tokens: [
|
|
17
|
+
{
|
|
17
18
|
denom: 'uint3',
|
|
18
|
-
fixed_min_gas_price: 0.
|
|
19
|
-
low_gas_price: 0.
|
|
19
|
+
fixed_min_gas_price: 0.01,
|
|
20
|
+
low_gas_price: 0.01,
|
|
20
21
|
average_gas_price: 0.025,
|
|
21
22
|
high_gas_price: 0.04
|
|
22
|
-
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc',
|
|
26
|
+
fixed_min_gas_price: 1e-7,
|
|
27
|
+
low_gas_price: 1e-7,
|
|
28
|
+
average_gas_price: 0.0000025,
|
|
29
|
+
high_gas_price: 0.000004
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch',
|
|
33
|
+
fixed_min_gas_price: 0.000001,
|
|
34
|
+
low_gas_price: 0.000001,
|
|
35
|
+
average_gas_price: 0.000025,
|
|
36
|
+
high_gas_price: 0.00004
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc',
|
|
40
|
+
fixed_min_gas_price: 0.000001,
|
|
41
|
+
low_gas_price: 0.000001,
|
|
42
|
+
average_gas_price: 0.000025,
|
|
43
|
+
high_gas_price: 0.00004
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge',
|
|
47
|
+
fixed_min_gas_price: 0.001,
|
|
48
|
+
low_gas_price: 0.001,
|
|
49
|
+
average_gas_price: 0.0025,
|
|
50
|
+
high_gas_price: 0.004
|
|
51
|
+
}
|
|
52
|
+
]
|
|
23
53
|
},
|
|
24
54
|
staking: {
|
|
25
55
|
staking_tokens: [{
|
|
@@ -39,12 +69,16 @@ const info = {
|
|
|
39
69
|
rest: [{
|
|
40
70
|
address: 'https://api.mainnet.int3face.zone',
|
|
41
71
|
provider: 'Int3face.io'
|
|
72
|
+
}],
|
|
73
|
+
grpc: [{
|
|
74
|
+
address: 'grpc.mainnet.int3face.zone:443',
|
|
75
|
+
provider: 'Int3face.io'
|
|
42
76
|
}]
|
|
43
77
|
},
|
|
44
78
|
explorers: [{
|
|
45
79
|
kind: 'ping.pub',
|
|
46
80
|
url: 'https://explorer.int3face.zone',
|
|
47
|
-
tx_page: 'https://explorer.int3face.zone/tx/${txHash}'
|
|
81
|
+
tx_page: 'https://explorer.int3face.zone/int3face-1/tx/${txHash}'
|
|
48
82
|
}],
|
|
49
83
|
images: [{
|
|
50
84
|
image_sync: {
|
|
@@ -15,13 +15,43 @@ const info = {
|
|
|
15
15
|
key_algos: ['secp256k1'],
|
|
16
16
|
slip44: 118,
|
|
17
17
|
fees: {
|
|
18
|
-
fee_tokens: [
|
|
18
|
+
fee_tokens: [
|
|
19
|
+
{
|
|
19
20
|
denom: 'uint3',
|
|
20
|
-
fixed_min_gas_price: 0.
|
|
21
|
-
low_gas_price: 0.
|
|
21
|
+
fixed_min_gas_price: 0.01,
|
|
22
|
+
low_gas_price: 0.01,
|
|
22
23
|
average_gas_price: 0.025,
|
|
23
24
|
high_gas_price: 0.04
|
|
24
|
-
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc',
|
|
28
|
+
fixed_min_gas_price: 1e-7,
|
|
29
|
+
low_gas_price: 1e-7,
|
|
30
|
+
average_gas_price: 0.0000025,
|
|
31
|
+
high_gas_price: 0.000004
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch',
|
|
35
|
+
fixed_min_gas_price: 0.000001,
|
|
36
|
+
low_gas_price: 0.000001,
|
|
37
|
+
average_gas_price: 0.000025,
|
|
38
|
+
high_gas_price: 0.00004
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc',
|
|
42
|
+
fixed_min_gas_price: 0.000001,
|
|
43
|
+
low_gas_price: 0.000001,
|
|
44
|
+
average_gas_price: 0.000025,
|
|
45
|
+
high_gas_price: 0.00004
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
denom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge',
|
|
49
|
+
fixed_min_gas_price: 0.001,
|
|
50
|
+
low_gas_price: 0.001,
|
|
51
|
+
average_gas_price: 0.0025,
|
|
52
|
+
high_gas_price: 0.004
|
|
53
|
+
}
|
|
54
|
+
]
|
|
25
55
|
},
|
|
26
56
|
staking: {
|
|
27
57
|
staking_tokens: [{
|
|
@@ -41,12 +71,16 @@ const info = {
|
|
|
41
71
|
rest: [{
|
|
42
72
|
address: 'https://api.mainnet.int3face.zone',
|
|
43
73
|
provider: 'Int3face.io'
|
|
74
|
+
}],
|
|
75
|
+
grpc: [{
|
|
76
|
+
address: 'grpc.mainnet.int3face.zone:443',
|
|
77
|
+
provider: 'Int3face.io'
|
|
44
78
|
}]
|
|
45
79
|
},
|
|
46
80
|
explorers: [{
|
|
47
81
|
kind: 'ping.pub',
|
|
48
82
|
url: 'https://explorer.int3face.zone',
|
|
49
|
-
tx_page: 'https://explorer.int3face.zone/tx/${txHash}'
|
|
83
|
+
tx_page: 'https://explorer.int3face.zone/int3face-1/tx/${txHash}'
|
|
50
84
|
}],
|
|
51
85
|
images: [{
|
|
52
86
|
image_sync: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.44",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.21",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.21"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "02a85a542ab8da0444c939ef69340c8aa8b79557"
|
|
47
47
|
}
|