chain-registry 1.64.5 → 1.64.6
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/genesisl1/chain.js +3 -0
- package/esm/mainnet/ibc.js +2 -0
- package/esm/mainnet/neutron/assets.js +32 -0
- package/esm/mainnet/osmosis/ibc.js +29 -0
- package/esm/mainnet/shido/chain.js +5 -13
- package/esm/mainnet/stratos/chain.js +4 -1
- package/esm/mainnet/stratos/ibc.js +30 -0
- package/esm/mainnet/stratos/index.js +2 -0
- package/esm/testnet/neutrontestnet/assets.js +42 -3
- package/mainnet/genesisl1/chain.js +3 -0
- package/mainnet/ibc.js +2 -0
- package/mainnet/neutron/assets.js +32 -0
- package/mainnet/osmosis/ibc.js +29 -0
- package/mainnet/shido/chain.js +5 -13
- package/mainnet/stratos/chain.js +4 -1
- package/mainnet/stratos/ibc.d.ts +3 -0
- package/mainnet/stratos/ibc.js +32 -0
- package/mainnet/stratos/index.d.ts +1 -0
- package/mainnet/stratos/index.js +3 -1
- package/package.json +4 -4
- package/testnet/neutrontestnet/assets.js +42 -3
package/esm/mainnet/ibc.js
CHANGED
|
@@ -132,6 +132,7 @@ import * as _source from './source';
|
|
|
132
132
|
import * as _stafihub from './stafihub';
|
|
133
133
|
import * as _stargaze from './stargaze';
|
|
134
134
|
import * as _starname from './starname';
|
|
135
|
+
import * as _stratos from './stratos';
|
|
135
136
|
import * as _stride from './stride';
|
|
136
137
|
import * as _teritori from './teritori';
|
|
137
138
|
import * as _terra from './terra';
|
|
@@ -278,6 +279,7 @@ const ibc = [
|
|
|
278
279
|
..._stafihub.ibc,
|
|
279
280
|
..._stargaze.ibc,
|
|
280
281
|
..._starname.ibc,
|
|
282
|
+
..._stratos.ibc,
|
|
281
283
|
..._stride.ibc,
|
|
282
284
|
..._teritori.ibc,
|
|
283
285
|
..._terra.ibc,
|
|
@@ -1138,6 +1138,38 @@ const info = {
|
|
|
1138
1138
|
}
|
|
1139
1139
|
}],
|
|
1140
1140
|
type_asset: 'sdk.coin'
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
type_asset: 'sdk.coin',
|
|
1144
|
+
denom_units: [{
|
|
1145
|
+
denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1146
|
+
exponent: 0,
|
|
1147
|
+
aliases: ['uarena']
|
|
1148
|
+
}, {
|
|
1149
|
+
denom: 'arena',
|
|
1150
|
+
exponent: 6
|
|
1151
|
+
}],
|
|
1152
|
+
base: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1153
|
+
name: 'Arena Token',
|
|
1154
|
+
display: 'arena',
|
|
1155
|
+
symbol: 'ARENA',
|
|
1156
|
+
logo_URIs: {
|
|
1157
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
1159
|
+
},
|
|
1160
|
+
images: [{
|
|
1161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1162
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
1163
|
+
theme: {
|
|
1164
|
+
circle: true,
|
|
1165
|
+
primary_color_hex: '#FF8000'
|
|
1166
|
+
}
|
|
1167
|
+
}],
|
|
1168
|
+
description: 'The governance token of the Arena DAO',
|
|
1169
|
+
socials: {
|
|
1170
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
1171
|
+
website: 'https://arenadao.org/'
|
|
1172
|
+
}
|
|
1141
1173
|
}
|
|
1142
1174
|
]
|
|
1143
1175
|
};
|
|
@@ -3953,6 +3953,35 @@ const info = [
|
|
|
3953
3953
|
}
|
|
3954
3954
|
}]
|
|
3955
3955
|
},
|
|
3956
|
+
{
|
|
3957
|
+
$schema: '../ibc_data.schema.json',
|
|
3958
|
+
chain_1: {
|
|
3959
|
+
chain_name: 'osmosis',
|
|
3960
|
+
client_id: '07-tendermint-3248',
|
|
3961
|
+
connection_id: 'connection-2734'
|
|
3962
|
+
},
|
|
3963
|
+
chain_2: {
|
|
3964
|
+
chain_name: 'stratos',
|
|
3965
|
+
client_id: '07-tendermint-3',
|
|
3966
|
+
connection_id: 'connection-2'
|
|
3967
|
+
},
|
|
3968
|
+
channels: [{
|
|
3969
|
+
chain_1: {
|
|
3970
|
+
channel_id: 'channel-81016',
|
|
3971
|
+
port_id: 'transfer'
|
|
3972
|
+
},
|
|
3973
|
+
chain_2: {
|
|
3974
|
+
channel_id: 'channel-1',
|
|
3975
|
+
port_id: 'transfer'
|
|
3976
|
+
},
|
|
3977
|
+
ordering: 'unordered',
|
|
3978
|
+
version: 'ics20-1',
|
|
3979
|
+
tags: {
|
|
3980
|
+
status: 'live',
|
|
3981
|
+
preferred: true
|
|
3982
|
+
}
|
|
3983
|
+
}]
|
|
3984
|
+
},
|
|
3956
3985
|
{
|
|
3957
3986
|
$schema: '../ibc_data.schema.json',
|
|
3958
3987
|
chain_1: {
|
|
@@ -48,8 +48,8 @@ const info = {
|
|
|
48
48
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
address: 'https://
|
|
52
|
-
provider: '
|
|
51
|
+
address: 'https://rest.shido.256x25.tech:443',
|
|
52
|
+
provider: '256x25'
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
address: 'https://rpc.shido.indonode.net:443',
|
|
@@ -74,8 +74,8 @@ const info = {
|
|
|
74
74
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
address: 'https://
|
|
78
|
-
provider: '
|
|
77
|
+
address: 'https://rpc.shido.256x25.tech:443',
|
|
78
|
+
provider: '256x25'
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
address: 'https://api.shido.indonode.net',
|
|
@@ -99,10 +99,6 @@ const info = {
|
|
|
99
99
|
address: 'https://grpc-web.shidoscan.com',
|
|
100
100
|
provider: 'shido.io'
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
address: 'https://s2.shido-grpc.applejuice.256x25.tech',
|
|
104
|
-
provider: 'Apple juice 🧃'
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
address: 'https://grpc-maverick.mavnode.io',
|
|
108
104
|
provider: 'MavNode'
|
|
@@ -125,10 +121,6 @@ const info = {
|
|
|
125
121
|
address: 'https://shidochain_mainnet_evm.chain.whenmoonwhenlambo.money',
|
|
126
122
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
127
123
|
},
|
|
128
|
-
{
|
|
129
|
-
address: 'https://s2.shido-evm.applejuice.256x25.tech:443',
|
|
130
|
-
provider: 'Apple juice 🧃'
|
|
131
|
-
},
|
|
132
124
|
{
|
|
133
125
|
address: 'https://evm-maverick.mavnode.io',
|
|
134
126
|
provider: 'MavNode'
|
|
@@ -153,7 +145,7 @@ const info = {
|
|
|
153
145
|
account_page: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
|
|
154
146
|
},
|
|
155
147
|
{
|
|
156
|
-
kind: '
|
|
148
|
+
kind: '256x25',
|
|
157
149
|
url: 'https://explorer.256x25.tech/shido',
|
|
158
150
|
tx_page: 'https://explorer.256x25.tech/shido/tx/${txHash}',
|
|
159
151
|
account_page: 'https://explorer.256x25.tech//shido/account/${accountAddress}'
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'osmosis',
|
|
5
|
+
client_id: '07-tendermint-3248',
|
|
6
|
+
connection_id: 'connection-2734'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'stratos',
|
|
10
|
+
client_id: '07-tendermint-3',
|
|
11
|
+
connection_id: 'connection-2'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-81016',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-1',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}];
|
|
30
|
+
export default info;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'neutrontestnet',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'The native token of Neutron chain',
|
|
6
7
|
denom_units: [{
|
|
7
8
|
denom: 'untrn',
|
|
@@ -23,7 +24,8 @@ const info = {
|
|
|
23
24
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
24
25
|
}],
|
|
25
26
|
type_asset: 'sdk.coin'
|
|
26
|
-
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
27
29
|
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
|
28
30
|
denom_units: [{
|
|
29
31
|
denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
|
|
@@ -45,6 +47,43 @@ const info = {
|
|
|
45
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
46
48
|
}],
|
|
47
49
|
type_asset: 'sdk.coin'
|
|
48
|
-
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
type_asset: 'sdk.coin',
|
|
53
|
+
denom_units: [{
|
|
54
|
+
denom: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
55
|
+
exponent: 0,
|
|
56
|
+
aliases: ['uarena']
|
|
57
|
+
}, {
|
|
58
|
+
denom: 'arena',
|
|
59
|
+
exponent: 6
|
|
60
|
+
}],
|
|
61
|
+
base: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
62
|
+
name: 'Arena Token',
|
|
63
|
+
display: 'arena',
|
|
64
|
+
symbol: 'ARENA',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
image_sync: {
|
|
71
|
+
chain_name: 'neutron',
|
|
72
|
+
base_denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena'
|
|
73
|
+
},
|
|
74
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
75
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
76
|
+
theme: {
|
|
77
|
+
circle: true,
|
|
78
|
+
primary_color_hex: '#FF8000'
|
|
79
|
+
}
|
|
80
|
+
}],
|
|
81
|
+
description: 'The governance token of the Arena DAO on Neutron testnet',
|
|
82
|
+
socials: {
|
|
83
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
84
|
+
website: 'https://testnet.arenadao.org/'
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
49
88
|
};
|
|
50
89
|
export default info;
|
package/mainnet/ibc.js
CHANGED
|
@@ -157,6 +157,7 @@ const _source = __importStar(require("./source"));
|
|
|
157
157
|
const _stafihub = __importStar(require("./stafihub"));
|
|
158
158
|
const _stargaze = __importStar(require("./stargaze"));
|
|
159
159
|
const _starname = __importStar(require("./starname"));
|
|
160
|
+
const _stratos = __importStar(require("./stratos"));
|
|
160
161
|
const _stride = __importStar(require("./stride"));
|
|
161
162
|
const _teritori = __importStar(require("./teritori"));
|
|
162
163
|
const _terra = __importStar(require("./terra"));
|
|
@@ -303,6 +304,7 @@ const ibc = [
|
|
|
303
304
|
..._stafihub.ibc,
|
|
304
305
|
..._stargaze.ibc,
|
|
305
306
|
..._starname.ibc,
|
|
307
|
+
..._stratos.ibc,
|
|
306
308
|
..._stride.ibc,
|
|
307
309
|
..._teritori.ibc,
|
|
308
310
|
..._terra.ibc,
|
|
@@ -1140,6 +1140,38 @@ const info = {
|
|
|
1140
1140
|
}
|
|
1141
1141
|
}],
|
|
1142
1142
|
type_asset: 'sdk.coin'
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
type_asset: 'sdk.coin',
|
|
1146
|
+
denom_units: [{
|
|
1147
|
+
denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1148
|
+
exponent: 0,
|
|
1149
|
+
aliases: ['uarena']
|
|
1150
|
+
}, {
|
|
1151
|
+
denom: 'arena',
|
|
1152
|
+
exponent: 6
|
|
1153
|
+
}],
|
|
1154
|
+
base: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena',
|
|
1155
|
+
name: 'Arena Token',
|
|
1156
|
+
display: 'arena',
|
|
1157
|
+
symbol: 'ARENA',
|
|
1158
|
+
logo_URIs: {
|
|
1159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
1161
|
+
},
|
|
1162
|
+
images: [{
|
|
1163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
1164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
1165
|
+
theme: {
|
|
1166
|
+
circle: true,
|
|
1167
|
+
primary_color_hex: '#FF8000'
|
|
1168
|
+
}
|
|
1169
|
+
}],
|
|
1170
|
+
description: 'The governance token of the Arena DAO',
|
|
1171
|
+
socials: {
|
|
1172
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
1173
|
+
website: 'https://arenadao.org/'
|
|
1174
|
+
}
|
|
1143
1175
|
}
|
|
1144
1176
|
]
|
|
1145
1177
|
};
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -3955,6 +3955,35 @@ const info = [
|
|
|
3955
3955
|
}
|
|
3956
3956
|
}]
|
|
3957
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
$schema: '../ibc_data.schema.json',
|
|
3960
|
+
chain_1: {
|
|
3961
|
+
chain_name: 'osmosis',
|
|
3962
|
+
client_id: '07-tendermint-3248',
|
|
3963
|
+
connection_id: 'connection-2734'
|
|
3964
|
+
},
|
|
3965
|
+
chain_2: {
|
|
3966
|
+
chain_name: 'stratos',
|
|
3967
|
+
client_id: '07-tendermint-3',
|
|
3968
|
+
connection_id: 'connection-2'
|
|
3969
|
+
},
|
|
3970
|
+
channels: [{
|
|
3971
|
+
chain_1: {
|
|
3972
|
+
channel_id: 'channel-81016',
|
|
3973
|
+
port_id: 'transfer'
|
|
3974
|
+
},
|
|
3975
|
+
chain_2: {
|
|
3976
|
+
channel_id: 'channel-1',
|
|
3977
|
+
port_id: 'transfer'
|
|
3978
|
+
},
|
|
3979
|
+
ordering: 'unordered',
|
|
3980
|
+
version: 'ics20-1',
|
|
3981
|
+
tags: {
|
|
3982
|
+
status: 'live',
|
|
3983
|
+
preferred: true
|
|
3984
|
+
}
|
|
3985
|
+
}]
|
|
3986
|
+
},
|
|
3958
3987
|
{
|
|
3959
3988
|
$schema: '../ibc_data.schema.json',
|
|
3960
3989
|
chain_1: {
|
package/mainnet/shido/chain.js
CHANGED
|
@@ -50,8 +50,8 @@ const info = {
|
|
|
50
50
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
address: 'https://
|
|
54
|
-
provider: '
|
|
53
|
+
address: 'https://rest.shido.256x25.tech:443',
|
|
54
|
+
provider: '256x25'
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
address: 'https://rpc.shido.indonode.net:443',
|
|
@@ -76,8 +76,8 @@ const info = {
|
|
|
76
76
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
address: 'https://
|
|
80
|
-
provider: '
|
|
79
|
+
address: 'https://rpc.shido.256x25.tech:443',
|
|
80
|
+
provider: '256x25'
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
address: 'https://api.shido.indonode.net',
|
|
@@ -101,10 +101,6 @@ const info = {
|
|
|
101
101
|
address: 'https://grpc-web.shidoscan.com',
|
|
102
102
|
provider: 'shido.io'
|
|
103
103
|
},
|
|
104
|
-
{
|
|
105
|
-
address: 'https://s2.shido-grpc.applejuice.256x25.tech',
|
|
106
|
-
provider: 'Apple juice 🧃'
|
|
107
|
-
},
|
|
108
104
|
{
|
|
109
105
|
address: 'https://grpc-maverick.mavnode.io',
|
|
110
106
|
provider: 'MavNode'
|
|
@@ -127,10 +123,6 @@ const info = {
|
|
|
127
123
|
address: 'https://shidochain_mainnet_evm.chain.whenmoonwhenlambo.money',
|
|
128
124
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
129
125
|
},
|
|
130
|
-
{
|
|
131
|
-
address: 'https://s2.shido-evm.applejuice.256x25.tech:443',
|
|
132
|
-
provider: 'Apple juice 🧃'
|
|
133
|
-
},
|
|
134
126
|
{
|
|
135
127
|
address: 'https://evm-maverick.mavnode.io',
|
|
136
128
|
provider: 'MavNode'
|
|
@@ -155,7 +147,7 @@ const info = {
|
|
|
155
147
|
account_page: 'https://explorer.whenmoonwhenlambo.money/shido/account/${accountAddress}'
|
|
156
148
|
},
|
|
157
149
|
{
|
|
158
|
-
kind: '
|
|
150
|
+
kind: '256x25',
|
|
159
151
|
url: 'https://explorer.256x25.tech/shido',
|
|
160
152
|
tx_page: 'https://explorer.256x25.tech/shido/tx/${txHash}',
|
|
161
153
|
account_page: 'https://explorer.256x25.tech//shido/account/${accountAddress}'
|
package/mainnet/stratos/chain.js
CHANGED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'osmosis',
|
|
7
|
+
client_id: '07-tendermint-3248',
|
|
8
|
+
connection_id: 'connection-2734'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'stratos',
|
|
12
|
+
client_id: '07-tendermint-3',
|
|
13
|
+
connection_id: 'connection-2'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-81016',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-1',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
31
|
+
}];
|
|
32
|
+
exports.default = info;
|
package/mainnet/stratos/index.js
CHANGED
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.chain = exports.assets = void 0;
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
9
10
|
exports.assets = assets_1.default;
|
|
10
11
|
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.6",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.47.
|
|
32
|
+
"@chain-registry/utils": "^1.47.6",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.46.
|
|
36
|
+
"@chain-registry/types": "^0.46.6"
|
|
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": "8244da9505593b26d16f70479d7fea0434db6ac4"
|
|
47
47
|
}
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'neutrontestnet',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native token of Neutron chain',
|
|
8
9
|
denom_units: [{
|
|
9
10
|
denom: 'untrn',
|
|
@@ -25,7 +26,8 @@ const info = {
|
|
|
25
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/ntrn.svg'
|
|
26
27
|
}],
|
|
27
28
|
type_asset: 'sdk.coin'
|
|
28
|
-
},
|
|
29
|
+
},
|
|
30
|
+
{
|
|
29
31
|
description: 'The yield token for ATOM denominated vaults on Amulet Protocol',
|
|
30
32
|
denom_units: [{
|
|
31
33
|
denom: 'factory/neutron15lku24mqhvy4v4gryrqs4662n9v9q4ux9tayn89cmdzldjcgawushxvm76/amatom',
|
|
@@ -47,6 +49,43 @@ const info = {
|
|
|
47
49
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/neutrontestnet/images/amATOM.svg'
|
|
48
50
|
}],
|
|
49
51
|
type_asset: 'sdk.coin'
|
|
50
|
-
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
type_asset: 'sdk.coin',
|
|
55
|
+
denom_units: [{
|
|
56
|
+
denom: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
57
|
+
exponent: 0,
|
|
58
|
+
aliases: ['uarena']
|
|
59
|
+
}, {
|
|
60
|
+
denom: 'arena',
|
|
61
|
+
exponent: 6
|
|
62
|
+
}],
|
|
63
|
+
base: 'factory/neutron1r3slyjlf7g76mz3na6gh7c8ek62rhssrzf60uh0emyw3x94rppyqfcs0pk/uarena',
|
|
64
|
+
name: 'Arena Token',
|
|
65
|
+
display: 'arena',
|
|
66
|
+
symbol: 'ARENA',
|
|
67
|
+
logo_URIs: {
|
|
68
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
69
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg'
|
|
70
|
+
},
|
|
71
|
+
images: [{
|
|
72
|
+
image_sync: {
|
|
73
|
+
chain_name: 'neutron',
|
|
74
|
+
base_denom: 'factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena'
|
|
75
|
+
},
|
|
76
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png',
|
|
77
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.svg',
|
|
78
|
+
theme: {
|
|
79
|
+
circle: true,
|
|
80
|
+
primary_color_hex: '#FF8000'
|
|
81
|
+
}
|
|
82
|
+
}],
|
|
83
|
+
description: 'The governance token of the Arena DAO on Neutron testnet',
|
|
84
|
+
socials: {
|
|
85
|
+
twitter: 'https://x.com/ArenaDAO',
|
|
86
|
+
website: 'https://testnet.arenadao.org/'
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
]
|
|
51
90
|
};
|
|
52
91
|
exports.default = info;
|