@chain-registry/osmosis 1.67.367 → 1.67.368
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 +0 -302
- package/esm/asset_list.js +0 -302
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -3030,157 +3030,6 @@ const asset_list = {
|
|
|
3030
3030
|
}
|
|
3031
3031
|
}]
|
|
3032
3032
|
},
|
|
3033
|
-
{
|
|
3034
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3035
|
-
denom_units: [{
|
|
3036
|
-
denom: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
3037
|
-
exponent: 0,
|
|
3038
|
-
aliases: ['aevmos']
|
|
3039
|
-
}, {
|
|
3040
|
-
denom: 'evmos',
|
|
3041
|
-
exponent: 18
|
|
3042
|
-
}],
|
|
3043
|
-
base: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
3044
|
-
name: 'Evmos',
|
|
3045
|
-
display: 'evmos',
|
|
3046
|
-
symbol: 'EVMOS',
|
|
3047
|
-
logo_URIs: {
|
|
3048
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3049
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3050
|
-
},
|
|
3051
|
-
coingecko_id: 'evmos',
|
|
3052
|
-
images: [{
|
|
3053
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3054
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3055
|
-
}],
|
|
3056
|
-
socials: {
|
|
3057
|
-
website: 'https://evmos.org/',
|
|
3058
|
-
x: 'https://x.com/EvmosOrg'
|
|
3059
|
-
},
|
|
3060
|
-
type_asset: 'sdk.coin',
|
|
3061
|
-
traces: [{
|
|
3062
|
-
type: 'ibc',
|
|
3063
|
-
counterparty: {
|
|
3064
|
-
channel_id: 'channel-0',
|
|
3065
|
-
base_denom: 'aevmos',
|
|
3066
|
-
chain_name: 'evmos'
|
|
3067
|
-
},
|
|
3068
|
-
chain: {
|
|
3069
|
-
channel_id: 'channel-204'
|
|
3070
|
-
}
|
|
3071
|
-
}]
|
|
3072
|
-
},
|
|
3073
|
-
{
|
|
3074
|
-
description: 'The token of Neokingdom DAO.',
|
|
3075
|
-
denom_units: [{
|
|
3076
|
-
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
3077
|
-
exponent: 0,
|
|
3078
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
3079
|
-
}, {
|
|
3080
|
-
denom: 'neok',
|
|
3081
|
-
exponent: 18
|
|
3082
|
-
}],
|
|
3083
|
-
base: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
3084
|
-
name: 'Neokingdom DAO',
|
|
3085
|
-
display: 'neok',
|
|
3086
|
-
symbol: 'NEOK',
|
|
3087
|
-
logo_URIs: {
|
|
3088
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3089
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3090
|
-
},
|
|
3091
|
-
images: [{
|
|
3092
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3093
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3094
|
-
}],
|
|
3095
|
-
socials: {
|
|
3096
|
-
website: 'https://www.neokingdom.org/',
|
|
3097
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
3098
|
-
},
|
|
3099
|
-
type_asset: 'sdk.coin',
|
|
3100
|
-
traces: [{
|
|
3101
|
-
type: 'ibc',
|
|
3102
|
-
counterparty: {
|
|
3103
|
-
channel_id: 'channel-0',
|
|
3104
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
3105
|
-
chain_name: 'evmos'
|
|
3106
|
-
},
|
|
3107
|
-
chain: {
|
|
3108
|
-
channel_id: 'channel-204'
|
|
3109
|
-
}
|
|
3110
|
-
}]
|
|
3111
|
-
},
|
|
3112
|
-
{
|
|
3113
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
3114
|
-
denom_units: [{
|
|
3115
|
-
denom: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
3116
|
-
exponent: 0,
|
|
3117
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
3118
|
-
}, {
|
|
3119
|
-
denom: 'berlin-legacy',
|
|
3120
|
-
exponent: 18
|
|
3121
|
-
}],
|
|
3122
|
-
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
3123
|
-
name: 'Teledisko DAO - Legacy',
|
|
3124
|
-
display: 'berlin-legacy',
|
|
3125
|
-
symbol: 'BERLIN-legacy',
|
|
3126
|
-
type_asset: 'erc20',
|
|
3127
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3128
|
-
logo_URIs: {
|
|
3129
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3130
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3131
|
-
},
|
|
3132
|
-
images: [{
|
|
3133
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3134
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3135
|
-
}],
|
|
3136
|
-
traces: [{
|
|
3137
|
-
type: 'ibc',
|
|
3138
|
-
counterparty: {
|
|
3139
|
-
channel_id: 'channel-0',
|
|
3140
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3141
|
-
chain_name: 'evmos'
|
|
3142
|
-
},
|
|
3143
|
-
chain: {
|
|
3144
|
-
channel_id: 'channel-204'
|
|
3145
|
-
}
|
|
3146
|
-
}]
|
|
3147
|
-
},
|
|
3148
|
-
{
|
|
3149
|
-
description: 'The token of Crowdpunk DAO',
|
|
3150
|
-
denom_units: [{
|
|
3151
|
-
denom: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
3152
|
-
exponent: 0,
|
|
3153
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
3154
|
-
}, {
|
|
3155
|
-
denom: 'crowdp',
|
|
3156
|
-
exponent: 18
|
|
3157
|
-
}],
|
|
3158
|
-
base: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
3159
|
-
name: 'Crowdpunk DAO',
|
|
3160
|
-
display: 'crowdp',
|
|
3161
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3162
|
-
symbol: 'CROWDP',
|
|
3163
|
-
type_asset: 'erc20',
|
|
3164
|
-
logo_URIs: {
|
|
3165
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3166
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3167
|
-
},
|
|
3168
|
-
images: [{
|
|
3169
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3170
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3171
|
-
}],
|
|
3172
|
-
traces: [{
|
|
3173
|
-
type: 'ibc',
|
|
3174
|
-
counterparty: {
|
|
3175
|
-
channel_id: 'channel-0',
|
|
3176
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3177
|
-
chain_name: 'evmos'
|
|
3178
|
-
},
|
|
3179
|
-
chain: {
|
|
3180
|
-
channel_id: 'channel-204'
|
|
3181
|
-
}
|
|
3182
|
-
}]
|
|
3183
|
-
},
|
|
3184
3033
|
{
|
|
3185
3034
|
description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
|
|
3186
3035
|
denom_units: [{
|
|
@@ -9686,157 +9535,6 @@ const asset_list = {
|
|
|
9686
9535
|
}
|
|
9687
9536
|
}]
|
|
9688
9537
|
},
|
|
9689
|
-
{
|
|
9690
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
9691
|
-
denom_units: [{
|
|
9692
|
-
denom: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
9693
|
-
exponent: 0,
|
|
9694
|
-
aliases: ['aevmos']
|
|
9695
|
-
}, {
|
|
9696
|
-
denom: 'evmos',
|
|
9697
|
-
exponent: 18
|
|
9698
|
-
}],
|
|
9699
|
-
base: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
9700
|
-
name: 'Evmos',
|
|
9701
|
-
display: 'evmos',
|
|
9702
|
-
symbol: 'EVMOS',
|
|
9703
|
-
logo_URIs: {
|
|
9704
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
9705
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
9706
|
-
},
|
|
9707
|
-
coingecko_id: 'evmos',
|
|
9708
|
-
images: [{
|
|
9709
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
9710
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
9711
|
-
}],
|
|
9712
|
-
socials: {
|
|
9713
|
-
website: 'https://evmos.org/',
|
|
9714
|
-
x: 'https://x.com/EvmosOrg'
|
|
9715
|
-
},
|
|
9716
|
-
type_asset: 'sdk.coin',
|
|
9717
|
-
traces: [{
|
|
9718
|
-
type: 'ibc',
|
|
9719
|
-
counterparty: {
|
|
9720
|
-
channel_id: 'channel-0',
|
|
9721
|
-
base_denom: 'aevmos',
|
|
9722
|
-
chain_name: 'evmos'
|
|
9723
|
-
},
|
|
9724
|
-
chain: {
|
|
9725
|
-
channel_id: 'channel-204'
|
|
9726
|
-
}
|
|
9727
|
-
}]
|
|
9728
|
-
},
|
|
9729
|
-
{
|
|
9730
|
-
description: 'The token of Neokingdom DAO.',
|
|
9731
|
-
denom_units: [{
|
|
9732
|
-
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
9733
|
-
exponent: 0,
|
|
9734
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
9735
|
-
}, {
|
|
9736
|
-
denom: 'neok',
|
|
9737
|
-
exponent: 18
|
|
9738
|
-
}],
|
|
9739
|
-
base: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
9740
|
-
name: 'Neokingdom DAO',
|
|
9741
|
-
display: 'neok',
|
|
9742
|
-
symbol: 'NEOK',
|
|
9743
|
-
logo_URIs: {
|
|
9744
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
9745
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9746
|
-
},
|
|
9747
|
-
images: [{
|
|
9748
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
9749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9750
|
-
}],
|
|
9751
|
-
socials: {
|
|
9752
|
-
website: 'https://www.neokingdom.org/',
|
|
9753
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
9754
|
-
},
|
|
9755
|
-
type_asset: 'sdk.coin',
|
|
9756
|
-
traces: [{
|
|
9757
|
-
type: 'ibc',
|
|
9758
|
-
counterparty: {
|
|
9759
|
-
channel_id: 'channel-0',
|
|
9760
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
9761
|
-
chain_name: 'evmos'
|
|
9762
|
-
},
|
|
9763
|
-
chain: {
|
|
9764
|
-
channel_id: 'channel-204'
|
|
9765
|
-
}
|
|
9766
|
-
}]
|
|
9767
|
-
},
|
|
9768
|
-
{
|
|
9769
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
9770
|
-
denom_units: [{
|
|
9771
|
-
denom: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
9772
|
-
exponent: 0,
|
|
9773
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
9774
|
-
}, {
|
|
9775
|
-
denom: 'berlin-legacy',
|
|
9776
|
-
exponent: 18
|
|
9777
|
-
}],
|
|
9778
|
-
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
9779
|
-
name: 'Teledisko DAO - Legacy',
|
|
9780
|
-
display: 'berlin-legacy',
|
|
9781
|
-
symbol: 'BERLIN-legacy',
|
|
9782
|
-
type_asset: 'erc20',
|
|
9783
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
9784
|
-
logo_URIs: {
|
|
9785
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
9786
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
9787
|
-
},
|
|
9788
|
-
images: [{
|
|
9789
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
9790
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
9791
|
-
}],
|
|
9792
|
-
traces: [{
|
|
9793
|
-
type: 'ibc',
|
|
9794
|
-
counterparty: {
|
|
9795
|
-
channel_id: 'channel-0',
|
|
9796
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
9797
|
-
chain_name: 'evmos'
|
|
9798
|
-
},
|
|
9799
|
-
chain: {
|
|
9800
|
-
channel_id: 'channel-204'
|
|
9801
|
-
}
|
|
9802
|
-
}]
|
|
9803
|
-
},
|
|
9804
|
-
{
|
|
9805
|
-
description: 'The token of Crowdpunk DAO',
|
|
9806
|
-
denom_units: [{
|
|
9807
|
-
denom: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
9808
|
-
exponent: 0,
|
|
9809
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
9810
|
-
}, {
|
|
9811
|
-
denom: 'crowdp',
|
|
9812
|
-
exponent: 18
|
|
9813
|
-
}],
|
|
9814
|
-
base: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
9815
|
-
name: 'Crowdpunk DAO',
|
|
9816
|
-
display: 'crowdp',
|
|
9817
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
9818
|
-
symbol: 'CROWDP',
|
|
9819
|
-
type_asset: 'erc20',
|
|
9820
|
-
logo_URIs: {
|
|
9821
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
9822
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
9823
|
-
},
|
|
9824
|
-
images: [{
|
|
9825
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
9826
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
9827
|
-
}],
|
|
9828
|
-
traces: [{
|
|
9829
|
-
type: 'ibc',
|
|
9830
|
-
counterparty: {
|
|
9831
|
-
channel_id: 'channel-0',
|
|
9832
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
9833
|
-
chain_name: 'evmos'
|
|
9834
|
-
},
|
|
9835
|
-
chain: {
|
|
9836
|
-
channel_id: 'channel-204'
|
|
9837
|
-
}
|
|
9838
|
-
}]
|
|
9839
|
-
},
|
|
9840
9538
|
{
|
|
9841
9539
|
description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
|
|
9842
9540
|
denom_units: [{
|
package/esm/asset_list.js
CHANGED
|
@@ -3028,157 +3028,6 @@ const asset_list = {
|
|
|
3028
3028
|
}
|
|
3029
3029
|
}]
|
|
3030
3030
|
},
|
|
3031
|
-
{
|
|
3032
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3033
|
-
denom_units: [{
|
|
3034
|
-
denom: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
3035
|
-
exponent: 0,
|
|
3036
|
-
aliases: ['aevmos']
|
|
3037
|
-
}, {
|
|
3038
|
-
denom: 'evmos',
|
|
3039
|
-
exponent: 18
|
|
3040
|
-
}],
|
|
3041
|
-
base: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
3042
|
-
name: 'Evmos',
|
|
3043
|
-
display: 'evmos',
|
|
3044
|
-
symbol: 'EVMOS',
|
|
3045
|
-
logo_URIs: {
|
|
3046
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3047
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3048
|
-
},
|
|
3049
|
-
coingecko_id: 'evmos',
|
|
3050
|
-
images: [{
|
|
3051
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
3052
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
3053
|
-
}],
|
|
3054
|
-
socials: {
|
|
3055
|
-
website: 'https://evmos.org/',
|
|
3056
|
-
x: 'https://x.com/EvmosOrg'
|
|
3057
|
-
},
|
|
3058
|
-
type_asset: 'sdk.coin',
|
|
3059
|
-
traces: [{
|
|
3060
|
-
type: 'ibc',
|
|
3061
|
-
counterparty: {
|
|
3062
|
-
channel_id: 'channel-0',
|
|
3063
|
-
base_denom: 'aevmos',
|
|
3064
|
-
chain_name: 'evmos'
|
|
3065
|
-
},
|
|
3066
|
-
chain: {
|
|
3067
|
-
channel_id: 'channel-204'
|
|
3068
|
-
}
|
|
3069
|
-
}]
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
description: 'The token of Neokingdom DAO.',
|
|
3073
|
-
denom_units: [{
|
|
3074
|
-
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
3075
|
-
exponent: 0,
|
|
3076
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
3077
|
-
}, {
|
|
3078
|
-
denom: 'neok',
|
|
3079
|
-
exponent: 18
|
|
3080
|
-
}],
|
|
3081
|
-
base: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
3082
|
-
name: 'Neokingdom DAO',
|
|
3083
|
-
display: 'neok',
|
|
3084
|
-
symbol: 'NEOK',
|
|
3085
|
-
logo_URIs: {
|
|
3086
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3087
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3088
|
-
},
|
|
3089
|
-
images: [{
|
|
3090
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
3091
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
3092
|
-
}],
|
|
3093
|
-
socials: {
|
|
3094
|
-
website: 'https://www.neokingdom.org/',
|
|
3095
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
3096
|
-
},
|
|
3097
|
-
type_asset: 'sdk.coin',
|
|
3098
|
-
traces: [{
|
|
3099
|
-
type: 'ibc',
|
|
3100
|
-
counterparty: {
|
|
3101
|
-
channel_id: 'channel-0',
|
|
3102
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
3103
|
-
chain_name: 'evmos'
|
|
3104
|
-
},
|
|
3105
|
-
chain: {
|
|
3106
|
-
channel_id: 'channel-204'
|
|
3107
|
-
}
|
|
3108
|
-
}]
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
3112
|
-
denom_units: [{
|
|
3113
|
-
denom: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
3114
|
-
exponent: 0,
|
|
3115
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
3116
|
-
}, {
|
|
3117
|
-
denom: 'berlin-legacy',
|
|
3118
|
-
exponent: 18
|
|
3119
|
-
}],
|
|
3120
|
-
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
3121
|
-
name: 'Teledisko DAO - Legacy',
|
|
3122
|
-
display: 'berlin-legacy',
|
|
3123
|
-
symbol: 'BERLIN-legacy',
|
|
3124
|
-
type_asset: 'erc20',
|
|
3125
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3126
|
-
logo_URIs: {
|
|
3127
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3128
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3129
|
-
},
|
|
3130
|
-
images: [{
|
|
3131
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
3132
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
3133
|
-
}],
|
|
3134
|
-
traces: [{
|
|
3135
|
-
type: 'ibc',
|
|
3136
|
-
counterparty: {
|
|
3137
|
-
channel_id: 'channel-0',
|
|
3138
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
3139
|
-
chain_name: 'evmos'
|
|
3140
|
-
},
|
|
3141
|
-
chain: {
|
|
3142
|
-
channel_id: 'channel-204'
|
|
3143
|
-
}
|
|
3144
|
-
}]
|
|
3145
|
-
},
|
|
3146
|
-
{
|
|
3147
|
-
description: 'The token of Crowdpunk DAO',
|
|
3148
|
-
denom_units: [{
|
|
3149
|
-
denom: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
3150
|
-
exponent: 0,
|
|
3151
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
3152
|
-
}, {
|
|
3153
|
-
denom: 'crowdp',
|
|
3154
|
-
exponent: 18
|
|
3155
|
-
}],
|
|
3156
|
-
base: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
3157
|
-
name: 'Crowdpunk DAO',
|
|
3158
|
-
display: 'crowdp',
|
|
3159
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3160
|
-
symbol: 'CROWDP',
|
|
3161
|
-
type_asset: 'erc20',
|
|
3162
|
-
logo_URIs: {
|
|
3163
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3165
|
-
},
|
|
3166
|
-
images: [{
|
|
3167
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
3168
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
3169
|
-
}],
|
|
3170
|
-
traces: [{
|
|
3171
|
-
type: 'ibc',
|
|
3172
|
-
counterparty: {
|
|
3173
|
-
channel_id: 'channel-0',
|
|
3174
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
3175
|
-
chain_name: 'evmos'
|
|
3176
|
-
},
|
|
3177
|
-
chain: {
|
|
3178
|
-
channel_id: 'channel-204'
|
|
3179
|
-
}
|
|
3180
|
-
}]
|
|
3181
|
-
},
|
|
3182
3031
|
{
|
|
3183
3032
|
description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
|
|
3184
3033
|
denom_units: [{
|
|
@@ -9684,157 +9533,6 @@ const asset_list = {
|
|
|
9684
9533
|
}
|
|
9685
9534
|
}]
|
|
9686
9535
|
},
|
|
9687
|
-
{
|
|
9688
|
-
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
9689
|
-
denom_units: [{
|
|
9690
|
-
denom: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
9691
|
-
exponent: 0,
|
|
9692
|
-
aliases: ['aevmos']
|
|
9693
|
-
}, {
|
|
9694
|
-
denom: 'evmos',
|
|
9695
|
-
exponent: 18
|
|
9696
|
-
}],
|
|
9697
|
-
base: 'ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A',
|
|
9698
|
-
name: 'Evmos',
|
|
9699
|
-
display: 'evmos',
|
|
9700
|
-
symbol: 'EVMOS',
|
|
9701
|
-
logo_URIs: {
|
|
9702
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
9703
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
9704
|
-
},
|
|
9705
|
-
coingecko_id: 'evmos',
|
|
9706
|
-
images: [{
|
|
9707
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png',
|
|
9708
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg'
|
|
9709
|
-
}],
|
|
9710
|
-
socials: {
|
|
9711
|
-
website: 'https://evmos.org/',
|
|
9712
|
-
x: 'https://x.com/EvmosOrg'
|
|
9713
|
-
},
|
|
9714
|
-
type_asset: 'sdk.coin',
|
|
9715
|
-
traces: [{
|
|
9716
|
-
type: 'ibc',
|
|
9717
|
-
counterparty: {
|
|
9718
|
-
channel_id: 'channel-0',
|
|
9719
|
-
base_denom: 'aevmos',
|
|
9720
|
-
chain_name: 'evmos'
|
|
9721
|
-
},
|
|
9722
|
-
chain: {
|
|
9723
|
-
channel_id: 'channel-204'
|
|
9724
|
-
}
|
|
9725
|
-
}]
|
|
9726
|
-
},
|
|
9727
|
-
{
|
|
9728
|
-
description: 'The token of Neokingdom DAO.',
|
|
9729
|
-
denom_units: [{
|
|
9730
|
-
denom: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
9731
|
-
exponent: 0,
|
|
9732
|
-
aliases: ['erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9']
|
|
9733
|
-
}, {
|
|
9734
|
-
denom: 'neok',
|
|
9735
|
-
exponent: 18
|
|
9736
|
-
}],
|
|
9737
|
-
base: 'ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71',
|
|
9738
|
-
name: 'Neokingdom DAO',
|
|
9739
|
-
display: 'neok',
|
|
9740
|
-
symbol: 'NEOK',
|
|
9741
|
-
logo_URIs: {
|
|
9742
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
9743
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9744
|
-
},
|
|
9745
|
-
images: [{
|
|
9746
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.png',
|
|
9747
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/neok.svg'
|
|
9748
|
-
}],
|
|
9749
|
-
socials: {
|
|
9750
|
-
website: 'https://www.neokingdom.org/',
|
|
9751
|
-
x: 'https://x.com/NEOKingdomDAO'
|
|
9752
|
-
},
|
|
9753
|
-
type_asset: 'sdk.coin',
|
|
9754
|
-
traces: [{
|
|
9755
|
-
type: 'ibc',
|
|
9756
|
-
counterparty: {
|
|
9757
|
-
channel_id: 'channel-0',
|
|
9758
|
-
base_denom: 'erc20/0x655ecB57432CC1370f65e5dc2309588b71b473A9',
|
|
9759
|
-
chain_name: 'evmos'
|
|
9760
|
-
},
|
|
9761
|
-
chain: {
|
|
9762
|
-
channel_id: 'channel-204'
|
|
9763
|
-
}
|
|
9764
|
-
}]
|
|
9765
|
-
},
|
|
9766
|
-
{
|
|
9767
|
-
description: 'The legacy token of Teledisko DAO.',
|
|
9768
|
-
denom_units: [{
|
|
9769
|
-
denom: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
9770
|
-
exponent: 0,
|
|
9771
|
-
aliases: ['erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280']
|
|
9772
|
-
}, {
|
|
9773
|
-
denom: 'berlin-legacy',
|
|
9774
|
-
exponent: 18
|
|
9775
|
-
}],
|
|
9776
|
-
base: 'ibc/2BF9656CAB0384A31167DB9B0254F0FB1CB4346A229BD7E5CBDCBB911C3740F7',
|
|
9777
|
-
name: 'Teledisko DAO - Legacy',
|
|
9778
|
-
display: 'berlin-legacy',
|
|
9779
|
-
symbol: 'BERLIN-legacy',
|
|
9780
|
-
type_asset: 'erc20',
|
|
9781
|
-
address: '0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
9782
|
-
logo_URIs: {
|
|
9783
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
9784
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
9785
|
-
},
|
|
9786
|
-
images: [{
|
|
9787
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.png',
|
|
9788
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/berlin.svg'
|
|
9789
|
-
}],
|
|
9790
|
-
traces: [{
|
|
9791
|
-
type: 'ibc',
|
|
9792
|
-
counterparty: {
|
|
9793
|
-
channel_id: 'channel-0',
|
|
9794
|
-
base_denom: 'erc20/0x1cFc8f1FE8D5668BAFF2724547EcDbd6f013a280',
|
|
9795
|
-
chain_name: 'evmos'
|
|
9796
|
-
},
|
|
9797
|
-
chain: {
|
|
9798
|
-
channel_id: 'channel-204'
|
|
9799
|
-
}
|
|
9800
|
-
}]
|
|
9801
|
-
},
|
|
9802
|
-
{
|
|
9803
|
-
description: 'The token of Crowdpunk DAO',
|
|
9804
|
-
denom_units: [{
|
|
9805
|
-
denom: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
9806
|
-
exponent: 0,
|
|
9807
|
-
aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
|
|
9808
|
-
}, {
|
|
9809
|
-
denom: 'crowdp',
|
|
9810
|
-
exponent: 18
|
|
9811
|
-
}],
|
|
9812
|
-
base: 'ibc/5EC896BED3EBCB2CB6F1C167582E4EFA3F6FA3385F28BA5EA92D4A489DA010C5',
|
|
9813
|
-
name: 'Crowdpunk DAO',
|
|
9814
|
-
display: 'crowdp',
|
|
9815
|
-
address: '0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
9816
|
-
symbol: 'CROWDP',
|
|
9817
|
-
type_asset: 'erc20',
|
|
9818
|
-
logo_URIs: {
|
|
9819
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
9820
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
9821
|
-
},
|
|
9822
|
-
images: [{
|
|
9823
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
|
|
9824
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
|
|
9825
|
-
}],
|
|
9826
|
-
traces: [{
|
|
9827
|
-
type: 'ibc',
|
|
9828
|
-
counterparty: {
|
|
9829
|
-
channel_id: 'channel-0',
|
|
9830
|
-
base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
|
|
9831
|
-
chain_name: 'evmos'
|
|
9832
|
-
},
|
|
9833
|
-
chain: {
|
|
9834
|
-
channel_id: 'channel-204'
|
|
9835
|
-
}
|
|
9836
|
-
}]
|
|
9837
|
-
},
|
|
9838
9536
|
{
|
|
9839
9537
|
description: 'FANDOMCHAIN is the native token of the FANDOMCHAIN Network',
|
|
9840
9538
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.368",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.368"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "c96c044c5f15f3b0e7a1e5e964473167ed45d76e"
|
|
42
42
|
}
|