chain-registry 2.0.31 → 2.0.32
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.
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'cifer',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '
|
|
5
|
+
description: 'The Next Generation of AI Infrastructure Built for Privacy, Performance, & Governance — By Design, At Scale',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ucif',
|
|
8
8
|
exponent: 0
|
|
@@ -22,7 +22,7 @@ const info = {
|
|
|
22
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
23
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
24
24
|
theme: {
|
|
25
|
-
primaryColorHex: '#
|
|
25
|
+
primaryColorHex: '#6358D7'
|
|
26
26
|
}
|
|
27
27
|
}],
|
|
28
28
|
socials: {
|
|
@@ -53,20 +53,19 @@ const info = {
|
|
|
53
53
|
provider: 'Cifer'
|
|
54
54
|
}],
|
|
55
55
|
grpc: [{
|
|
56
|
-
address: 'http://
|
|
56
|
+
address: 'http://119.59.126.109:9090',
|
|
57
57
|
provider: 'Cifer'
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
60
|
explorers: [{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
txPage: 'https://explorer.cifer.ai/transactions/${txHash}'
|
|
61
|
+
url: 'https://www.cifscan.com/',
|
|
62
|
+
txPage: 'https://www.cifscan.com/tx/${txHash}'
|
|
64
63
|
}],
|
|
65
64
|
images: [{
|
|
66
65
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
67
66
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
68
67
|
theme: {
|
|
69
|
-
primaryColorHex: '#
|
|
68
|
+
primaryColorHex: '#6358D7'
|
|
70
69
|
}
|
|
71
70
|
}]
|
|
72
71
|
};
|
|
@@ -4,7 +4,7 @@ const info = {
|
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chainName: 'cifer',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: '
|
|
7
|
+
description: 'The Next Generation of AI Infrastructure Built for Privacy, Performance, & Governance — By Design, At Scale',
|
|
8
8
|
denomUnits: [{
|
|
9
9
|
denom: 'ucif',
|
|
10
10
|
exponent: 0
|
|
@@ -24,7 +24,7 @@ const info = {
|
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
25
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
26
26
|
theme: {
|
|
27
|
-
primaryColorHex: '#
|
|
27
|
+
primaryColorHex: '#6358D7'
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
package/mainnet/cifer/chain.js
CHANGED
|
@@ -55,20 +55,19 @@ const info = {
|
|
|
55
55
|
provider: 'Cifer'
|
|
56
56
|
}],
|
|
57
57
|
grpc: [{
|
|
58
|
-
address: 'http://
|
|
58
|
+
address: 'http://119.59.126.109:9090',
|
|
59
59
|
provider: 'Cifer'
|
|
60
60
|
}]
|
|
61
61
|
},
|
|
62
62
|
explorers: [{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
txPage: 'https://explorer.cifer.ai/transactions/${txHash}'
|
|
63
|
+
url: 'https://www.cifscan.com/',
|
|
64
|
+
txPage: 'https://www.cifscan.com/tx/${txHash}'
|
|
66
65
|
}],
|
|
67
66
|
images: [{
|
|
68
67
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
69
68
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
70
69
|
theme: {
|
|
71
|
-
primaryColorHex: '#
|
|
70
|
+
primaryColorHex: '#6358D7'
|
|
72
71
|
}
|
|
73
72
|
}]
|
|
74
73
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.32",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.32"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6c5079f89e98acb719d59b4faaee1b166c04ecb2"
|
|
43
43
|
}
|