@chain-registry/assets 1.70.396 → 1.70.398
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/composable.js +70 -0
- package/esm/mainnet/osmosis.js +12 -8
- package/mainnet/composable.js +70 -0
- package/mainnet/osmosis.js +12 -8
- package/package.json +5 -5
|
@@ -1067,6 +1067,41 @@ const assets = {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
}]
|
|
1069
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
1072
|
+
type_asset: 'erc20',
|
|
1073
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
1074
|
+
denom_units: [{
|
|
1075
|
+
denom: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
1076
|
+
exponent: 0,
|
|
1077
|
+
aliases: ['0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee']
|
|
1078
|
+
}, {
|
|
1079
|
+
denom: 'neiro',
|
|
1080
|
+
exponent: 9
|
|
1081
|
+
}],
|
|
1082
|
+
base: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
1083
|
+
name: 'Neiro',
|
|
1084
|
+
display: 'neiro',
|
|
1085
|
+
symbol: 'NEIRO',
|
|
1086
|
+
keywords: ['meme'],
|
|
1087
|
+
images: [{
|
|
1088
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
1089
|
+
}],
|
|
1090
|
+
logo_URIs: {
|
|
1091
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
1092
|
+
},
|
|
1093
|
+
traces: [{
|
|
1094
|
+
type: 'ibc',
|
|
1095
|
+
counterparty: {
|
|
1096
|
+
channel_id: 'channel-2',
|
|
1097
|
+
base_denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
1098
|
+
chain_name: 'ethereum'
|
|
1099
|
+
},
|
|
1100
|
+
chain: {
|
|
1101
|
+
channel_id: 'channel-52'
|
|
1102
|
+
}
|
|
1103
|
+
}]
|
|
1104
|
+
},
|
|
1070
1105
|
{
|
|
1071
1106
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
1072
1107
|
denom_units: [{
|
|
@@ -3282,6 +3317,41 @@ const assets = {
|
|
|
3282
3317
|
}
|
|
3283
3318
|
}]
|
|
3284
3319
|
},
|
|
3320
|
+
{
|
|
3321
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
3322
|
+
type_asset: 'erc20',
|
|
3323
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
3324
|
+
denom_units: [{
|
|
3325
|
+
denom: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
3326
|
+
exponent: 0,
|
|
3327
|
+
aliases: ['0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee']
|
|
3328
|
+
}, {
|
|
3329
|
+
denom: 'neiro',
|
|
3330
|
+
exponent: 9
|
|
3331
|
+
}],
|
|
3332
|
+
base: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
3333
|
+
name: 'Neiro',
|
|
3334
|
+
display: 'neiro',
|
|
3335
|
+
symbol: 'NEIRO',
|
|
3336
|
+
keywords: ['meme'],
|
|
3337
|
+
images: [{
|
|
3338
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
3339
|
+
}],
|
|
3340
|
+
logo_URIs: {
|
|
3341
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
3342
|
+
},
|
|
3343
|
+
traces: [{
|
|
3344
|
+
type: 'ibc',
|
|
3345
|
+
counterparty: {
|
|
3346
|
+
channel_id: 'channel-2',
|
|
3347
|
+
base_denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
3348
|
+
chain_name: 'ethereum'
|
|
3349
|
+
},
|
|
3350
|
+
chain: {
|
|
3351
|
+
channel_id: 'channel-52'
|
|
3352
|
+
}
|
|
3353
|
+
}]
|
|
3354
|
+
},
|
|
3285
3355
|
{
|
|
3286
3356
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3287
3357
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -4418,14 +4418,16 @@ const assets = {
|
|
|
4418
4418
|
name: 'KIMA',
|
|
4419
4419
|
display: 'KIMA',
|
|
4420
4420
|
symbol: 'KIMA',
|
|
4421
|
-
logo_URIs: {
|
|
4422
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4423
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4424
|
-
},
|
|
4425
4421
|
images: [{
|
|
4426
4422
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
4423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
4424
|
}],
|
|
4425
|
+
logo_URIs: {
|
|
4426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4428
|
+
},
|
|
4429
|
+
coingecko_id: 'kima',
|
|
4430
|
+
keywords: ['interoperability'],
|
|
4429
4431
|
socials: {
|
|
4430
4432
|
github: 'https://github.com/kima-finance',
|
|
4431
4433
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10707,14 +10709,16 @@ const assets = {
|
|
|
10707
10709
|
name: 'KIMA',
|
|
10708
10710
|
display: 'KIMA',
|
|
10709
10711
|
symbol: 'KIMA',
|
|
10710
|
-
logo_URIs: {
|
|
10711
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10712
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10713
|
-
},
|
|
10714
10712
|
images: [{
|
|
10715
10713
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10716
10714
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10717
10715
|
}],
|
|
10716
|
+
logo_URIs: {
|
|
10717
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
|
+
},
|
|
10720
|
+
coingecko_id: 'kima',
|
|
10721
|
+
keywords: ['interoperability'],
|
|
10718
10722
|
socials: {
|
|
10719
10723
|
github: 'https://github.com/kima-finance',
|
|
10720
10724
|
medium: 'https://medium.com/@kima_finance',
|
package/mainnet/composable.js
CHANGED
|
@@ -1069,6 +1069,41 @@ const assets = {
|
|
|
1069
1069
|
}
|
|
1070
1070
|
}]
|
|
1071
1071
|
},
|
|
1072
|
+
{
|
|
1073
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
1074
|
+
type_asset: 'erc20',
|
|
1075
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
1076
|
+
denom_units: [{
|
|
1077
|
+
denom: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
1078
|
+
exponent: 0,
|
|
1079
|
+
aliases: ['0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee']
|
|
1080
|
+
}, {
|
|
1081
|
+
denom: 'neiro',
|
|
1082
|
+
exponent: 9
|
|
1083
|
+
}],
|
|
1084
|
+
base: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
1085
|
+
name: 'Neiro',
|
|
1086
|
+
display: 'neiro',
|
|
1087
|
+
symbol: 'NEIRO',
|
|
1088
|
+
keywords: ['meme'],
|
|
1089
|
+
images: [{
|
|
1090
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
1091
|
+
}],
|
|
1092
|
+
logo_URIs: {
|
|
1093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
1094
|
+
},
|
|
1095
|
+
traces: [{
|
|
1096
|
+
type: 'ibc',
|
|
1097
|
+
counterparty: {
|
|
1098
|
+
channel_id: 'channel-2',
|
|
1099
|
+
base_denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
1100
|
+
chain_name: 'ethereum'
|
|
1101
|
+
},
|
|
1102
|
+
chain: {
|
|
1103
|
+
channel_id: 'channel-52'
|
|
1104
|
+
}
|
|
1105
|
+
}]
|
|
1106
|
+
},
|
|
1072
1107
|
{
|
|
1073
1108
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
1074
1109
|
denom_units: [{
|
|
@@ -3284,6 +3319,41 @@ const assets = {
|
|
|
3284
3319
|
}
|
|
3285
3320
|
}]
|
|
3286
3321
|
},
|
|
3322
|
+
{
|
|
3323
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
3324
|
+
type_asset: 'erc20',
|
|
3325
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
3326
|
+
denom_units: [{
|
|
3327
|
+
denom: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
3328
|
+
exponent: 0,
|
|
3329
|
+
aliases: ['0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee']
|
|
3330
|
+
}, {
|
|
3331
|
+
denom: 'neiro',
|
|
3332
|
+
exponent: 9
|
|
3333
|
+
}],
|
|
3334
|
+
base: 'ibc/11F124126F92901CE9148C81F43DD22F27E13589F52CA5EC169F0F501901E5AC',
|
|
3335
|
+
name: 'Neiro',
|
|
3336
|
+
display: 'neiro',
|
|
3337
|
+
symbol: 'NEIRO',
|
|
3338
|
+
keywords: ['meme'],
|
|
3339
|
+
images: [{
|
|
3340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
3341
|
+
}],
|
|
3342
|
+
logo_URIs: {
|
|
3343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
3344
|
+
},
|
|
3345
|
+
traces: [{
|
|
3346
|
+
type: 'ibc',
|
|
3347
|
+
counterparty: {
|
|
3348
|
+
channel_id: 'channel-2',
|
|
3349
|
+
base_denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
3350
|
+
chain_name: 'ethereum'
|
|
3351
|
+
},
|
|
3352
|
+
chain: {
|
|
3353
|
+
channel_id: 'channel-52'
|
|
3354
|
+
}
|
|
3355
|
+
}]
|
|
3356
|
+
},
|
|
3287
3357
|
{
|
|
3288
3358
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3289
3359
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -4420,14 +4420,16 @@ const assets = {
|
|
|
4420
4420
|
name: 'KIMA',
|
|
4421
4421
|
display: 'KIMA',
|
|
4422
4422
|
symbol: 'KIMA',
|
|
4423
|
-
logo_URIs: {
|
|
4424
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4425
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4426
|
-
},
|
|
4427
4423
|
images: [{
|
|
4428
4424
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
4425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
4426
|
}],
|
|
4427
|
+
logo_URIs: {
|
|
4428
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
4429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
4430
|
+
},
|
|
4431
|
+
coingecko_id: 'kima',
|
|
4432
|
+
keywords: ['interoperability'],
|
|
4431
4433
|
socials: {
|
|
4432
4434
|
github: 'https://github.com/kima-finance',
|
|
4433
4435
|
medium: 'https://medium.com/@kima_finance',
|
|
@@ -10709,14 +10711,16 @@ const assets = {
|
|
|
10709
10711
|
name: 'KIMA',
|
|
10710
10712
|
display: 'KIMA',
|
|
10711
10713
|
symbol: 'KIMA',
|
|
10712
|
-
logo_URIs: {
|
|
10713
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10714
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10715
|
-
},
|
|
10716
10714
|
images: [{
|
|
10717
10715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10718
10716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10719
10717
|
}],
|
|
10718
|
+
logo_URIs: {
|
|
10719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
|
|
10720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
|
|
10721
|
+
},
|
|
10722
|
+
coingecko_id: 'kima',
|
|
10723
|
+
keywords: ['interoperability'],
|
|
10720
10724
|
socials: {
|
|
10721
10725
|
github: 'https://github.com/kima-finance',
|
|
10722
10726
|
medium: 'https://medium.com/@kima_finance',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.398",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.253",
|
|
33
|
+
"chain-registry": "^1.69.398"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.253"
|
|
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": "b8ce413f9769d92ca059ae60c624dba25715b118"
|
|
47
47
|
}
|