chain-registry 1.69.230 → 1.69.231
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/atomone/chain.js +6 -0
- package/esm/mainnet/aura/chain.js +6 -0
- package/esm/mainnet/thorchain/assets.js +183 -6
- package/esm/mainnet/thorchain/chain.js +3 -3
- package/mainnet/atomone/chain.js +6 -0
- package/mainnet/aura/chain.js +6 -0
- package/mainnet/thorchain/assets.js +183 -6
- package/mainnet/thorchain/chain.js +3 -3
- package/package.json +4 -4
|
@@ -359,6 +359,12 @@ const info = {
|
|
|
359
359
|
url: 'https://explorer.bonynode.online/atomone',
|
|
360
360
|
tx_page: 'https://explorer.bonynode.online/atomone/transactions/${txHash}',
|
|
361
361
|
account_page: 'https://explorer.bonynode.online/atomone/account/${accountAddress}'
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
kind: 'Chainroot',
|
|
365
|
+
url: 'https://explorer.chainroot.io/atomone',
|
|
366
|
+
tx_page: 'https://explorer.chainroot.io/atomone/transactions/${txHash}',
|
|
367
|
+
account_page: 'https://explorer.chainroot.io/atomone/accounts/${accountAddress}'
|
|
362
368
|
}
|
|
363
369
|
],
|
|
364
370
|
images: [{
|
|
@@ -255,6 +255,12 @@ const info = {
|
|
|
255
255
|
]
|
|
256
256
|
},
|
|
257
257
|
explorers: [
|
|
258
|
+
{
|
|
259
|
+
kind: 'Chainroot',
|
|
260
|
+
url: 'https://explorer.chainroot.io/aura',
|
|
261
|
+
tx_page: 'https://explorer.chainroot.io/aura/transactions/${txHash}',
|
|
262
|
+
account_page: 'https://explorer.chainroot.io/aura/accounts/${accountAddress}'
|
|
263
|
+
},
|
|
258
264
|
{
|
|
259
265
|
kind: 'aurascan',
|
|
260
266
|
url: 'https://aurascan.io',
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'thorchain',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
6
|
+
base: 'rune',
|
|
7
|
+
type_asset: 'sdk.coin',
|
|
5
8
|
description: 'The native token of THORChain',
|
|
6
9
|
denom_units: [{
|
|
7
10
|
denom: 'rune',
|
|
@@ -10,20 +13,194 @@ const info = {
|
|
|
10
13
|
denom: 'RUNE',
|
|
11
14
|
exponent: 8
|
|
12
15
|
}],
|
|
13
|
-
|
|
14
|
-
name: 'THORChain RUNE',
|
|
16
|
+
name: 'THORChain',
|
|
15
17
|
display: 'RUNE',
|
|
16
18
|
symbol: 'RUNE',
|
|
17
19
|
logo_URIs: {
|
|
18
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png',
|
|
19
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg'
|
|
20
22
|
},
|
|
21
|
-
coingecko_id: 'thorchain',
|
|
22
23
|
images: [{
|
|
23
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png',
|
|
24
25
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg'
|
|
25
26
|
}],
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
coingecko_id: 'thorchain',
|
|
28
|
+
keywords: [
|
|
29
|
+
'crosschain swaps',
|
|
30
|
+
'native assets',
|
|
31
|
+
'defi'
|
|
32
|
+
],
|
|
33
|
+
socials: {
|
|
34
|
+
website: 'https://thorchain.org/',
|
|
35
|
+
discord: 'https://discord.gg/tW64BraTnX',
|
|
36
|
+
telegram: 'https://t.me/thorchain_org',
|
|
37
|
+
twitter: 'https://twitter.com/thorchain'
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
base: 'ruji',
|
|
42
|
+
type_asset: 'sdk.coin',
|
|
43
|
+
description: 'Rujira is the app layer on THORChain with a full suite of DeFi applications, accessible with native assets from all connected chains.',
|
|
44
|
+
denom_units: [{
|
|
45
|
+
denom: 'ruji',
|
|
46
|
+
exponent: 0
|
|
47
|
+
}, {
|
|
48
|
+
denom: 'thor.ruji',
|
|
49
|
+
exponent: 8
|
|
50
|
+
}],
|
|
51
|
+
name: 'Rujira',
|
|
52
|
+
display: 'thor.ruji',
|
|
53
|
+
symbol: 'RUJI',
|
|
54
|
+
logo_URIs: {
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/ruji.png'
|
|
56
|
+
},
|
|
57
|
+
images: [{
|
|
58
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/ruji.png'
|
|
59
|
+
}],
|
|
60
|
+
coingecko_id: 'rujira',
|
|
61
|
+
keywords: [
|
|
62
|
+
'real yield',
|
|
63
|
+
'ai',
|
|
64
|
+
'defi'
|
|
65
|
+
],
|
|
66
|
+
socials: {
|
|
67
|
+
website: 'https://rujira.network',
|
|
68
|
+
discord: 'https://discord.gg/XPvsxhWKfb',
|
|
69
|
+
telegram: 'https://t.me/Rujira_Community',
|
|
70
|
+
twitter: 'https://x.com/RujiraNetwork'
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
base: 'auto',
|
|
75
|
+
type_asset: 'sdk.coin',
|
|
76
|
+
description: 'AutoRujira maximizes your crypto returns by automating every DeFi opportunity across Rujira and THORChain. From staking to trading, everything runs on autopilot — powered by smart contracts and AI',
|
|
77
|
+
denom_units: [{
|
|
78
|
+
denom: 'auto',
|
|
79
|
+
exponent: 0
|
|
80
|
+
}, {
|
|
81
|
+
denom: 'thor.auto',
|
|
82
|
+
exponent: 8
|
|
83
|
+
}],
|
|
84
|
+
name: 'AutoRujira',
|
|
85
|
+
display: 'thor.auto',
|
|
86
|
+
symbol: 'AUTO',
|
|
87
|
+
logo_URIs: {
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
|
|
89
|
+
},
|
|
90
|
+
images: [{
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
|
|
92
|
+
}],
|
|
93
|
+
keywords: [
|
|
94
|
+
'automation',
|
|
95
|
+
'ai',
|
|
96
|
+
'defi'
|
|
97
|
+
],
|
|
98
|
+
socials: {
|
|
99
|
+
website: 'https://autorujira.app/',
|
|
100
|
+
discord: 'https://discord.gg/P77vPrnWyr',
|
|
101
|
+
telegram: 'https://t.me/autorujira',
|
|
102
|
+
twitter: 'https://x.com/autorujira'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
base: 'lqdy',
|
|
107
|
+
type_asset: 'sdk.coin',
|
|
108
|
+
description: 'Liquidy is a decentralized autonomous organization running a series of profitable on-chain revenue streams. The primary revenue streams are Market Making and a Swap Router.',
|
|
109
|
+
denom_units: [{
|
|
110
|
+
denom: 'lqdy',
|
|
111
|
+
exponent: 0
|
|
112
|
+
}, {
|
|
113
|
+
denom: 'thor.lqdy',
|
|
114
|
+
exponent: 8
|
|
115
|
+
}],
|
|
116
|
+
name: 'Liquidy',
|
|
117
|
+
display: 'thor.lqdy',
|
|
118
|
+
symbol: 'LQDY',
|
|
119
|
+
logo_URIs: {
|
|
120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/lqdy.png'
|
|
121
|
+
},
|
|
122
|
+
images: [{
|
|
123
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/lqdy.png'
|
|
124
|
+
}],
|
|
125
|
+
keywords: [
|
|
126
|
+
'dao',
|
|
127
|
+
'real yield',
|
|
128
|
+
'market making',
|
|
129
|
+
'defi'
|
|
130
|
+
],
|
|
131
|
+
socials: {
|
|
132
|
+
website: 'https://liquidy.finance',
|
|
133
|
+
discord: 'https://discord.gg/x4dmE9Cfpu',
|
|
134
|
+
telegram: 'https://t.me/LiquidyFinance',
|
|
135
|
+
twitter: 'https://x.com/LiquidyFinance'
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
base: 'nami',
|
|
140
|
+
type_asset: 'sdk.coin',
|
|
141
|
+
description: 'Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDICES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
|
|
142
|
+
denom_units: [{
|
|
143
|
+
denom: 'nami',
|
|
144
|
+
exponent: 0
|
|
145
|
+
}, {
|
|
146
|
+
denom: 'thor.nami',
|
|
147
|
+
exponent: 8
|
|
148
|
+
}],
|
|
149
|
+
name: 'Nami Protocol',
|
|
150
|
+
display: 'thor.nami',
|
|
151
|
+
symbol: 'NAMI',
|
|
152
|
+
logo_URIs: {
|
|
153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/nami.png'
|
|
154
|
+
},
|
|
155
|
+
images: [{
|
|
156
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/nami.png'
|
|
157
|
+
}],
|
|
158
|
+
coingecko_id: 'nami-protocol',
|
|
159
|
+
keywords: [
|
|
160
|
+
'savings',
|
|
161
|
+
'real yield',
|
|
162
|
+
'defi'
|
|
163
|
+
],
|
|
164
|
+
socials: {
|
|
165
|
+
website: 'https://namifi.app/',
|
|
166
|
+
discord: 'https://discord.gg/WGgUADfxXR',
|
|
167
|
+
telegram: 'https://t.me/NAMIProtocol',
|
|
168
|
+
twitter: 'https://twitter.com/NamiProtocol'
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
base: 'tcy',
|
|
173
|
+
type_asset: 'sdk.coin',
|
|
174
|
+
description: 'TCY is the token on THORChain to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
|
|
175
|
+
denom_units: [{
|
|
176
|
+
denom: 'tcy',
|
|
177
|
+
exponent: 0
|
|
178
|
+
}, {
|
|
179
|
+
denom: 'thor.tcy',
|
|
180
|
+
exponent: 8
|
|
181
|
+
}],
|
|
182
|
+
name: 'THORChain TCY',
|
|
183
|
+
display: 'thor.tcy',
|
|
184
|
+
symbol: 'TCY',
|
|
185
|
+
logo_URIs: {
|
|
186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/tcy.png'
|
|
187
|
+
},
|
|
188
|
+
images: [{
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/tcy.png'
|
|
190
|
+
}],
|
|
191
|
+
coingecko_id: 'tcy',
|
|
192
|
+
keywords: [
|
|
193
|
+
'THORFi',
|
|
194
|
+
'real yield',
|
|
195
|
+
'defi'
|
|
196
|
+
],
|
|
197
|
+
socials: {
|
|
198
|
+
website: 'https://thorchain.org/',
|
|
199
|
+
discord: 'https://discord.gg/tW64BraTnX',
|
|
200
|
+
telegram: 'https://t.me/thorchain_org',
|
|
201
|
+
twitter: 'https://twitter.com/thorchain'
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
]
|
|
28
205
|
};
|
|
29
206
|
export default info;
|
|
@@ -35,9 +35,9 @@ const info = {
|
|
|
35
35
|
url: 'https://thorchain.net',
|
|
36
36
|
tx_page: 'https://thorchain.net/#/txs/${txHash}'
|
|
37
37
|
}, {
|
|
38
|
-
kind: '
|
|
39
|
-
url: 'https://
|
|
40
|
-
tx_page: 'https://
|
|
38
|
+
kind: 'Runescan',
|
|
39
|
+
url: 'https://runescan.io/',
|
|
40
|
+
tx_page: 'https://runescan.io/txs/${txHash}'
|
|
41
41
|
}]
|
|
42
42
|
};
|
|
43
43
|
export default info;
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -361,6 +361,12 @@ const info = {
|
|
|
361
361
|
url: 'https://explorer.bonynode.online/atomone',
|
|
362
362
|
tx_page: 'https://explorer.bonynode.online/atomone/transactions/${txHash}',
|
|
363
363
|
account_page: 'https://explorer.bonynode.online/atomone/account/${accountAddress}'
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
kind: 'Chainroot',
|
|
367
|
+
url: 'https://explorer.chainroot.io/atomone',
|
|
368
|
+
tx_page: 'https://explorer.chainroot.io/atomone/transactions/${txHash}',
|
|
369
|
+
account_page: 'https://explorer.chainroot.io/atomone/accounts/${accountAddress}'
|
|
364
370
|
}
|
|
365
371
|
],
|
|
366
372
|
images: [{
|
package/mainnet/aura/chain.js
CHANGED
|
@@ -257,6 +257,12 @@ const info = {
|
|
|
257
257
|
]
|
|
258
258
|
},
|
|
259
259
|
explorers: [
|
|
260
|
+
{
|
|
261
|
+
kind: 'Chainroot',
|
|
262
|
+
url: 'https://explorer.chainroot.io/aura',
|
|
263
|
+
tx_page: 'https://explorer.chainroot.io/aura/transactions/${txHash}',
|
|
264
|
+
account_page: 'https://explorer.chainroot.io/aura/accounts/${accountAddress}'
|
|
265
|
+
},
|
|
260
266
|
{
|
|
261
267
|
kind: 'aurascan',
|
|
262
268
|
url: 'https://aurascan.io',
|
|
@@ -3,7 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'thorchain',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
8
|
+
base: 'rune',
|
|
9
|
+
type_asset: 'sdk.coin',
|
|
7
10
|
description: 'The native token of THORChain',
|
|
8
11
|
denom_units: [{
|
|
9
12
|
denom: 'rune',
|
|
@@ -12,20 +15,194 @@ const info = {
|
|
|
12
15
|
denom: 'RUNE',
|
|
13
16
|
exponent: 8
|
|
14
17
|
}],
|
|
15
|
-
|
|
16
|
-
name: 'THORChain RUNE',
|
|
18
|
+
name: 'THORChain',
|
|
17
19
|
display: 'RUNE',
|
|
18
20
|
symbol: 'RUNE',
|
|
19
21
|
logo_URIs: {
|
|
20
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png',
|
|
21
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg'
|
|
22
24
|
},
|
|
23
|
-
coingecko_id: 'thorchain',
|
|
24
25
|
images: [{
|
|
25
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.png',
|
|
26
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/rune.svg'
|
|
27
28
|
}],
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
coingecko_id: 'thorchain',
|
|
30
|
+
keywords: [
|
|
31
|
+
'crosschain swaps',
|
|
32
|
+
'native assets',
|
|
33
|
+
'defi'
|
|
34
|
+
],
|
|
35
|
+
socials: {
|
|
36
|
+
website: 'https://thorchain.org/',
|
|
37
|
+
discord: 'https://discord.gg/tW64BraTnX',
|
|
38
|
+
telegram: 'https://t.me/thorchain_org',
|
|
39
|
+
twitter: 'https://twitter.com/thorchain'
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
base: 'ruji',
|
|
44
|
+
type_asset: 'sdk.coin',
|
|
45
|
+
description: 'Rujira is the app layer on THORChain with a full suite of DeFi applications, accessible with native assets from all connected chains.',
|
|
46
|
+
denom_units: [{
|
|
47
|
+
denom: 'ruji',
|
|
48
|
+
exponent: 0
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'thor.ruji',
|
|
51
|
+
exponent: 8
|
|
52
|
+
}],
|
|
53
|
+
name: 'Rujira',
|
|
54
|
+
display: 'thor.ruji',
|
|
55
|
+
symbol: 'RUJI',
|
|
56
|
+
logo_URIs: {
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/ruji.png'
|
|
58
|
+
},
|
|
59
|
+
images: [{
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/ruji.png'
|
|
61
|
+
}],
|
|
62
|
+
coingecko_id: 'rujira',
|
|
63
|
+
keywords: [
|
|
64
|
+
'real yield',
|
|
65
|
+
'ai',
|
|
66
|
+
'defi'
|
|
67
|
+
],
|
|
68
|
+
socials: {
|
|
69
|
+
website: 'https://rujira.network',
|
|
70
|
+
discord: 'https://discord.gg/XPvsxhWKfb',
|
|
71
|
+
telegram: 'https://t.me/Rujira_Community',
|
|
72
|
+
twitter: 'https://x.com/RujiraNetwork'
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
base: 'auto',
|
|
77
|
+
type_asset: 'sdk.coin',
|
|
78
|
+
description: 'AutoRujira maximizes your crypto returns by automating every DeFi opportunity across Rujira and THORChain. From staking to trading, everything runs on autopilot — powered by smart contracts and AI',
|
|
79
|
+
denom_units: [{
|
|
80
|
+
denom: 'auto',
|
|
81
|
+
exponent: 0
|
|
82
|
+
}, {
|
|
83
|
+
denom: 'thor.auto',
|
|
84
|
+
exponent: 8
|
|
85
|
+
}],
|
|
86
|
+
name: 'AutoRujira',
|
|
87
|
+
display: 'thor.auto',
|
|
88
|
+
symbol: 'AUTO',
|
|
89
|
+
logo_URIs: {
|
|
90
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
|
|
91
|
+
},
|
|
92
|
+
images: [{
|
|
93
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/auto.png'
|
|
94
|
+
}],
|
|
95
|
+
keywords: [
|
|
96
|
+
'automation',
|
|
97
|
+
'ai',
|
|
98
|
+
'defi'
|
|
99
|
+
],
|
|
100
|
+
socials: {
|
|
101
|
+
website: 'https://autorujira.app/',
|
|
102
|
+
discord: 'https://discord.gg/P77vPrnWyr',
|
|
103
|
+
telegram: 'https://t.me/autorujira',
|
|
104
|
+
twitter: 'https://x.com/autorujira'
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
base: 'lqdy',
|
|
109
|
+
type_asset: 'sdk.coin',
|
|
110
|
+
description: 'Liquidy is a decentralized autonomous organization running a series of profitable on-chain revenue streams. The primary revenue streams are Market Making and a Swap Router.',
|
|
111
|
+
denom_units: [{
|
|
112
|
+
denom: 'lqdy',
|
|
113
|
+
exponent: 0
|
|
114
|
+
}, {
|
|
115
|
+
denom: 'thor.lqdy',
|
|
116
|
+
exponent: 8
|
|
117
|
+
}],
|
|
118
|
+
name: 'Liquidy',
|
|
119
|
+
display: 'thor.lqdy',
|
|
120
|
+
symbol: 'LQDY',
|
|
121
|
+
logo_URIs: {
|
|
122
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/lqdy.png'
|
|
123
|
+
},
|
|
124
|
+
images: [{
|
|
125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/lqdy.png'
|
|
126
|
+
}],
|
|
127
|
+
keywords: [
|
|
128
|
+
'dao',
|
|
129
|
+
'real yield',
|
|
130
|
+
'market making',
|
|
131
|
+
'defi'
|
|
132
|
+
],
|
|
133
|
+
socials: {
|
|
134
|
+
website: 'https://liquidy.finance',
|
|
135
|
+
discord: 'https://discord.gg/x4dmE9Cfpu',
|
|
136
|
+
telegram: 'https://t.me/LiquidyFinance',
|
|
137
|
+
twitter: 'https://x.com/LiquidyFinance'
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
base: 'nami',
|
|
142
|
+
type_asset: 'sdk.coin',
|
|
143
|
+
description: 'Nami provides a suite of DeFi applications including an optimized EARN product and on-chain INDICES for native assets, accessible from any connected chain. Maximize yield. Simplify access. Reduce risk. Grow with Nami',
|
|
144
|
+
denom_units: [{
|
|
145
|
+
denom: 'nami',
|
|
146
|
+
exponent: 0
|
|
147
|
+
}, {
|
|
148
|
+
denom: 'thor.nami',
|
|
149
|
+
exponent: 8
|
|
150
|
+
}],
|
|
151
|
+
name: 'Nami Protocol',
|
|
152
|
+
display: 'thor.nami',
|
|
153
|
+
symbol: 'NAMI',
|
|
154
|
+
logo_URIs: {
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/nami.png'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/nami.png'
|
|
159
|
+
}],
|
|
160
|
+
coingecko_id: 'nami-protocol',
|
|
161
|
+
keywords: [
|
|
162
|
+
'savings',
|
|
163
|
+
'real yield',
|
|
164
|
+
'defi'
|
|
165
|
+
],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://namifi.app/',
|
|
168
|
+
discord: 'https://discord.gg/WGgUADfxXR',
|
|
169
|
+
telegram: 'https://t.me/NAMIProtocol',
|
|
170
|
+
twitter: 'https://twitter.com/NamiProtocol'
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
base: 'tcy',
|
|
175
|
+
type_asset: 'sdk.coin',
|
|
176
|
+
description: 'TCY is the token on THORChain to address the default of THORFi. 10% of all system income is paid to TCY stakers.',
|
|
177
|
+
denom_units: [{
|
|
178
|
+
denom: 'tcy',
|
|
179
|
+
exponent: 0
|
|
180
|
+
}, {
|
|
181
|
+
denom: 'thor.tcy',
|
|
182
|
+
exponent: 8
|
|
183
|
+
}],
|
|
184
|
+
name: 'THORChain TCY',
|
|
185
|
+
display: 'thor.tcy',
|
|
186
|
+
symbol: 'TCY',
|
|
187
|
+
logo_URIs: {
|
|
188
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/tcy.png'
|
|
189
|
+
},
|
|
190
|
+
images: [{
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thorchain/images/tcy.png'
|
|
192
|
+
}],
|
|
193
|
+
coingecko_id: 'tcy',
|
|
194
|
+
keywords: [
|
|
195
|
+
'THORFi',
|
|
196
|
+
'real yield',
|
|
197
|
+
'defi'
|
|
198
|
+
],
|
|
199
|
+
socials: {
|
|
200
|
+
website: 'https://thorchain.org/',
|
|
201
|
+
discord: 'https://discord.gg/tW64BraTnX',
|
|
202
|
+
telegram: 'https://t.me/thorchain_org',
|
|
203
|
+
twitter: 'https://twitter.com/thorchain'
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
]
|
|
30
207
|
};
|
|
31
208
|
exports.default = info;
|
|
@@ -37,9 +37,9 @@ const info = {
|
|
|
37
37
|
url: 'https://thorchain.net',
|
|
38
38
|
tx_page: 'https://thorchain.net/#/txs/${txHash}'
|
|
39
39
|
}, {
|
|
40
|
-
kind: '
|
|
41
|
-
url: 'https://
|
|
42
|
-
tx_page: 'https://
|
|
40
|
+
kind: 'Runescan',
|
|
41
|
+
url: 'https://runescan.io/',
|
|
42
|
+
tx_page: 'https://runescan.io/txs/${txHash}'
|
|
43
43
|
}]
|
|
44
44
|
};
|
|
45
45
|
exports.default = info;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.231",
|
|
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,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.144",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.144"
|
|
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": "2658a841e00e700757a86770d77a18598aff5fde"
|
|
47
47
|
}
|