chain-registry 1.63.65 → 1.63.67
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/aura/chain.js +1 -1
- package/esm/mainnet/chain4energy/chain.js +14 -0
- package/esm/mainnet/fxcore/chain.js +1 -1
- package/esm/mainnet/injective/assets.js +46 -4
- package/esm/mainnet/pryzm/assets.js +1558 -0
- package/esm/mainnet/solana/assets.js +12 -1
- package/esm/mainnet/solana/chain.js +5 -5
- package/esm/testnet/osmosistestnet/ibc.js +5 -5
- package/esm/testnet/stargazetestnet/ibc.js +6 -6
- package/esm/testnet/symphonytestnet/ibc.js +11 -11
- package/mainnet/aura/chain.js +1 -1
- package/mainnet/chain4energy/chain.js +14 -0
- package/mainnet/fxcore/chain.js +1 -1
- package/mainnet/injective/assets.js +46 -4
- package/mainnet/pryzm/assets.js +1558 -0
- package/mainnet/solana/assets.js +12 -1
- package/mainnet/solana/chain.js +5 -5
- package/package.json +4 -4
- package/testnet/osmosistestnet/ibc.js +5 -5
- package/testnet/stargazetestnet/ibc.js +6 -6
- package/testnet/symphonytestnet/ibc.js +11 -11
|
@@ -151,6 +151,10 @@ const info = {
|
|
|
151
151
|
{
|
|
152
152
|
address: 'http://37.60.240.43:46657',
|
|
153
153
|
provider: 'NakoTurk'
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
address: 'https://chain4energy_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
157
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
154
158
|
}
|
|
155
159
|
],
|
|
156
160
|
rest: [
|
|
@@ -257,6 +261,10 @@ const info = {
|
|
|
257
261
|
{
|
|
258
262
|
address: 'https://lcd-m-c4e.apeironnodes.com',
|
|
259
263
|
provider: 'Apeiron Nodes'
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
address: 'https://chain4energy_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
267
|
+
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
260
268
|
}
|
|
261
269
|
],
|
|
262
270
|
grpc: [
|
|
@@ -437,6 +445,12 @@ const info = {
|
|
|
437
445
|
kind: 'Cryptech',
|
|
438
446
|
url: 'https://explorers.cryptech.com.ua/chain4energy',
|
|
439
447
|
tx_page: 'https://explorers.cryptech.com.ua/chain4energy/tx/${txHash}'
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
451
|
+
url: 'https://explorer.whenmoonwhenlambo.money/chain4energy',
|
|
452
|
+
tx_page: 'https://explorer.whenmoonwhenlambo.money/chain4energy/tx/${txHash}',
|
|
453
|
+
account_page: 'https://explorer.whenmoonwhenlambo.money/chain4energy/account/${accountAddress}'
|
|
440
454
|
}
|
|
441
455
|
],
|
|
442
456
|
images: [{
|
|
@@ -46,7 +46,7 @@ const info = {
|
|
|
46
46
|
base: 'ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB',
|
|
47
47
|
name: 'Tether USDt',
|
|
48
48
|
display: 'usdt',
|
|
49
|
-
symbol: '
|
|
49
|
+
symbol: 'USDTkv',
|
|
50
50
|
traces: [{
|
|
51
51
|
type: 'ibc',
|
|
52
52
|
counterparty: {
|
|
@@ -77,6 +77,46 @@ const info = {
|
|
|
77
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'peggy0xdAC17F958D2ee523a2206206994597C13D831ec7',
|
|
84
|
+
exponent: 0
|
|
85
|
+
}, {
|
|
86
|
+
denom: 'usdt',
|
|
87
|
+
exponent: 6
|
|
88
|
+
}],
|
|
89
|
+
type_asset: 'ics20',
|
|
90
|
+
base: 'peggy0xdAC17F958D2ee523a2206206994597C13D831ec7',
|
|
91
|
+
name: 'Tether USDT',
|
|
92
|
+
display: 'usdt',
|
|
93
|
+
symbol: 'USDT',
|
|
94
|
+
traces: [{
|
|
95
|
+
type: 'bridge',
|
|
96
|
+
counterparty: {
|
|
97
|
+
chain_name: 'ethereum',
|
|
98
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
99
|
+
},
|
|
100
|
+
provider: 'Peggy'
|
|
101
|
+
}],
|
|
102
|
+
images: [{
|
|
103
|
+
image_sync: {
|
|
104
|
+
chain_name: 'ethereum',
|
|
105
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
106
|
+
},
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
109
|
+
theme: {
|
|
110
|
+
circle: true,
|
|
111
|
+
primary_color_hex: '#009393',
|
|
112
|
+
background_color_hex: '#009393'
|
|
113
|
+
}
|
|
114
|
+
}],
|
|
115
|
+
logo_URIs: {
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
118
|
+
}
|
|
119
|
+
},
|
|
80
120
|
{
|
|
81
121
|
description: 'ERIS liquid staked INJ',
|
|
82
122
|
denom_units: [{
|
|
@@ -843,13 +883,15 @@ const info = {
|
|
|
843
883
|
{
|
|
844
884
|
description: 'DRUGS meme coin',
|
|
845
885
|
denom_units: [{
|
|
846
|
-
denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
886
|
+
denom: 'cw20:inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
847
887
|
exponent: 0
|
|
848
888
|
}, {
|
|
849
889
|
denom: 'DRUGS',
|
|
850
|
-
exponent:
|
|
890
|
+
exponent: 18
|
|
851
891
|
}],
|
|
852
|
-
|
|
892
|
+
type_asset: 'cw20',
|
|
893
|
+
address: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
894
|
+
base: 'cw20:inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
853
895
|
name: 'DRUGS',
|
|
854
896
|
display: 'DRUGS',
|
|
855
897
|
symbol: 'DRUGS',
|