@chain-registry/osmosis 1.60.6 → 1.60.8
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/asset_list.js +292 -2
- package/assets.js +36 -0
- package/esm/asset_list.js +292 -2
- package/esm/assets.js +36 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -1171,7 +1171,7 @@ const asset_list = {
|
|
|
1171
1171
|
logo_URIs: {
|
|
1172
1172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
1173
1173
|
},
|
|
1174
|
-
coingecko_id: '',
|
|
1174
|
+
coingecko_id: 'chain4energy',
|
|
1175
1175
|
images: [{
|
|
1176
1176
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
1177
1177
|
}],
|
|
@@ -3029,6 +3029,151 @@ const asset_list = {
|
|
|
3029
3029
|
}
|
|
3030
3030
|
}]
|
|
3031
3031
|
},
|
|
3032
|
+
{
|
|
3033
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
3034
|
+
denom_units: [{
|
|
3035
|
+
denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
3036
|
+
exponent: 0,
|
|
3037
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
3038
|
+
}, {
|
|
3039
|
+
denom: 'nINJ',
|
|
3040
|
+
exponent: 18
|
|
3041
|
+
}],
|
|
3042
|
+
base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
3043
|
+
name: 'Neptune Receipt INJ',
|
|
3044
|
+
display: 'nINJ',
|
|
3045
|
+
symbol: 'nINJ',
|
|
3046
|
+
images: [{
|
|
3047
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
3048
|
+
}],
|
|
3049
|
+
traces: [{
|
|
3050
|
+
type: 'ibc',
|
|
3051
|
+
counterparty: {
|
|
3052
|
+
channel_id: 'channel-8',
|
|
3053
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
3054
|
+
chain_name: 'injective'
|
|
3055
|
+
},
|
|
3056
|
+
chain: {
|
|
3057
|
+
channel_id: 'channel-122'
|
|
3058
|
+
}
|
|
3059
|
+
}]
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
3063
|
+
denom_units: [{
|
|
3064
|
+
denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
3065
|
+
exponent: 0,
|
|
3066
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
3067
|
+
}, {
|
|
3068
|
+
denom: 'nATOM',
|
|
3069
|
+
exponent: 6
|
|
3070
|
+
}],
|
|
3071
|
+
base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
3072
|
+
name: 'Neptune Receipt ATOM',
|
|
3073
|
+
display: 'nATOM',
|
|
3074
|
+
symbol: 'nATOM',
|
|
3075
|
+
images: [{
|
|
3076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
3077
|
+
}],
|
|
3078
|
+
traces: [{
|
|
3079
|
+
type: 'ibc',
|
|
3080
|
+
counterparty: {
|
|
3081
|
+
channel_id: 'channel-8',
|
|
3082
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
3083
|
+
chain_name: 'injective'
|
|
3084
|
+
},
|
|
3085
|
+
chain: {
|
|
3086
|
+
channel_id: 'channel-122'
|
|
3087
|
+
}
|
|
3088
|
+
}]
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
3092
|
+
denom_units: [{
|
|
3093
|
+
denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
3094
|
+
exponent: 0,
|
|
3095
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
3096
|
+
}, {
|
|
3097
|
+
denom: 'nWETH',
|
|
3098
|
+
exponent: 18
|
|
3099
|
+
}],
|
|
3100
|
+
base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
3101
|
+
name: 'Neptune Receipt WETH',
|
|
3102
|
+
display: 'nWETH',
|
|
3103
|
+
symbol: 'nWETH',
|
|
3104
|
+
images: [{
|
|
3105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
3106
|
+
}],
|
|
3107
|
+
traces: [{
|
|
3108
|
+
type: 'ibc',
|
|
3109
|
+
counterparty: {
|
|
3110
|
+
channel_id: 'channel-8',
|
|
3111
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
3112
|
+
chain_name: 'injective'
|
|
3113
|
+
},
|
|
3114
|
+
chain: {
|
|
3115
|
+
channel_id: 'channel-122'
|
|
3116
|
+
}
|
|
3117
|
+
}]
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
3121
|
+
denom_units: [{
|
|
3122
|
+
denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
3123
|
+
exponent: 0,
|
|
3124
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
3125
|
+
}, {
|
|
3126
|
+
denom: 'nUSDT',
|
|
3127
|
+
exponent: 6
|
|
3128
|
+
}],
|
|
3129
|
+
base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
3130
|
+
name: 'Neptune Receipt USDT',
|
|
3131
|
+
display: 'nUSDT',
|
|
3132
|
+
symbol: 'nUSDT',
|
|
3133
|
+
images: [{
|
|
3134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
3135
|
+
}],
|
|
3136
|
+
traces: [{
|
|
3137
|
+
type: 'ibc',
|
|
3138
|
+
counterparty: {
|
|
3139
|
+
channel_id: 'channel-8',
|
|
3140
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
3141
|
+
chain_name: 'injective'
|
|
3142
|
+
},
|
|
3143
|
+
chain: {
|
|
3144
|
+
channel_id: 'channel-122'
|
|
3145
|
+
}
|
|
3146
|
+
}]
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
3150
|
+
denom_units: [{
|
|
3151
|
+
denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
3152
|
+
exponent: 0,
|
|
3153
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
3154
|
+
}, {
|
|
3155
|
+
denom: 'nTIA',
|
|
3156
|
+
exponent: 6
|
|
3157
|
+
}],
|
|
3158
|
+
base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
3159
|
+
name: 'Neptune Receipt TIA',
|
|
3160
|
+
display: 'nTIA',
|
|
3161
|
+
symbol: 'nTIA',
|
|
3162
|
+
images: [{
|
|
3163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
3164
|
+
}],
|
|
3165
|
+
traces: [{
|
|
3166
|
+
type: 'ibc',
|
|
3167
|
+
counterparty: {
|
|
3168
|
+
channel_id: 'channel-8',
|
|
3169
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
3170
|
+
chain_name: 'injective'
|
|
3171
|
+
},
|
|
3172
|
+
chain: {
|
|
3173
|
+
channel_id: 'channel-122'
|
|
3174
|
+
}
|
|
3175
|
+
}]
|
|
3176
|
+
},
|
|
3032
3177
|
{
|
|
3033
3178
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3034
3179
|
denom_units: [{
|
|
@@ -5750,7 +5895,7 @@ const asset_list = {
|
|
|
5750
5895
|
logo_URIs: {
|
|
5751
5896
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
5752
5897
|
},
|
|
5753
|
-
coingecko_id: '',
|
|
5898
|
+
coingecko_id: 'chain4energy',
|
|
5754
5899
|
images: [{
|
|
5755
5900
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
5756
5901
|
}],
|
|
@@ -7608,6 +7753,151 @@ const asset_list = {
|
|
|
7608
7753
|
}
|
|
7609
7754
|
}]
|
|
7610
7755
|
},
|
|
7756
|
+
{
|
|
7757
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
7758
|
+
denom_units: [{
|
|
7759
|
+
denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
7760
|
+
exponent: 0,
|
|
7761
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
7762
|
+
}, {
|
|
7763
|
+
denom: 'nINJ',
|
|
7764
|
+
exponent: 18
|
|
7765
|
+
}],
|
|
7766
|
+
base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
7767
|
+
name: 'Neptune Receipt INJ',
|
|
7768
|
+
display: 'nINJ',
|
|
7769
|
+
symbol: 'nINJ',
|
|
7770
|
+
images: [{
|
|
7771
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
7772
|
+
}],
|
|
7773
|
+
traces: [{
|
|
7774
|
+
type: 'ibc',
|
|
7775
|
+
counterparty: {
|
|
7776
|
+
channel_id: 'channel-8',
|
|
7777
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
7778
|
+
chain_name: 'injective'
|
|
7779
|
+
},
|
|
7780
|
+
chain: {
|
|
7781
|
+
channel_id: 'channel-122'
|
|
7782
|
+
}
|
|
7783
|
+
}]
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
7787
|
+
denom_units: [{
|
|
7788
|
+
denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
7789
|
+
exponent: 0,
|
|
7790
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
7791
|
+
}, {
|
|
7792
|
+
denom: 'nATOM',
|
|
7793
|
+
exponent: 6
|
|
7794
|
+
}],
|
|
7795
|
+
base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
7796
|
+
name: 'Neptune Receipt ATOM',
|
|
7797
|
+
display: 'nATOM',
|
|
7798
|
+
symbol: 'nATOM',
|
|
7799
|
+
images: [{
|
|
7800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
7801
|
+
}],
|
|
7802
|
+
traces: [{
|
|
7803
|
+
type: 'ibc',
|
|
7804
|
+
counterparty: {
|
|
7805
|
+
channel_id: 'channel-8',
|
|
7806
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
7807
|
+
chain_name: 'injective'
|
|
7808
|
+
},
|
|
7809
|
+
chain: {
|
|
7810
|
+
channel_id: 'channel-122'
|
|
7811
|
+
}
|
|
7812
|
+
}]
|
|
7813
|
+
},
|
|
7814
|
+
{
|
|
7815
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
7816
|
+
denom_units: [{
|
|
7817
|
+
denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
7818
|
+
exponent: 0,
|
|
7819
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
7820
|
+
}, {
|
|
7821
|
+
denom: 'nWETH',
|
|
7822
|
+
exponent: 18
|
|
7823
|
+
}],
|
|
7824
|
+
base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
7825
|
+
name: 'Neptune Receipt WETH',
|
|
7826
|
+
display: 'nWETH',
|
|
7827
|
+
symbol: 'nWETH',
|
|
7828
|
+
images: [{
|
|
7829
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
7830
|
+
}],
|
|
7831
|
+
traces: [{
|
|
7832
|
+
type: 'ibc',
|
|
7833
|
+
counterparty: {
|
|
7834
|
+
channel_id: 'channel-8',
|
|
7835
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
7836
|
+
chain_name: 'injective'
|
|
7837
|
+
},
|
|
7838
|
+
chain: {
|
|
7839
|
+
channel_id: 'channel-122'
|
|
7840
|
+
}
|
|
7841
|
+
}]
|
|
7842
|
+
},
|
|
7843
|
+
{
|
|
7844
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
7845
|
+
denom_units: [{
|
|
7846
|
+
denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
7847
|
+
exponent: 0,
|
|
7848
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
7849
|
+
}, {
|
|
7850
|
+
denom: 'nUSDT',
|
|
7851
|
+
exponent: 6
|
|
7852
|
+
}],
|
|
7853
|
+
base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
7854
|
+
name: 'Neptune Receipt USDT',
|
|
7855
|
+
display: 'nUSDT',
|
|
7856
|
+
symbol: 'nUSDT',
|
|
7857
|
+
images: [{
|
|
7858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
7859
|
+
}],
|
|
7860
|
+
traces: [{
|
|
7861
|
+
type: 'ibc',
|
|
7862
|
+
counterparty: {
|
|
7863
|
+
channel_id: 'channel-8',
|
|
7864
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
7865
|
+
chain_name: 'injective'
|
|
7866
|
+
},
|
|
7867
|
+
chain: {
|
|
7868
|
+
channel_id: 'channel-122'
|
|
7869
|
+
}
|
|
7870
|
+
}]
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
7874
|
+
denom_units: [{
|
|
7875
|
+
denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
7876
|
+
exponent: 0,
|
|
7877
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
7878
|
+
}, {
|
|
7879
|
+
denom: 'nTIA',
|
|
7880
|
+
exponent: 6
|
|
7881
|
+
}],
|
|
7882
|
+
base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
7883
|
+
name: 'Neptune Receipt TIA',
|
|
7884
|
+
display: 'nTIA',
|
|
7885
|
+
symbol: 'nTIA',
|
|
7886
|
+
images: [{
|
|
7887
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
7888
|
+
}],
|
|
7889
|
+
traces: [{
|
|
7890
|
+
type: 'ibc',
|
|
7891
|
+
counterparty: {
|
|
7892
|
+
channel_id: 'channel-8',
|
|
7893
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
7894
|
+
chain_name: 'injective'
|
|
7895
|
+
},
|
|
7896
|
+
chain: {
|
|
7897
|
+
channel_id: 'channel-122'
|
|
7898
|
+
}
|
|
7899
|
+
}]
|
|
7900
|
+
},
|
|
7611
7901
|
{
|
|
7612
7902
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
7613
7903
|
denom_units: [{
|
package/assets.js
CHANGED
|
@@ -14834,6 +14834,42 @@ const assets = {
|
|
|
14834
14834
|
images: [{
|
|
14835
14835
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
|
|
14836
14836
|
}]
|
|
14837
|
+
},
|
|
14838
|
+
{
|
|
14839
|
+
description: 'An alloy of USDT asset variants on Osmosis.',
|
|
14840
|
+
extended_description: 'Multiple Tether USD variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of USDT.',
|
|
14841
|
+
denom_units: [{
|
|
14842
|
+
denom: 'factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT',
|
|
14843
|
+
exponent: 0
|
|
14844
|
+
}, {
|
|
14845
|
+
denom: 'allUSDT',
|
|
14846
|
+
exponent: 6
|
|
14847
|
+
}],
|
|
14848
|
+
type_asset: 'sdk.coin',
|
|
14849
|
+
address: 'osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek',
|
|
14850
|
+
base: 'factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT',
|
|
14851
|
+
name: 'Alloyed USDT',
|
|
14852
|
+
display: 'allUSDT',
|
|
14853
|
+
symbol: 'allUSDT',
|
|
14854
|
+
traces: [{
|
|
14855
|
+
type: 'synthetic',
|
|
14856
|
+
counterparty: {
|
|
14857
|
+
chain_name: 'ethereum',
|
|
14858
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
14859
|
+
},
|
|
14860
|
+
provider: 'Osmosis'
|
|
14861
|
+
}],
|
|
14862
|
+
images: [{
|
|
14863
|
+
image_sync: {
|
|
14864
|
+
chain_name: 'ethereum',
|
|
14865
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
14866
|
+
},
|
|
14867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14868
|
+
}],
|
|
14869
|
+
socials: {
|
|
14870
|
+
website: 'https://osmosis.zone',
|
|
14871
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
14872
|
+
}
|
|
14837
14873
|
}
|
|
14838
14874
|
]
|
|
14839
14875
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -1169,7 +1169,7 @@ const asset_list = {
|
|
|
1169
1169
|
logo_URIs: {
|
|
1170
1170
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
1171
1171
|
},
|
|
1172
|
-
coingecko_id: '',
|
|
1172
|
+
coingecko_id: 'chain4energy',
|
|
1173
1173
|
images: [{
|
|
1174
1174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
1175
1175
|
}],
|
|
@@ -3027,6 +3027,151 @@ const asset_list = {
|
|
|
3027
3027
|
}
|
|
3028
3028
|
}]
|
|
3029
3029
|
},
|
|
3030
|
+
{
|
|
3031
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
3032
|
+
denom_units: [{
|
|
3033
|
+
denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
3034
|
+
exponent: 0,
|
|
3035
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
3036
|
+
}, {
|
|
3037
|
+
denom: 'nINJ',
|
|
3038
|
+
exponent: 18
|
|
3039
|
+
}],
|
|
3040
|
+
base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
3041
|
+
name: 'Neptune Receipt INJ',
|
|
3042
|
+
display: 'nINJ',
|
|
3043
|
+
symbol: 'nINJ',
|
|
3044
|
+
images: [{
|
|
3045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
3046
|
+
}],
|
|
3047
|
+
traces: [{
|
|
3048
|
+
type: 'ibc',
|
|
3049
|
+
counterparty: {
|
|
3050
|
+
channel_id: 'channel-8',
|
|
3051
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
3052
|
+
chain_name: 'injective'
|
|
3053
|
+
},
|
|
3054
|
+
chain: {
|
|
3055
|
+
channel_id: 'channel-122'
|
|
3056
|
+
}
|
|
3057
|
+
}]
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
3061
|
+
denom_units: [{
|
|
3062
|
+
denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
3063
|
+
exponent: 0,
|
|
3064
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
3065
|
+
}, {
|
|
3066
|
+
denom: 'nATOM',
|
|
3067
|
+
exponent: 6
|
|
3068
|
+
}],
|
|
3069
|
+
base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
3070
|
+
name: 'Neptune Receipt ATOM',
|
|
3071
|
+
display: 'nATOM',
|
|
3072
|
+
symbol: 'nATOM',
|
|
3073
|
+
images: [{
|
|
3074
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
3075
|
+
}],
|
|
3076
|
+
traces: [{
|
|
3077
|
+
type: 'ibc',
|
|
3078
|
+
counterparty: {
|
|
3079
|
+
channel_id: 'channel-8',
|
|
3080
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
3081
|
+
chain_name: 'injective'
|
|
3082
|
+
},
|
|
3083
|
+
chain: {
|
|
3084
|
+
channel_id: 'channel-122'
|
|
3085
|
+
}
|
|
3086
|
+
}]
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
3090
|
+
denom_units: [{
|
|
3091
|
+
denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
3092
|
+
exponent: 0,
|
|
3093
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
3094
|
+
}, {
|
|
3095
|
+
denom: 'nWETH',
|
|
3096
|
+
exponent: 18
|
|
3097
|
+
}],
|
|
3098
|
+
base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
3099
|
+
name: 'Neptune Receipt WETH',
|
|
3100
|
+
display: 'nWETH',
|
|
3101
|
+
symbol: 'nWETH',
|
|
3102
|
+
images: [{
|
|
3103
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
3104
|
+
}],
|
|
3105
|
+
traces: [{
|
|
3106
|
+
type: 'ibc',
|
|
3107
|
+
counterparty: {
|
|
3108
|
+
channel_id: 'channel-8',
|
|
3109
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
3110
|
+
chain_name: 'injective'
|
|
3111
|
+
},
|
|
3112
|
+
chain: {
|
|
3113
|
+
channel_id: 'channel-122'
|
|
3114
|
+
}
|
|
3115
|
+
}]
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
3119
|
+
denom_units: [{
|
|
3120
|
+
denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
3121
|
+
exponent: 0,
|
|
3122
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
3123
|
+
}, {
|
|
3124
|
+
denom: 'nUSDT',
|
|
3125
|
+
exponent: 6
|
|
3126
|
+
}],
|
|
3127
|
+
base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
3128
|
+
name: 'Neptune Receipt USDT',
|
|
3129
|
+
display: 'nUSDT',
|
|
3130
|
+
symbol: 'nUSDT',
|
|
3131
|
+
images: [{
|
|
3132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
3133
|
+
}],
|
|
3134
|
+
traces: [{
|
|
3135
|
+
type: 'ibc',
|
|
3136
|
+
counterparty: {
|
|
3137
|
+
channel_id: 'channel-8',
|
|
3138
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
3139
|
+
chain_name: 'injective'
|
|
3140
|
+
},
|
|
3141
|
+
chain: {
|
|
3142
|
+
channel_id: 'channel-122'
|
|
3143
|
+
}
|
|
3144
|
+
}]
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
3148
|
+
denom_units: [{
|
|
3149
|
+
denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
3150
|
+
exponent: 0,
|
|
3151
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
3152
|
+
}, {
|
|
3153
|
+
denom: 'nTIA',
|
|
3154
|
+
exponent: 6
|
|
3155
|
+
}],
|
|
3156
|
+
base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
3157
|
+
name: 'Neptune Receipt TIA',
|
|
3158
|
+
display: 'nTIA',
|
|
3159
|
+
symbol: 'nTIA',
|
|
3160
|
+
images: [{
|
|
3161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
3162
|
+
}],
|
|
3163
|
+
traces: [{
|
|
3164
|
+
type: 'ibc',
|
|
3165
|
+
counterparty: {
|
|
3166
|
+
channel_id: 'channel-8',
|
|
3167
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
3168
|
+
chain_name: 'injective'
|
|
3169
|
+
},
|
|
3170
|
+
chain: {
|
|
3171
|
+
channel_id: 'channel-122'
|
|
3172
|
+
}
|
|
3173
|
+
}]
|
|
3174
|
+
},
|
|
3030
3175
|
{
|
|
3031
3176
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3032
3177
|
denom_units: [{
|
|
@@ -5748,7 +5893,7 @@ const asset_list = {
|
|
|
5748
5893
|
logo_URIs: {
|
|
5749
5894
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
5750
5895
|
},
|
|
5751
|
-
coingecko_id: '',
|
|
5896
|
+
coingecko_id: 'chain4energy',
|
|
5752
5897
|
images: [{
|
|
5753
5898
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chain4energy/images/c4e.png'
|
|
5754
5899
|
}],
|
|
@@ -7606,6 +7751,151 @@ const asset_list = {
|
|
|
7606
7751
|
}
|
|
7607
7752
|
}]
|
|
7608
7753
|
},
|
|
7754
|
+
{
|
|
7755
|
+
description: 'A receipt token for lent INJ issued by the Neptune Protocol.',
|
|
7756
|
+
denom_units: [{
|
|
7757
|
+
denom: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
7758
|
+
exponent: 0,
|
|
7759
|
+
aliases: ['inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f']
|
|
7760
|
+
}, {
|
|
7761
|
+
denom: 'nINJ',
|
|
7762
|
+
exponent: 18
|
|
7763
|
+
}],
|
|
7764
|
+
base: 'ibc/79DD486C76A7E3E26209CB43CD7F7D7E63B25B59A76A69F9E44398B8BDBEDA86',
|
|
7765
|
+
name: 'Neptune Receipt INJ',
|
|
7766
|
+
display: 'nINJ',
|
|
7767
|
+
symbol: 'nINJ',
|
|
7768
|
+
images: [{
|
|
7769
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ninj.png'
|
|
7770
|
+
}],
|
|
7771
|
+
traces: [{
|
|
7772
|
+
type: 'ibc',
|
|
7773
|
+
counterparty: {
|
|
7774
|
+
channel_id: 'channel-8',
|
|
7775
|
+
base_denom: 'inj1rmzufd7h09sqfrre5dtvu5d09ta7c0t4jzkr2f',
|
|
7776
|
+
chain_name: 'injective'
|
|
7777
|
+
},
|
|
7778
|
+
chain: {
|
|
7779
|
+
channel_id: 'channel-122'
|
|
7780
|
+
}
|
|
7781
|
+
}]
|
|
7782
|
+
},
|
|
7783
|
+
{
|
|
7784
|
+
description: 'A receipt token for lent ATOM issued by the Neptune Protocol.',
|
|
7785
|
+
denom_units: [{
|
|
7786
|
+
denom: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
7787
|
+
exponent: 0,
|
|
7788
|
+
aliases: ['inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780']
|
|
7789
|
+
}, {
|
|
7790
|
+
denom: 'nATOM',
|
|
7791
|
+
exponent: 6
|
|
7792
|
+
}],
|
|
7793
|
+
base: 'ibc/D794D795D87B7027F5DCD7970385AB764DD3973AAB1D7872A5DA87B4419E8D88',
|
|
7794
|
+
name: 'Neptune Receipt ATOM',
|
|
7795
|
+
display: 'nATOM',
|
|
7796
|
+
symbol: 'nATOM',
|
|
7797
|
+
images: [{
|
|
7798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/natom.png'
|
|
7799
|
+
}],
|
|
7800
|
+
traces: [{
|
|
7801
|
+
type: 'ibc',
|
|
7802
|
+
counterparty: {
|
|
7803
|
+
channel_id: 'channel-8',
|
|
7804
|
+
base_denom: 'inj16jf4qkcarp3lan4wl2qkrelf4kduvvujwg0780',
|
|
7805
|
+
chain_name: 'injective'
|
|
7806
|
+
},
|
|
7807
|
+
chain: {
|
|
7808
|
+
channel_id: 'channel-122'
|
|
7809
|
+
}
|
|
7810
|
+
}]
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
description: 'A receipt token for lent WETH issued by the Neptune Protocol.',
|
|
7814
|
+
denom_units: [{
|
|
7815
|
+
denom: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
7816
|
+
exponent: 0,
|
|
7817
|
+
aliases: ['inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt']
|
|
7818
|
+
}, {
|
|
7819
|
+
denom: 'nWETH',
|
|
7820
|
+
exponent: 18
|
|
7821
|
+
}],
|
|
7822
|
+
base: 'ibc/2682393F9FBCA80BA3BB2E2E20429E2BEF742DD4BE871A70D2CB566B3F39CD33',
|
|
7823
|
+
name: 'Neptune Receipt WETH',
|
|
7824
|
+
display: 'nWETH',
|
|
7825
|
+
symbol: 'nWETH',
|
|
7826
|
+
images: [{
|
|
7827
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nweth.png'
|
|
7828
|
+
}],
|
|
7829
|
+
traces: [{
|
|
7830
|
+
type: 'ibc',
|
|
7831
|
+
counterparty: {
|
|
7832
|
+
channel_id: 'channel-8',
|
|
7833
|
+
base_denom: 'inj1kehk5nvreklhylx22p3x0yjydfsz9fv3fvg5xt',
|
|
7834
|
+
chain_name: 'injective'
|
|
7835
|
+
},
|
|
7836
|
+
chain: {
|
|
7837
|
+
channel_id: 'channel-122'
|
|
7838
|
+
}
|
|
7839
|
+
}]
|
|
7840
|
+
},
|
|
7841
|
+
{
|
|
7842
|
+
description: 'A receipt token for lent USDT issued by the Neptune Protocol.',
|
|
7843
|
+
denom_units: [{
|
|
7844
|
+
denom: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
7845
|
+
exponent: 0,
|
|
7846
|
+
aliases: ['inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s']
|
|
7847
|
+
}, {
|
|
7848
|
+
denom: 'nUSDT',
|
|
7849
|
+
exponent: 6
|
|
7850
|
+
}],
|
|
7851
|
+
base: 'ibc/6569248F0ADF74C0751A48AE8D19F28B40565629265956DA4BEBFBFD73F72F0A',
|
|
7852
|
+
name: 'Neptune Receipt USDT',
|
|
7853
|
+
display: 'nUSDT',
|
|
7854
|
+
symbol: 'nUSDT',
|
|
7855
|
+
images: [{
|
|
7856
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/nusdt.png'
|
|
7857
|
+
}],
|
|
7858
|
+
traces: [{
|
|
7859
|
+
type: 'ibc',
|
|
7860
|
+
counterparty: {
|
|
7861
|
+
channel_id: 'channel-8',
|
|
7862
|
+
base_denom: 'inj1cy9hes20vww2yr6crvs75gxy5hpycya2hmjg9s',
|
|
7863
|
+
chain_name: 'injective'
|
|
7864
|
+
},
|
|
7865
|
+
chain: {
|
|
7866
|
+
channel_id: 'channel-122'
|
|
7867
|
+
}
|
|
7868
|
+
}]
|
|
7869
|
+
},
|
|
7870
|
+
{
|
|
7871
|
+
description: 'A receipt token for lent TIA issued by the Neptune Protocol.',
|
|
7872
|
+
denom_units: [{
|
|
7873
|
+
denom: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
7874
|
+
exponent: 0,
|
|
7875
|
+
aliases: ['inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv']
|
|
7876
|
+
}, {
|
|
7877
|
+
denom: 'nTIA',
|
|
7878
|
+
exponent: 6
|
|
7879
|
+
}],
|
|
7880
|
+
base: 'ibc/D2F6AD62E486AC49EA6A3D871589051BBF0C7FA690D1122109228B4DB6F8D7C3',
|
|
7881
|
+
name: 'Neptune Receipt TIA',
|
|
7882
|
+
display: 'nTIA',
|
|
7883
|
+
symbol: 'nTIA',
|
|
7884
|
+
images: [{
|
|
7885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/ntia.png'
|
|
7886
|
+
}],
|
|
7887
|
+
traces: [{
|
|
7888
|
+
type: 'ibc',
|
|
7889
|
+
counterparty: {
|
|
7890
|
+
channel_id: 'channel-8',
|
|
7891
|
+
base_denom: 'inj1fzquxxxam59z6fzewy2hvvreeh3m04x83zg4vv',
|
|
7892
|
+
chain_name: 'injective'
|
|
7893
|
+
},
|
|
7894
|
+
chain: {
|
|
7895
|
+
channel_id: 'channel-122'
|
|
7896
|
+
}
|
|
7897
|
+
}]
|
|
7898
|
+
},
|
|
7609
7899
|
{
|
|
7610
7900
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
7611
7901
|
denom_units: [{
|
package/esm/assets.js
CHANGED
|
@@ -14832,6 +14832,42 @@ const assets = {
|
|
|
14832
14832
|
images: [{
|
|
14833
14833
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
|
|
14834
14834
|
}]
|
|
14835
|
+
},
|
|
14836
|
+
{
|
|
14837
|
+
description: 'An alloy of USDT asset variants on Osmosis.',
|
|
14838
|
+
extended_description: 'Multiple Tether USD variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of USDT.',
|
|
14839
|
+
denom_units: [{
|
|
14840
|
+
denom: 'factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT',
|
|
14841
|
+
exponent: 0
|
|
14842
|
+
}, {
|
|
14843
|
+
denom: 'allUSDT',
|
|
14844
|
+
exponent: 6
|
|
14845
|
+
}],
|
|
14846
|
+
type_asset: 'sdk.coin',
|
|
14847
|
+
address: 'osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek',
|
|
14848
|
+
base: 'factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT',
|
|
14849
|
+
name: 'Alloyed USDT',
|
|
14850
|
+
display: 'allUSDT',
|
|
14851
|
+
symbol: 'allUSDT',
|
|
14852
|
+
traces: [{
|
|
14853
|
+
type: 'synthetic',
|
|
14854
|
+
counterparty: {
|
|
14855
|
+
chain_name: 'ethereum',
|
|
14856
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
14857
|
+
},
|
|
14858
|
+
provider: 'Osmosis'
|
|
14859
|
+
}],
|
|
14860
|
+
images: [{
|
|
14861
|
+
image_sync: {
|
|
14862
|
+
chain_name: 'ethereum',
|
|
14863
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
14864
|
+
},
|
|
14865
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
14866
|
+
}],
|
|
14867
|
+
socials: {
|
|
14868
|
+
website: 'https://osmosis.zone',
|
|
14869
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
14870
|
+
}
|
|
14835
14871
|
}
|
|
14836
14872
|
]
|
|
14837
14873
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.8",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"test:watch": "jest --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@chain-registry/types": "^0.43.
|
|
33
|
+
"@chain-registry/types": "^0.43.8"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"osmosis"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "15cdcfda2b91bc9f1ce80cdbc2fc9b7d7d42b693"
|
|
43
43
|
}
|