@chain-registry/assets 1.64.23 → 1.64.24
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/akash.js +2 -2
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +2 -2
- package/esm/mainnet/carbon.js +42 -22
- package/esm/mainnet/composable.js +80 -0
- package/esm/mainnet/cosmoshub.js +4 -4
- package/esm/mainnet/cryptoorgchain.js +2 -2
- package/esm/mainnet/decentr.js +2 -2
- package/esm/mainnet/doravota.js +2 -2
- package/esm/mainnet/dymension.js +88 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/irisnet.js +2 -2
- package/esm/mainnet/kava.js +2 -2
- package/esm/mainnet/kujira.js +42 -22
- package/esm/mainnet/mande.js +89 -0
- package/esm/mainnet/medasdigital.js +2 -2
- package/esm/mainnet/migaloo.js +44 -24
- package/esm/mainnet/neutron.js +44 -24
- package/esm/mainnet/noble.js +2 -2
- package/esm/mainnet/nois.js +2 -2
- package/esm/mainnet/osmosis.js +118 -92
- package/esm/mainnet/persistence.js +2 -2
- package/esm/mainnet/planq.js +2 -2
- package/esm/mainnet/regen.js +2 -2
- package/esm/mainnet/secretnetwork.js +116 -90
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/mainnet/starname.js +2 -2
- package/esm/mainnet/stride.js +2 -2
- package/esm/noncosmos/composablepolkadot.js +2 -0
- package/esm/testnet/archwaytestnet.js +16 -16
- package/mainnet/akash.js +2 -2
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +2 -2
- package/mainnet/carbon.js +42 -22
- package/mainnet/composable.js +80 -0
- package/mainnet/cosmoshub.js +4 -4
- package/mainnet/cryptoorgchain.js +2 -2
- package/mainnet/decentr.js +2 -2
- package/mainnet/doravota.js +2 -2
- package/mainnet/dymension.js +88 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/irisnet.js +2 -2
- package/mainnet/kava.js +2 -2
- package/mainnet/kujira.js +42 -22
- package/mainnet/mande.d.ts +3 -0
- package/mainnet/mande.js +91 -0
- package/mainnet/medasdigital.js +2 -2
- package/mainnet/migaloo.js +44 -24
- package/mainnet/neutron.js +44 -24
- package/mainnet/noble.js +2 -2
- package/mainnet/nois.js +2 -2
- package/mainnet/osmosis.js +118 -92
- package/mainnet/persistence.js +2 -2
- package/mainnet/planq.js +2 -2
- package/mainnet/regen.js +2 -2
- package/mainnet/secretnetwork.js +116 -90
- package/mainnet/sifchain.js +2 -2
- package/mainnet/starname.js +2 -2
- package/mainnet/stride.js +2 -2
- package/noncosmos/composablepolkadot.js +2 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +16 -16
package/mainnet/mande.js
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'mande',
|
|
5
|
+
assets: [{
|
|
6
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['adym']
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'dym',
|
|
13
|
+
exponent: 18
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
17
|
+
name: 'Dymension',
|
|
18
|
+
display: 'dym',
|
|
19
|
+
symbol: 'DYM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'dymension',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#f4e4d4'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://portal.dymension.xyz',
|
|
34
|
+
twitter: 'https://twitter.com/dymension'
|
|
35
|
+
},
|
|
36
|
+
traces: [{
|
|
37
|
+
type: 'ibc',
|
|
38
|
+
counterparty: {
|
|
39
|
+
channel_id: 'channel-51',
|
|
40
|
+
base_denom: 'adym',
|
|
41
|
+
chain_name: 'dymension'
|
|
42
|
+
},
|
|
43
|
+
chain: {
|
|
44
|
+
channel_id: 'channel-0'
|
|
45
|
+
}
|
|
46
|
+
}]
|
|
47
|
+
}, {
|
|
48
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
49
|
+
denom_units: [{
|
|
50
|
+
denom: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
51
|
+
exponent: 0,
|
|
52
|
+
aliases: ['adym']
|
|
53
|
+
}, {
|
|
54
|
+
denom: 'dym',
|
|
55
|
+
exponent: 18
|
|
56
|
+
}],
|
|
57
|
+
type_asset: 'sdk.coin',
|
|
58
|
+
base: 'ibc/FECACB927EB3102CCCB240FFB3B6FCCEEB8D944C6FEA8DFF079650FEFF59781D',
|
|
59
|
+
name: 'Dymension',
|
|
60
|
+
display: 'dym',
|
|
61
|
+
symbol: 'DYM',
|
|
62
|
+
logo_URIs: {
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
65
|
+
},
|
|
66
|
+
coingecko_id: 'dymension',
|
|
67
|
+
images: [{
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
70
|
+
theme: {
|
|
71
|
+
primary_color_hex: '#f4e4d4'
|
|
72
|
+
}
|
|
73
|
+
}],
|
|
74
|
+
socials: {
|
|
75
|
+
website: 'https://portal.dymension.xyz',
|
|
76
|
+
twitter: 'https://twitter.com/dymension'
|
|
77
|
+
},
|
|
78
|
+
traces: [{
|
|
79
|
+
type: 'ibc',
|
|
80
|
+
counterparty: {
|
|
81
|
+
channel_id: 'channel-51',
|
|
82
|
+
base_denom: 'adym',
|
|
83
|
+
chain_name: 'dymension'
|
|
84
|
+
},
|
|
85
|
+
chain: {
|
|
86
|
+
channel_id: 'channel-0'
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
}]
|
|
90
|
+
};
|
|
91
|
+
exports.default = assets;
|
package/mainnet/medasdigital.js
CHANGED
|
@@ -92,7 +92,7 @@ const assets = {
|
|
|
92
92
|
}]
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
|
-
description: '
|
|
95
|
+
description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
|
|
96
96
|
denom_units: [{
|
|
97
97
|
denom: 'ibc/4C49BE4C3CE3E5FF53784FFF47CAF34D78925B23F3C60416A7A2A0D0A1D7135B',
|
|
98
98
|
exponent: 0,
|
|
@@ -222,7 +222,7 @@ const assets = {
|
|
|
222
222
|
}]
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
|
-
description: '
|
|
225
|
+
description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
|
|
226
226
|
denom_units: [{
|
|
227
227
|
denom: 'ibc/4C49BE4C3CE3E5FF53784FFF47CAF34D78925B23F3C60416A7A2A0D0A1D7135B',
|
|
228
228
|
exponent: 0,
|
package/mainnet/migaloo.js
CHANGED
|
@@ -1743,7 +1743,7 @@ const assets = {
|
|
|
1743
1743
|
}]
|
|
1744
1744
|
},
|
|
1745
1745
|
{
|
|
1746
|
-
description: '
|
|
1746
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
1747
1747
|
denom_units: [{
|
|
1748
1748
|
denom: 'ibc/C6E9743113F3CEEDBA77DD2716647E704CAD494EF7D92F47520C42525A23FD8E',
|
|
1749
1749
|
exponent: 0,
|
|
@@ -2183,7 +2183,7 @@ const assets = {
|
|
|
2183
2183
|
}]
|
|
2184
2184
|
},
|
|
2185
2185
|
{
|
|
2186
|
-
description: '
|
|
2186
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
2187
2187
|
denom_units: [{
|
|
2188
2188
|
denom: 'ibc/C6E9743113F3CEEDBA77DD2716647E704CAD494EF7D92F47520C42525A23FD8E',
|
|
2189
2189
|
exponent: 0,
|
|
@@ -9836,16 +9836,6 @@ const assets = {
|
|
|
9836
9836
|
name: 'Astroport CW20 Token',
|
|
9837
9837
|
display: 'astro.cw20',
|
|
9838
9838
|
symbol: 'ASTRO.cw20',
|
|
9839
|
-
logo_URIs: {
|
|
9840
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
9841
|
-
},
|
|
9842
|
-
images: [{
|
|
9843
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
9844
|
-
}],
|
|
9845
|
-
socials: {
|
|
9846
|
-
website: 'https://astroport.fi/',
|
|
9847
|
-
twitter: 'https://twitter.com/astroport_fi'
|
|
9848
|
-
},
|
|
9849
9839
|
traces: [{
|
|
9850
9840
|
type: 'ibc-cw20',
|
|
9851
9841
|
counterparty: {
|
|
@@ -9858,7 +9848,27 @@ const assets = {
|
|
|
9858
9848
|
port: 'transfer',
|
|
9859
9849
|
channel_id: 'channel-2'
|
|
9860
9850
|
}
|
|
9861
|
-
}]
|
|
9851
|
+
}],
|
|
9852
|
+
logo_URIs: {
|
|
9853
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
9854
|
+
},
|
|
9855
|
+
images: [{
|
|
9856
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
9857
|
+
}, {
|
|
9858
|
+
image_sync: {
|
|
9859
|
+
chain_name: 'neutron',
|
|
9860
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
9861
|
+
},
|
|
9862
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
9863
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
|
|
9864
|
+
theme: {
|
|
9865
|
+
primary_color_hex: '#4056e9'
|
|
9866
|
+
}
|
|
9867
|
+
}],
|
|
9868
|
+
socials: {
|
|
9869
|
+
website: 'https://astroport.fi/',
|
|
9870
|
+
twitter: 'https://twitter.com/astroport_fi'
|
|
9871
|
+
}
|
|
9862
9872
|
},
|
|
9863
9873
|
{
|
|
9864
9874
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -18327,16 +18337,6 @@ const assets = {
|
|
|
18327
18337
|
name: 'Astroport CW20 Token',
|
|
18328
18338
|
display: 'astro.cw20',
|
|
18329
18339
|
symbol: 'ASTRO.cw20',
|
|
18330
|
-
logo_URIs: {
|
|
18331
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
18332
|
-
},
|
|
18333
|
-
images: [{
|
|
18334
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
18335
|
-
}],
|
|
18336
|
-
socials: {
|
|
18337
|
-
website: 'https://astroport.fi/',
|
|
18338
|
-
twitter: 'https://twitter.com/astroport_fi'
|
|
18339
|
-
},
|
|
18340
18340
|
traces: [{
|
|
18341
18341
|
type: 'ibc-cw20',
|
|
18342
18342
|
counterparty: {
|
|
@@ -18349,7 +18349,27 @@ const assets = {
|
|
|
18349
18349
|
port: 'transfer',
|
|
18350
18350
|
channel_id: 'channel-2'
|
|
18351
18351
|
}
|
|
18352
|
-
}]
|
|
18352
|
+
}],
|
|
18353
|
+
logo_URIs: {
|
|
18354
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
18355
|
+
},
|
|
18356
|
+
images: [{
|
|
18357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
18358
|
+
}, {
|
|
18359
|
+
image_sync: {
|
|
18360
|
+
chain_name: 'neutron',
|
|
18361
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
18362
|
+
},
|
|
18363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
18364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
|
|
18365
|
+
theme: {
|
|
18366
|
+
primary_color_hex: '#4056e9'
|
|
18367
|
+
}
|
|
18368
|
+
}],
|
|
18369
|
+
socials: {
|
|
18370
|
+
website: 'https://astroport.fi/',
|
|
18371
|
+
twitter: 'https://twitter.com/astroport_fi'
|
|
18372
|
+
}
|
|
18353
18373
|
},
|
|
18354
18374
|
{
|
|
18355
18375
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/neutron.js
CHANGED
|
@@ -2296,7 +2296,7 @@ const assets = {
|
|
|
2296
2296
|
}]
|
|
2297
2297
|
},
|
|
2298
2298
|
{
|
|
2299
|
-
description: '
|
|
2299
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
2300
2300
|
denom_units: [{
|
|
2301
2301
|
denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
|
|
2302
2302
|
exponent: 0,
|
|
@@ -2991,7 +2991,7 @@ const assets = {
|
|
|
2991
2991
|
}]
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
|
-
description: '
|
|
2994
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
2995
2995
|
denom_units: [{
|
|
2996
2996
|
denom: 'ibc/41646AADED0E33983922676F54BF2B8FD31DE06BB02C72949FD4F34081A41073',
|
|
2997
2997
|
exponent: 0,
|
|
@@ -3742,16 +3742,6 @@ const assets = {
|
|
|
3742
3742
|
name: 'Astroport CW20 Token',
|
|
3743
3743
|
display: 'astro.cw20',
|
|
3744
3744
|
symbol: 'ASTRO.cw20',
|
|
3745
|
-
logo_URIs: {
|
|
3746
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
3747
|
-
},
|
|
3748
|
-
images: [{
|
|
3749
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
3750
|
-
}],
|
|
3751
|
-
socials: {
|
|
3752
|
-
website: 'https://astroport.fi/',
|
|
3753
|
-
twitter: 'https://twitter.com/astroport_fi'
|
|
3754
|
-
},
|
|
3755
3745
|
traces: [{
|
|
3756
3746
|
type: 'ibc-cw20',
|
|
3757
3747
|
counterparty: {
|
|
@@ -3764,7 +3754,27 @@ const assets = {
|
|
|
3764
3754
|
port: 'transfer',
|
|
3765
3755
|
channel_id: 'channel-5'
|
|
3766
3756
|
}
|
|
3767
|
-
}]
|
|
3757
|
+
}],
|
|
3758
|
+
logo_URIs: {
|
|
3759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
3760
|
+
},
|
|
3761
|
+
images: [{
|
|
3762
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
3763
|
+
}, {
|
|
3764
|
+
image_sync: {
|
|
3765
|
+
chain_name: 'neutron',
|
|
3766
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
3767
|
+
},
|
|
3768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
3769
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
|
|
3770
|
+
theme: {
|
|
3771
|
+
primary_color_hex: '#4056e9'
|
|
3772
|
+
}
|
|
3773
|
+
}],
|
|
3774
|
+
socials: {
|
|
3775
|
+
website: 'https://astroport.fi/',
|
|
3776
|
+
twitter: 'https://twitter.com/astroport_fi'
|
|
3777
|
+
}
|
|
3768
3778
|
},
|
|
3769
3779
|
{
|
|
3770
3780
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -5169,16 +5179,6 @@ const assets = {
|
|
|
5169
5179
|
name: 'Astroport CW20 Token',
|
|
5170
5180
|
display: 'astro.cw20',
|
|
5171
5181
|
symbol: 'ASTRO.cw20',
|
|
5172
|
-
logo_URIs: {
|
|
5173
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5174
|
-
},
|
|
5175
|
-
images: [{
|
|
5176
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5177
|
-
}],
|
|
5178
|
-
socials: {
|
|
5179
|
-
website: 'https://astroport.fi/',
|
|
5180
|
-
twitter: 'https://twitter.com/astroport_fi'
|
|
5181
|
-
},
|
|
5182
5182
|
traces: [{
|
|
5183
5183
|
type: 'ibc-cw20',
|
|
5184
5184
|
counterparty: {
|
|
@@ -5191,7 +5191,27 @@ const assets = {
|
|
|
5191
5191
|
port: 'transfer',
|
|
5192
5192
|
channel_id: 'channel-5'
|
|
5193
5193
|
}
|
|
5194
|
-
}]
|
|
5194
|
+
}],
|
|
5195
|
+
logo_URIs: {
|
|
5196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5197
|
+
},
|
|
5198
|
+
images: [{
|
|
5199
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5200
|
+
}, {
|
|
5201
|
+
image_sync: {
|
|
5202
|
+
chain_name: 'neutron',
|
|
5203
|
+
base_denom: 'factory/neutron1ffus553eet978k024lmssw0czsxwr97mggyv85lpcsdkft8v9ufsz3sa07/astro'
|
|
5204
|
+
},
|
|
5205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
5206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg',
|
|
5207
|
+
theme: {
|
|
5208
|
+
primary_color_hex: '#4056e9'
|
|
5209
|
+
}
|
|
5210
|
+
}],
|
|
5211
|
+
socials: {
|
|
5212
|
+
website: 'https://astroport.fi/',
|
|
5213
|
+
twitter: 'https://twitter.com/astroport_fi'
|
|
5214
|
+
}
|
|
5195
5215
|
},
|
|
5196
5216
|
{
|
|
5197
5217
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
package/mainnet/noble.js
CHANGED
|
@@ -3279,7 +3279,7 @@ const assets = {
|
|
|
3279
3279
|
}]
|
|
3280
3280
|
},
|
|
3281
3281
|
{
|
|
3282
|
-
description: '
|
|
3282
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
3283
3283
|
denom_units: [{
|
|
3284
3284
|
denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
|
|
3285
3285
|
exponent: 0,
|
|
@@ -4043,7 +4043,7 @@ const assets = {
|
|
|
4043
4043
|
}]
|
|
4044
4044
|
},
|
|
4045
4045
|
{
|
|
4046
|
-
description: '
|
|
4046
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
4047
4047
|
denom_units: [{
|
|
4048
4048
|
denom: 'ibc/61911671206AA9798E403274D78F3ED3CAD9CD66AD12255BF89824F640E9D24A',
|
|
4049
4049
|
exponent: 0,
|
package/mainnet/nois.js
CHANGED
|
@@ -1188,7 +1188,7 @@ const assets = {
|
|
|
1188
1188
|
}]
|
|
1189
1189
|
},
|
|
1190
1190
|
{
|
|
1191
|
-
description: '
|
|
1191
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
1192
1192
|
denom_units: [{
|
|
1193
1193
|
denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
|
|
1194
1194
|
exponent: 0,
|
|
@@ -1395,7 +1395,7 @@ const assets = {
|
|
|
1395
1395
|
}]
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
|
-
description: '
|
|
1398
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
1399
1399
|
denom_units: [{
|
|
1400
1400
|
denom: 'ibc/D2847415B49E08A513E9C30268E601B09AAD1C7DB5E9D9FD156359C3781B8E9C',
|
|
1401
1401
|
exponent: 0,
|