chain-registry 2.0.13 → 2.0.15
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/esm/mainnet/bitbadges/asset-list.js +4 -4
- package/esm/mainnet/cifer/asset-list.js +4 -3
- package/esm/mainnet/cifer/chain.js +9 -3
- package/esm/mainnet/humans/chain.js +0 -16
- package/esm/mainnet/injective/chain.js +1 -0
- package/esm/mainnet/osmosis/asset-list.js +184 -493
- package/esm/mainnet/symphony/chain.js +36 -9
- package/esm/mainnet/umee/chain.js +0 -6
- package/esm/mainnet/zetachain/chain.js +0 -12
- package/esm/testnet/agoricdevnet/ibc-data.js +6 -6
- package/esm/testnet/axelartestnet/ibc-data.js +6 -6
- package/esm/testnet/symphonytestnet/chain.js +26 -6
- package/mainnet/bitbadges/asset-list.js +4 -4
- package/mainnet/cifer/asset-list.js +4 -3
- package/mainnet/cifer/chain.js +9 -3
- package/mainnet/humans/chain.js +0 -16
- package/mainnet/injective/chain.js +1 -0
- package/mainnet/osmosis/asset-list.js +184 -493
- package/mainnet/symphony/chain.js +36 -9
- package/mainnet/umee/chain.js +0 -6
- package/mainnet/zetachain/chain.js +0 -12
- package/package.json +3 -3
- package/testnet/agoricdevnet/ibc-data.js +6 -6
- package/testnet/axelartestnet/ibc-data.js +6 -6
- package/testnet/symphonytestnet/chain.js +26 -6
|
@@ -2,7 +2,7 @@ const info = {
|
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chainName: 'bitbadges',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: '$BADGE is the native in-app
|
|
5
|
+
description: '$BADGE is the native in-app token for BitBadges.',
|
|
6
6
|
denomUnits: [{
|
|
7
7
|
denom: 'ubadge',
|
|
8
8
|
exponent: 0
|
|
@@ -11,14 +11,14 @@ const info = {
|
|
|
11
11
|
exponent: 9
|
|
12
12
|
}],
|
|
13
13
|
base: 'ubadge',
|
|
14
|
-
name: 'BitBadges
|
|
14
|
+
name: 'BitBadges',
|
|
15
15
|
display: 'badge',
|
|
16
16
|
symbol: 'BADGE',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
19
19
|
},
|
|
20
20
|
images: [{
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/bitbadges/images/badge_logo.png'
|
|
22
22
|
}],
|
|
23
23
|
socials: {
|
|
24
24
|
website: 'https://bitbadges.io/',
|
|
@@ -22,12 +22,13 @@ 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: '#5F53C8'
|
|
26
26
|
}
|
|
27
27
|
}],
|
|
28
28
|
socials: {
|
|
29
|
-
website: 'http://cifer.ai
|
|
30
|
-
twitter: 'https://
|
|
29
|
+
website: 'http://cifer.ai',
|
|
30
|
+
twitter: 'https://x.com/cifer_ai',
|
|
31
|
+
github: 'https://github.com/CiferAI'
|
|
31
32
|
},
|
|
32
33
|
typeAsset: 'sdk.coin'
|
|
33
34
|
}]
|
|
@@ -30,7 +30,7 @@ const info = {
|
|
|
30
30
|
recommendedVersion: 'v2.0.0',
|
|
31
31
|
compatibleVersions: ['v2.0.0'],
|
|
32
32
|
genesis: {
|
|
33
|
-
genesisUrl: 'https://
|
|
33
|
+
genesisUrl: 'https://rpc.cifer.ai/genesis'
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
logoURIs: {
|
|
@@ -39,10 +39,16 @@ const info = {
|
|
|
39
39
|
},
|
|
40
40
|
apis: {
|
|
41
41
|
rpc: [{
|
|
42
|
-
address: '
|
|
42
|
+
address: 'https://rpc.cifer.ai',
|
|
43
|
+
provider: 'Cifer'
|
|
44
|
+
}, {
|
|
45
|
+
address: 'http://119.59.126.109:26657',
|
|
43
46
|
provider: 'Cifer'
|
|
44
47
|
}],
|
|
45
48
|
rest: [{
|
|
49
|
+
address: 'https://lcd.cifer.ai',
|
|
50
|
+
provider: 'Cifer'
|
|
51
|
+
}, {
|
|
46
52
|
address: 'https://api.cifer.ai',
|
|
47
53
|
provider: 'Cifer'
|
|
48
54
|
}],
|
|
@@ -60,7 +66,7 @@ const info = {
|
|
|
60
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.png',
|
|
61
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cifer/images/cif.svg',
|
|
62
68
|
theme: {
|
|
63
|
-
primaryColorHex: '#
|
|
69
|
+
primaryColorHex: '#5F53C8'
|
|
64
70
|
}
|
|
65
71
|
}]
|
|
66
72
|
};
|
|
@@ -104,10 +104,6 @@ const info = {
|
|
|
104
104
|
{
|
|
105
105
|
address: 'https://humans-mainnet-rpc.autostake.com:443',
|
|
106
106
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
address: 'https://humans-mainnet-rpc.cosmonautstakes.com',
|
|
110
|
-
provider: 'Cosmonaut Stakes'
|
|
111
107
|
}
|
|
112
108
|
],
|
|
113
109
|
rest: [
|
|
@@ -162,10 +158,6 @@ const info = {
|
|
|
162
158
|
{
|
|
163
159
|
address: 'https://humans-mainnet-lcd.autostake.com:443',
|
|
164
160
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
address: 'https://humans-mainnet-rest.cosmonautstakes.com',
|
|
168
|
-
provider: 'Cosmonaut Stakes'
|
|
169
161
|
}
|
|
170
162
|
],
|
|
171
163
|
grpc: [
|
|
@@ -208,10 +200,6 @@ const info = {
|
|
|
208
200
|
{
|
|
209
201
|
address: 'humans-mainnet-grpc.autostake.com:443',
|
|
210
202
|
provider: 'AutoStake 🛡️ Slash Protected'
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
address: 'humans-mainnet-grpc.cosmonautstakes.com:14890',
|
|
214
|
-
provider: 'Cosmonaut Stakes'
|
|
215
203
|
}
|
|
216
204
|
],
|
|
217
205
|
evmHttpJsonrpc: [
|
|
@@ -242,10 +230,6 @@ const info = {
|
|
|
242
230
|
{
|
|
243
231
|
address: 'https://humans-jsonrpc.noders.services',
|
|
244
232
|
provider: '[NODERS]TEAM'
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
address: 'https://humans-mainnet-evm.cosmonautstakes.com',
|
|
248
|
-
provider: 'Cosmonaut Stakes 🤖'
|
|
249
233
|
}
|
|
250
234
|
]
|
|
251
235
|
},
|