chain-registry 2.0.69 → 2.0.71
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/devnet/prysmdevnet/asset-list.js +0 -1
- package/devnet/prysmdevnet/chain.js +0 -2
- package/esm/devnet/prysmdevnet/asset-list.js +0 -1
- package/esm/devnet/prysmdevnet/chain.js +0 -2
- package/esm/mainnet/arkh/asset-list.js +2 -4
- package/esm/mainnet/arkh/chain.js +2 -4
- package/esm/mainnet/atomone/chain.js +3 -3
- package/esm/mainnet/axelar/asset-list.js +6 -6
- package/esm/mainnet/babylon/asset-list.js +41 -5
- package/esm/mainnet/bostrom/asset-list.js +4 -8
- package/esm/mainnet/conscious/asset-list.js +2 -4
- package/esm/mainnet/conscious/chain.js +2 -4
- package/esm/mainnet/cosmoshub/asset-list.js +2 -4
- package/esm/mainnet/coss/asset-list.js +6 -12
- package/esm/mainnet/coss/chain.js +2 -4
- package/esm/mainnet/doravota/chain.js +2 -2
- package/esm/mainnet/dydx/chain.js +7 -7
- package/esm/mainnet/ethereum/asset-list.js +6 -7
- package/esm/mainnet/gravitybridge/asset-list.js +2 -4
- package/esm/mainnet/gravitybridge/chain.js +2 -4
- package/esm/mainnet/injective/asset-list.js +2 -4
- package/esm/mainnet/juno/asset-list.js +8 -16
- package/esm/mainnet/kujira/asset-list.js +2 -2
- package/esm/mainnet/mayachain/asset-list.js +4 -4
- package/esm/mainnet/medasdigital/asset-list.js +2 -4
- package/esm/mainnet/medasdigital/chain.js +2 -4
- package/esm/mainnet/neutron/asset-list.js +4 -6
- package/esm/mainnet/noble/asset-list.js +2 -4
- package/esm/mainnet/odin/asset-list.js +2 -4
- package/esm/mainnet/odin/chain.js +6 -4
- package/esm/mainnet/oraichain/asset-list.js +1 -3
- package/esm/mainnet/osmosis/asset-list.js +39 -75
- package/esm/mainnet/secretnetwork/asset-list.js +2 -4
- package/esm/mainnet/seda/asset-list.js +2 -4
- package/esm/mainnet/seda/chain.js +2 -4
- package/esm/mainnet/sei/asset-list.js +2 -4
- package/esm/mainnet/shido/asset-list.js +2 -4
- package/esm/mainnet/shido/chain.js +2 -4
- package/esm/mainnet/stargaze/asset-list.js +10 -20
- package/esm/mainnet/terra2/asset-list.js +3 -6
- package/esm/mainnet/ton/asset-list.js +0 -1
- package/esm/mainnet/tron/asset-list.js +0 -1
- package/esm/mainnet/union/chain.js +16 -0
- package/esm/mainnet/ununifi/asset-list.js +2 -4
- package/esm/mainnet/ununifi/chain.js +6 -4
- package/esm/noncosmos/ethereumtestnet/asset-list.js +0 -1
- package/esm/noncosmos/optimism/asset-list.js +0 -1
- package/esm/testnet/desmostestnet/asset-list.js +9 -1
- package/esm/testnet/junotestnet/asset-list.js +6 -0
- package/esm/testnet/lumenxtestnet/asset-list.js +16 -4
- package/esm/testnet/osmosistestnet/asset-list.js +2 -4
- package/esm/testnet/permtestnet/asset-list.js +2 -4
- package/esm/testnet/sedatestnet/asset-list.js +14 -4
- package/esm/testnet/sedatestnet/chain.js +4 -3
- package/esm/testnet/zigchaintestnet/asset-list.js +2 -4
- package/mainnet/arkh/asset-list.js +2 -4
- package/mainnet/arkh/chain.js +2 -4
- package/mainnet/atomone/chain.js +3 -3
- package/mainnet/axelar/asset-list.js +6 -6
- package/mainnet/babylon/asset-list.js +41 -5
- package/mainnet/bostrom/asset-list.js +4 -8
- package/mainnet/conscious/asset-list.js +2 -4
- package/mainnet/conscious/chain.js +2 -4
- package/mainnet/cosmoshub/asset-list.js +2 -4
- package/mainnet/coss/asset-list.js +6 -12
- package/mainnet/coss/chain.js +2 -4
- package/mainnet/doravota/chain.js +2 -2
- package/mainnet/dydx/chain.js +7 -7
- package/mainnet/ethereum/asset-list.js +6 -7
- package/mainnet/gravitybridge/asset-list.js +2 -4
- package/mainnet/gravitybridge/chain.js +2 -4
- package/mainnet/injective/asset-list.js +2 -4
- package/mainnet/juno/asset-list.js +8 -16
- package/mainnet/kujira/asset-list.js +2 -2
- package/mainnet/mayachain/asset-list.js +4 -4
- package/mainnet/medasdigital/asset-list.js +2 -4
- package/mainnet/medasdigital/chain.js +2 -4
- package/mainnet/neutron/asset-list.js +4 -6
- package/mainnet/noble/asset-list.js +2 -4
- package/mainnet/odin/asset-list.js +2 -4
- package/mainnet/odin/chain.js +6 -4
- package/mainnet/oraichain/asset-list.js +1 -3
- package/mainnet/osmosis/asset-list.js +39 -75
- package/mainnet/secretnetwork/asset-list.js +2 -4
- package/mainnet/seda/asset-list.js +2 -4
- package/mainnet/seda/chain.js +2 -4
- package/mainnet/sei/asset-list.js +2 -4
- package/mainnet/shido/asset-list.js +2 -4
- package/mainnet/shido/chain.js +2 -4
- package/mainnet/stargaze/asset-list.js +10 -20
- package/mainnet/terra2/asset-list.js +3 -6
- package/mainnet/ton/asset-list.js +0 -1
- package/mainnet/tron/asset-list.js +0 -1
- package/mainnet/union/chain.js +16 -0
- package/mainnet/ununifi/asset-list.js +2 -4
- package/mainnet/ununifi/chain.js +6 -4
- package/noncosmos/ethereumtestnet/asset-list.js +0 -1
- package/noncosmos/optimism/asset-list.js +0 -1
- package/package.json +3 -3
- package/testnet/desmostestnet/asset-list.js +9 -1
- package/testnet/junotestnet/asset-list.js +6 -0
- package/testnet/lumenxtestnet/asset-list.js +16 -4
- package/testnet/osmosistestnet/asset-list.js +2 -4
- package/testnet/permtestnet/asset-list.js +2 -4
- package/testnet/sedatestnet/asset-list.js +14 -4
- package/testnet/sedatestnet/chain.js +4 -3
- package/testnet/zigchaintestnet/asset-list.js +2 -4
|
@@ -15,13 +15,11 @@ const info = {
|
|
|
15
15
|
display: 'SHIDO',
|
|
16
16
|
symbol: 'SHIDO',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
20
19
|
},
|
|
21
20
|
coingeckoId: 'shido-2',
|
|
22
21
|
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
25
23
|
}],
|
|
26
24
|
socials: {
|
|
27
25
|
website: 'https://shido.io/',
|
|
@@ -56,8 +56,7 @@ const info = {
|
|
|
56
56
|
tag: 'v2.0.0'
|
|
57
57
|
},
|
|
58
58
|
logoURIs: {
|
|
59
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
60
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
61
60
|
},
|
|
62
61
|
description: 'Developers use Shido as the Ethereum and Wasm Chain to deploy applications of the future. Get all the functionalities of Ethereum and Wasm with the power of IBC and Interchain composability.',
|
|
63
62
|
apis: {
|
|
@@ -221,8 +220,7 @@ const info = {
|
|
|
221
220
|
}
|
|
222
221
|
],
|
|
223
222
|
images: [{
|
|
224
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
225
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png'
|
|
226
224
|
}]
|
|
227
225
|
};
|
|
228
226
|
export default info;
|
|
@@ -45,12 +45,10 @@ const info = {
|
|
|
45
45
|
display: 'strdst',
|
|
46
46
|
symbol: 'STRDST',
|
|
47
47
|
logoURIs: {
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
49
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
50
49
|
},
|
|
51
50
|
images: [{
|
|
52
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
53
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.svg'
|
|
51
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/dust.png'
|
|
54
52
|
}],
|
|
55
53
|
typeAsset: 'sdk.coin'
|
|
56
54
|
},
|
|
@@ -68,12 +66,10 @@ const info = {
|
|
|
68
66
|
display: 'GAZE',
|
|
69
67
|
symbol: 'GAZE',
|
|
70
68
|
logoURIs: {
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
72
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
73
70
|
},
|
|
74
71
|
images: [{
|
|
75
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
76
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.svg'
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/gaze.png'
|
|
77
73
|
}],
|
|
78
74
|
typeAsset: 'sdk.coin'
|
|
79
75
|
},
|
|
@@ -91,12 +87,10 @@ const info = {
|
|
|
91
87
|
display: 'BRNCH',
|
|
92
88
|
symbol: 'BRNCH',
|
|
93
89
|
logoURIs: {
|
|
94
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
95
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
96
91
|
},
|
|
97
92
|
images: [{
|
|
98
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
99
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.svg'
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/brnch.png'
|
|
100
94
|
}],
|
|
101
95
|
typeAsset: 'sdk.coin'
|
|
102
96
|
},
|
|
@@ -114,12 +108,10 @@ const info = {
|
|
|
114
108
|
display: 'OHH',
|
|
115
109
|
symbol: 'OHH',
|
|
116
110
|
logoURIs: {
|
|
117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
118
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
111
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
119
112
|
},
|
|
120
113
|
images: [{
|
|
121
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
122
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.svg'
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/ohh.png'
|
|
123
115
|
}],
|
|
124
116
|
typeAsset: 'sdk.coin'
|
|
125
117
|
},
|
|
@@ -283,16 +275,14 @@ const info = {
|
|
|
283
275
|
}
|
|
284
276
|
}],
|
|
285
277
|
logoURIs: {
|
|
286
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
287
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
288
279
|
},
|
|
289
280
|
images: [{
|
|
290
281
|
imageSync: {
|
|
291
282
|
chainName: 'neutron',
|
|
292
283
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
293
284
|
},
|
|
294
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
295
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
296
286
|
}],
|
|
297
287
|
coingeckoId: 'astroport-fi'
|
|
298
288
|
},
|
|
@@ -63,8 +63,7 @@ const info = {
|
|
|
63
63
|
chainName: 'neutron',
|
|
64
64
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
65
65
|
},
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
68
67
|
}],
|
|
69
68
|
socials: {
|
|
70
69
|
website: 'https://astroport.fi/',
|
|
@@ -104,12 +103,10 @@ const info = {
|
|
|
104
103
|
chainName: 'neutron',
|
|
105
104
|
baseDenom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
106
105
|
},
|
|
107
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
108
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
109
107
|
}],
|
|
110
108
|
logoURIs: {
|
|
111
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
112
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png'
|
|
113
110
|
},
|
|
114
111
|
coingeckoId: 'astroport-fi'
|
|
115
112
|
},
|
|
@@ -47,7 +47,6 @@ const info = {
|
|
|
47
47
|
symbol: 'HMSTR',
|
|
48
48
|
coingeckoId: 'hamster-kombat',
|
|
49
49
|
images: [{
|
|
50
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.svg',
|
|
51
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/hmstr.png',
|
|
52
51
|
theme: {
|
|
53
52
|
circle: true
|
|
@@ -64,7 +64,6 @@ const info = {
|
|
|
64
64
|
}
|
|
65
65
|
}, {
|
|
66
66
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
67
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
68
67
|
theme: {
|
|
69
68
|
circle: false
|
|
70
69
|
}
|
|
@@ -80,6 +80,10 @@ const info = {
|
|
|
80
80
|
{
|
|
81
81
|
address: 'https://union-rpc.stakeandrelax.net',
|
|
82
82
|
provider: 'Stake&Relax'
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
address: 'https://m-union-rpc.ruangnode.com:443',
|
|
86
|
+
provider: 'ruangnode'
|
|
83
87
|
}
|
|
84
88
|
],
|
|
85
89
|
rest: [
|
|
@@ -106,6 +110,10 @@ const info = {
|
|
|
106
110
|
{
|
|
107
111
|
address: 'https://union-api.stakeandrelax.net',
|
|
108
112
|
provider: 'Stake&Relax'
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
address: 'https://m-union-api.ruangnode.com:443',
|
|
116
|
+
provider: 'ruangnode'
|
|
109
117
|
}
|
|
110
118
|
],
|
|
111
119
|
grpc: [
|
|
@@ -132,6 +140,10 @@ const info = {
|
|
|
132
140
|
{
|
|
133
141
|
address: 'union-grpc.stakeandrelax.net:24690',
|
|
134
142
|
provider: 'Stake&Relax'
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
address: 'm-union-grpc.ruangnode.com:14090',
|
|
146
|
+
provider: 'ruangnode'
|
|
135
147
|
}
|
|
136
148
|
]
|
|
137
149
|
},
|
|
@@ -140,6 +152,10 @@ const info = {
|
|
|
140
152
|
url: 'https://explorer.union.build/union',
|
|
141
153
|
txPage: 'https://explorer.union.build/union/tx/${txHash}',
|
|
142
154
|
accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
|
|
155
|
+
}, {
|
|
156
|
+
kind: 'Ruangnode Explorer',
|
|
157
|
+
url: 'https://explorer.ruangnode.com/dashboard/union',
|
|
158
|
+
txPage: 'https://explorer.ruangnode.com/transactions/union?hash=${txHash}'
|
|
143
159
|
}],
|
|
144
160
|
images: [{
|
|
145
161
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
|
|
@@ -15,8 +15,7 @@ const info = {
|
|
|
15
15
|
display: 'guu',
|
|
16
16
|
symbol: 'GUU',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
20
19
|
},
|
|
21
20
|
keywords: [
|
|
22
21
|
'staking',
|
|
@@ -25,8 +24,7 @@ const info = {
|
|
|
25
24
|
'nft'
|
|
26
25
|
],
|
|
27
26
|
images: [{
|
|
28
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
29
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
30
28
|
}],
|
|
31
29
|
typeAsset: 'sdk.coin'
|
|
32
30
|
}]
|
|
@@ -61,8 +61,7 @@ const info = {
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.svg'
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
66
65
|
},
|
|
67
66
|
apis: {
|
|
68
67
|
rpc: [
|
|
@@ -158,8 +157,11 @@ const info = {
|
|
|
158
157
|
'nft'
|
|
159
158
|
],
|
|
160
159
|
images: [{
|
|
161
|
-
|
|
162
|
-
|
|
160
|
+
imageSync: {
|
|
161
|
+
chainName: 'ununify',
|
|
162
|
+
baseDenom: 'uguu'
|
|
163
|
+
},
|
|
164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ununifi/images/ununifi.png'
|
|
163
165
|
}]
|
|
164
166
|
};
|
|
165
167
|
export default info;
|
|
@@ -152,7 +152,6 @@ const info = {
|
|
|
152
152
|
}
|
|
153
153
|
}, {
|
|
154
154
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
155
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
156
155
|
theme: {
|
|
157
156
|
circle: false
|
|
158
157
|
}
|
|
@@ -202,7 +202,6 @@ const info = {
|
|
|
202
202
|
}
|
|
203
203
|
}, {
|
|
204
204
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.png',
|
|
205
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt_logomark.svg',
|
|
206
205
|
theme: {
|
|
207
206
|
circle: false
|
|
208
207
|
}
|
|
@@ -23,7 +23,15 @@ const info = {
|
|
|
23
23
|
provider: 'Desmos'
|
|
24
24
|
}],
|
|
25
25
|
coingeckoId: 'desmos',
|
|
26
|
-
typeAsset: 'sdk.coin'
|
|
26
|
+
typeAsset: 'sdk.coin',
|
|
27
|
+
images: [{
|
|
28
|
+
imageSync: {
|
|
29
|
+
chainName: 'desmos',
|
|
30
|
+
baseDenom: 'udsm'
|
|
31
|
+
},
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
|
|
34
|
+
}]
|
|
27
35
|
}]
|
|
28
36
|
};
|
|
29
37
|
export default info;
|
|
@@ -77,6 +77,12 @@ const info = {
|
|
|
77
77
|
baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
78
78
|
},
|
|
79
79
|
provider: 'Arena DAO'
|
|
80
|
+
}],
|
|
81
|
+
images: [{
|
|
82
|
+
imageSync: {
|
|
83
|
+
chainName: 'juno',
|
|
84
|
+
baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
|
|
85
|
+
}
|
|
80
86
|
}]
|
|
81
87
|
}
|
|
82
88
|
]
|
|
@@ -14,13 +14,25 @@ const info = {
|
|
|
14
14
|
name: 'LUMEN',
|
|
15
15
|
display: 'lumen',
|
|
16
16
|
symbol: 'LUMEN',
|
|
17
|
+
traces: [{
|
|
18
|
+
type: 'test-mintage',
|
|
19
|
+
counterparty: {
|
|
20
|
+
chainName: 'lumenx',
|
|
21
|
+
baseDenom: 'ulumen'
|
|
22
|
+
},
|
|
23
|
+
provider: 'LumenX'
|
|
24
|
+
}],
|
|
17
25
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
20
28
|
},
|
|
21
29
|
images: [{
|
|
22
|
-
|
|
23
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'lumenx',
|
|
32
|
+
baseDenom: 'ulumen'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png',
|
|
35
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.svg'
|
|
24
36
|
}],
|
|
25
37
|
typeAsset: 'sdk.coin'
|
|
26
38
|
}]
|
|
@@ -658,13 +658,11 @@ const info = {
|
|
|
658
658
|
display: 'willyz',
|
|
659
659
|
symbol: 'WILLYZ',
|
|
660
660
|
logoURIs: {
|
|
661
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
|
|
662
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
|
|
663
662
|
},
|
|
664
663
|
keywords: ['memecoin'],
|
|
665
664
|
images: [{
|
|
666
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
|
|
667
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.svg'
|
|
665
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/osmosistestnet/images/willyz.png'
|
|
668
666
|
}],
|
|
669
667
|
typeAsset: 'sdk.coin'
|
|
670
668
|
},
|
|
@@ -15,12 +15,10 @@ const info = {
|
|
|
15
15
|
display: 'perm',
|
|
16
16
|
symbol: 'PERM',
|
|
17
17
|
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
|
|
20
19
|
},
|
|
21
20
|
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.svg'
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/permtestnet/images/Perm.png'
|
|
24
22
|
}],
|
|
25
23
|
typeAsset: 'sdk.coin'
|
|
26
24
|
}]
|
|
@@ -15,13 +15,23 @@ const info = {
|
|
|
15
15
|
name: 'Seda',
|
|
16
16
|
display: 'seda',
|
|
17
17
|
symbol: 'SEDA',
|
|
18
|
+
traces: [{
|
|
19
|
+
type: 'test-mintage',
|
|
20
|
+
counterparty: {
|
|
21
|
+
chainName: 'seda',
|
|
22
|
+
baseDenom: 'aseda'
|
|
23
|
+
},
|
|
24
|
+
provider: 'Seda'
|
|
25
|
+
}],
|
|
18
26
|
logoURIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
21
28
|
},
|
|
22
29
|
images: [{
|
|
23
|
-
|
|
24
|
-
|
|
30
|
+
imageSync: {
|
|
31
|
+
chainName: 'seda',
|
|
32
|
+
baseDenom: 'aseda'
|
|
33
|
+
},
|
|
34
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
25
35
|
}],
|
|
26
36
|
socials: {
|
|
27
37
|
website: 'https://www.seda.xyz/',
|
|
@@ -61,8 +61,7 @@ const info = {
|
|
|
61
61
|
tag: 'v1.0.0-rc.6'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
65
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.svg'
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png'
|
|
66
65
|
},
|
|
67
66
|
description: 'SEDA is a standard for modular data transport and querying. Any data type, for all networks.',
|
|
68
67
|
apis: {
|
|
@@ -111,7 +110,9 @@ const info = {
|
|
|
111
110
|
}],
|
|
112
111
|
images: [{
|
|
113
112
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/seda/images/seda.png',
|
|
114
|
-
|
|
113
|
+
imageSync: {
|
|
114
|
+
chainName: 'seda'
|
|
115
|
+
}
|
|
115
116
|
}]
|
|
116
117
|
};
|
|
117
118
|
export default info;
|
|
@@ -64,12 +64,10 @@ const info = {
|
|
|
64
64
|
display: 'stzig',
|
|
65
65
|
symbol: 'STZIG',
|
|
66
66
|
logoURIs: {
|
|
67
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
|
|
68
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
|
|
69
68
|
},
|
|
70
69
|
images: [{
|
|
71
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
|
|
72
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
|
|
73
71
|
}],
|
|
74
72
|
typeAsset: 'sdk.coin',
|
|
75
73
|
socials: {
|
|
@@ -17,12 +17,10 @@ const info = {
|
|
|
17
17
|
display: 'ARKH',
|
|
18
18
|
symbol: 'ARKH',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
22
21
|
},
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
26
24
|
}],
|
|
27
25
|
socials: {
|
|
28
26
|
website: 'https://arkhadian.io/',
|
package/mainnet/arkh/chain.js
CHANGED
|
@@ -41,8 +41,7 @@ const info = {
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
logoURIs: {
|
|
44
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
45
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
46
45
|
},
|
|
47
46
|
apis: {
|
|
48
47
|
rpc: [{
|
|
@@ -67,8 +66,7 @@ const info = {
|
|
|
67
66
|
txPage: 'https://explorer.bonynode.online/arkhadian/tx/${txHash}'
|
|
68
67
|
}],
|
|
69
68
|
images: [{
|
|
70
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
71
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.svg'
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkh/images/arkh.png'
|
|
72
70
|
}]
|
|
73
71
|
};
|
|
74
72
|
exports.default = info;
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -415,9 +415,9 @@ const info = {
|
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
kind: 'Ruangnode Explorer',
|
|
418
|
-
url: 'https://explorer.ruangnode.com/atomone',
|
|
419
|
-
txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
|
|
420
|
-
accountPage: 'https://explorer.ruangnode.com/atomone
|
|
418
|
+
url: 'https://explorer.ruangnode.com/dashboard/atomone',
|
|
419
|
+
txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
|
|
420
|
+
accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
kind: 'Kynraze Explorer',
|
|
@@ -301,14 +301,14 @@ const info = {
|
|
|
301
301
|
provider: 'Axelar'
|
|
302
302
|
}],
|
|
303
303
|
logoURIs: {
|
|
304
|
-
|
|
304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
305
305
|
},
|
|
306
306
|
images: [{
|
|
307
307
|
imageSync: {
|
|
308
308
|
chainName: 'ethereum',
|
|
309
309
|
baseDenom: '0x4d224452801aced8b2f0aebe155379bb5d594381'
|
|
310
310
|
},
|
|
311
|
-
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.png'
|
|
312
312
|
}],
|
|
313
313
|
typeAsset: 'sdk.coin'
|
|
314
314
|
},
|
|
@@ -435,14 +435,14 @@ const info = {
|
|
|
435
435
|
provider: 'Axelar'
|
|
436
436
|
}],
|
|
437
437
|
logoURIs: {
|
|
438
|
-
|
|
438
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
439
439
|
},
|
|
440
440
|
images: [{
|
|
441
441
|
imageSync: {
|
|
442
442
|
chainName: 'ethereum',
|
|
443
443
|
baseDenom: '0x03ab458634910aad20ef5f1c8ee96f1d6ac54919'
|
|
444
444
|
},
|
|
445
|
-
|
|
445
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.png'
|
|
446
446
|
}],
|
|
447
447
|
typeAsset: 'sdk.coin'
|
|
448
448
|
},
|
|
@@ -567,14 +567,14 @@ const info = {
|
|
|
567
567
|
provider: 'Axelar'
|
|
568
568
|
}],
|
|
569
569
|
logoURIs: {
|
|
570
|
-
|
|
570
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
571
571
|
},
|
|
572
572
|
images: [{
|
|
573
573
|
imageSync: {
|
|
574
574
|
chainName: 'ethereum',
|
|
575
575
|
baseDenom: '0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18'
|
|
576
576
|
},
|
|
577
|
-
|
|
577
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.png'
|
|
578
578
|
}],
|
|
579
579
|
typeAsset: 'sdk.coin'
|
|
580
580
|
},
|