@chain-registry/assets 1.70.377 → 1.70.378
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_lists.js +1 -2
- package/esm/asset_lists.js +1 -2
- package/esm/index.js +0 -1
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/composable.js +0 -68
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/namada.js +38 -38
- package/esm/mainnet/neutron.js +38 -38
- package/esm/mainnet/osmosis.js +38 -38
- package/esm/mainnet/passage.js +0 -68
- package/esm/testnet/babylontestnet.js +70 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +66 -0
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/composable.js +0 -68
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/namada.js +38 -38
- package/mainnet/neutron.js +38 -38
- package/mainnet/osmosis.js +38 -38
- package/mainnet/passage.js +0 -68
- package/package.json +5 -5
- package/testnet/babylontestnet.js +70 -0
- package/testnet/cosmosicsprovidertestnet.js +66 -0
- package/esm/noncosmos/assets.js +0 -5
- package/esm/noncosmos/composablepolkadot.js +0 -71
- package/esm/noncosmos/index.js +0 -3
- package/esm/noncosmos/picasso.js +0 -71
- package/noncosmos/assets.d.ts +0 -3
- package/noncosmos/assets.js +0 -10
- package/noncosmos/composablepolkadot.d.ts +0 -3
- package/noncosmos/composablepolkadot.js +0 -73
- package/noncosmos/index.d.ts +0 -3
- package/noncosmos/index.js +0 -29
- package/noncosmos/picasso.d.ts +0 -3
- package/noncosmos/picasso.js +0 -73
- package/esm/{noncosmos → mainnet}/penumbra.js +39 -39
- package/{noncosmos → mainnet}/penumbra.d.ts +0 -0
- package/{noncosmos → mainnet}/penumbra.js +39 -39
|
@@ -79,6 +79,39 @@ const assets = {
|
|
|
79
79
|
}
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
description: 'The native staking token of Babylon.',
|
|
84
|
+
denom_units: [{
|
|
85
|
+
denom: 'ibc/66D14DD6F6E1170CC4E17FB3FF485F83F6E2DC01DC4AB88399AD956920847EFF',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['ubbn']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'BABY',
|
|
90
|
+
exponent: 6
|
|
91
|
+
}],
|
|
92
|
+
base: 'ibc/66D14DD6F6E1170CC4E17FB3FF485F83F6E2DC01DC4AB88399AD956920847EFF',
|
|
93
|
+
name: 'Babylon Testnet',
|
|
94
|
+
display: 'BABY',
|
|
95
|
+
symbol: 'BABY',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
98
|
+
},
|
|
99
|
+
images: [{
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
traces: [{
|
|
104
|
+
type: 'ibc',
|
|
105
|
+
counterparty: {
|
|
106
|
+
channel_id: 'channel-8',
|
|
107
|
+
base_denom: 'ubbn',
|
|
108
|
+
chain_name: 'babylontestnet'
|
|
109
|
+
},
|
|
110
|
+
chain: {
|
|
111
|
+
channel_id: 'channel-347'
|
|
112
|
+
}
|
|
113
|
+
}]
|
|
114
|
+
},
|
|
82
115
|
{
|
|
83
116
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
84
117
|
denom_units: [{
|
|
@@ -155,6 +188,39 @@ const assets = {
|
|
|
155
188
|
}
|
|
156
189
|
}]
|
|
157
190
|
},
|
|
191
|
+
{
|
|
192
|
+
description: 'The native staking token of Babylon.',
|
|
193
|
+
denom_units: [{
|
|
194
|
+
denom: 'ibc/66D14DD6F6E1170CC4E17FB3FF485F83F6E2DC01DC4AB88399AD956920847EFF',
|
|
195
|
+
exponent: 0,
|
|
196
|
+
aliases: ['ubbn']
|
|
197
|
+
}, {
|
|
198
|
+
denom: 'BABY',
|
|
199
|
+
exponent: 6
|
|
200
|
+
}],
|
|
201
|
+
base: 'ibc/66D14DD6F6E1170CC4E17FB3FF485F83F6E2DC01DC4AB88399AD956920847EFF',
|
|
202
|
+
name: 'Babylon Testnet',
|
|
203
|
+
display: 'BABY',
|
|
204
|
+
symbol: 'BABY',
|
|
205
|
+
logo_URIs: {
|
|
206
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
207
|
+
},
|
|
208
|
+
images: [{
|
|
209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
210
|
+
}],
|
|
211
|
+
type_asset: 'sdk.coin',
|
|
212
|
+
traces: [{
|
|
213
|
+
type: 'ibc',
|
|
214
|
+
counterparty: {
|
|
215
|
+
channel_id: 'channel-8',
|
|
216
|
+
base_denom: 'ubbn',
|
|
217
|
+
chain_name: 'babylontestnet'
|
|
218
|
+
},
|
|
219
|
+
chain: {
|
|
220
|
+
channel_id: 'channel-347'
|
|
221
|
+
}
|
|
222
|
+
}]
|
|
223
|
+
},
|
|
158
224
|
{
|
|
159
225
|
description: 'The native token of MANTRA',
|
|
160
226
|
denom_units: [{
|
package/esm/noncosmos/assets.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'composablepolkadot',
|
|
3
|
-
assets: [{
|
|
4
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
5
|
-
denom_units: [{
|
|
6
|
-
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
7
|
-
exponent: 0,
|
|
8
|
-
aliases: ['ppica']
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'pica',
|
|
11
|
-
exponent: 12
|
|
12
|
-
}],
|
|
13
|
-
type_asset: 'substrate',
|
|
14
|
-
base: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
15
|
-
name: 'Picasso',
|
|
16
|
-
display: 'pica',
|
|
17
|
-
symbol: 'PICA',
|
|
18
|
-
coingecko_id: 'picasso',
|
|
19
|
-
logo_URIs: {
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
21
|
-
},
|
|
22
|
-
images: [{
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
24
|
-
}],
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'ibc',
|
|
27
|
-
counterparty: {
|
|
28
|
-
channel_id: 'channel-15',
|
|
29
|
-
base_denom: 'ppica',
|
|
30
|
-
chain_name: 'picasso'
|
|
31
|
-
},
|
|
32
|
-
chain: {
|
|
33
|
-
channel_id: 'channel-15'
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
}, {
|
|
37
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
38
|
-
denom_units: [{
|
|
39
|
-
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
40
|
-
exponent: 0,
|
|
41
|
-
aliases: ['ppica']
|
|
42
|
-
}, {
|
|
43
|
-
denom: 'pica',
|
|
44
|
-
exponent: 12
|
|
45
|
-
}],
|
|
46
|
-
type_asset: 'substrate',
|
|
47
|
-
base: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
48
|
-
name: 'Picasso',
|
|
49
|
-
display: 'pica',
|
|
50
|
-
symbol: 'PICA',
|
|
51
|
-
coingecko_id: 'picasso',
|
|
52
|
-
logo_URIs: {
|
|
53
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
54
|
-
},
|
|
55
|
-
images: [{
|
|
56
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
57
|
-
}],
|
|
58
|
-
traces: [{
|
|
59
|
-
type: 'ibc',
|
|
60
|
-
counterparty: {
|
|
61
|
-
channel_id: 'channel-15',
|
|
62
|
-
base_denom: 'ppica',
|
|
63
|
-
chain_name: 'picasso'
|
|
64
|
-
},
|
|
65
|
-
chain: {
|
|
66
|
-
channel_id: 'channel-15'
|
|
67
|
-
}
|
|
68
|
-
}]
|
|
69
|
-
}]
|
|
70
|
-
};
|
|
71
|
-
export default assets;
|
package/esm/noncosmos/index.js
DELETED
package/esm/noncosmos/picasso.js
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const assets = {
|
|
2
|
-
chain_name: 'picasso',
|
|
3
|
-
assets: [{
|
|
4
|
-
description: 'Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.',
|
|
5
|
-
denom_units: [{
|
|
6
|
-
denom: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
7
|
-
exponent: 0,
|
|
8
|
-
aliases: ['upasg']
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'pasg',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
base: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
14
|
-
name: 'Passage',
|
|
15
|
-
display: 'pasg',
|
|
16
|
-
symbol: 'PASG',
|
|
17
|
-
coingecko_id: 'passage',
|
|
18
|
-
logo_URIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
20
|
-
},
|
|
21
|
-
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
23
|
-
}],
|
|
24
|
-
type_asset: 'sdk.coin',
|
|
25
|
-
traces: [{
|
|
26
|
-
type: 'ibc',
|
|
27
|
-
counterparty: {
|
|
28
|
-
channel_id: 'channel-7',
|
|
29
|
-
base_denom: 'upasg',
|
|
30
|
-
chain_name: 'passage'
|
|
31
|
-
},
|
|
32
|
-
chain: {
|
|
33
|
-
channel_id: 'channel-80'
|
|
34
|
-
}
|
|
35
|
-
}]
|
|
36
|
-
}, {
|
|
37
|
-
description: 'Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.',
|
|
38
|
-
denom_units: [{
|
|
39
|
-
denom: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
40
|
-
exponent: 0,
|
|
41
|
-
aliases: ['upasg']
|
|
42
|
-
}, {
|
|
43
|
-
denom: 'pasg',
|
|
44
|
-
exponent: 6
|
|
45
|
-
}],
|
|
46
|
-
base: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
47
|
-
name: 'Passage',
|
|
48
|
-
display: 'pasg',
|
|
49
|
-
symbol: 'PASG',
|
|
50
|
-
coingecko_id: 'passage',
|
|
51
|
-
logo_URIs: {
|
|
52
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
53
|
-
},
|
|
54
|
-
images: [{
|
|
55
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
56
|
-
}],
|
|
57
|
-
type_asset: 'sdk.coin',
|
|
58
|
-
traces: [{
|
|
59
|
-
type: 'ibc',
|
|
60
|
-
counterparty: {
|
|
61
|
-
channel_id: 'channel-7',
|
|
62
|
-
base_denom: 'upasg',
|
|
63
|
-
chain_name: 'passage'
|
|
64
|
-
},
|
|
65
|
-
chain: {
|
|
66
|
-
channel_id: 'channel-80'
|
|
67
|
-
}
|
|
68
|
-
}]
|
|
69
|
-
}]
|
|
70
|
-
};
|
|
71
|
-
export default assets;
|
package/noncosmos/assets.d.ts
DELETED
package/noncosmos/assets.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const picasso_1 = __importDefault(require("./picasso"));
|
|
7
|
-
const composablepolkadot_1 = __importDefault(require("./composablepolkadot"));
|
|
8
|
-
const penumbra_1 = __importDefault(require("./penumbra"));
|
|
9
|
-
const assets = [picasso_1.default, composablepolkadot_1.default, penumbra_1.default];
|
|
10
|
-
exports.default = assets;
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const assets = {
|
|
4
|
-
chain_name: 'composablepolkadot',
|
|
5
|
-
assets: [{
|
|
6
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['ppica']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'pica',
|
|
13
|
-
exponent: 12
|
|
14
|
-
}],
|
|
15
|
-
type_asset: 'substrate',
|
|
16
|
-
base: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
17
|
-
name: 'Picasso',
|
|
18
|
-
display: 'pica',
|
|
19
|
-
symbol: 'PICA',
|
|
20
|
-
coingecko_id: 'picasso',
|
|
21
|
-
logo_URIs: {
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
23
|
-
},
|
|
24
|
-
images: [{
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
26
|
-
}],
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'ibc',
|
|
29
|
-
counterparty: {
|
|
30
|
-
channel_id: 'channel-15',
|
|
31
|
-
base_denom: 'ppica',
|
|
32
|
-
chain_name: 'picasso'
|
|
33
|
-
},
|
|
34
|
-
chain: {
|
|
35
|
-
channel_id: 'channel-15'
|
|
36
|
-
}
|
|
37
|
-
}]
|
|
38
|
-
}, {
|
|
39
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
40
|
-
denom_units: [{
|
|
41
|
-
denom: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
42
|
-
exponent: 0,
|
|
43
|
-
aliases: ['ppica']
|
|
44
|
-
}, {
|
|
45
|
-
denom: 'pica',
|
|
46
|
-
exponent: 12
|
|
47
|
-
}],
|
|
48
|
-
type_asset: 'substrate',
|
|
49
|
-
base: 'ibc/E2DB0AB92EDF979674C7835408C801FEB11D28B4EC05C3A2EE1343176E84F681',
|
|
50
|
-
name: 'Picasso',
|
|
51
|
-
display: 'pica',
|
|
52
|
-
symbol: 'PICA',
|
|
53
|
-
coingecko_id: 'picasso',
|
|
54
|
-
logo_URIs: {
|
|
55
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
56
|
-
},
|
|
57
|
-
images: [{
|
|
58
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
59
|
-
}],
|
|
60
|
-
traces: [{
|
|
61
|
-
type: 'ibc',
|
|
62
|
-
counterparty: {
|
|
63
|
-
channel_id: 'channel-15',
|
|
64
|
-
base_denom: 'ppica',
|
|
65
|
-
chain_name: 'picasso'
|
|
66
|
-
},
|
|
67
|
-
chain: {
|
|
68
|
-
channel_id: 'channel-15'
|
|
69
|
-
}
|
|
70
|
-
}]
|
|
71
|
-
}]
|
|
72
|
-
};
|
|
73
|
-
exports.default = assets;
|
package/noncosmos/index.d.ts
DELETED
package/noncosmos/index.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
|
|
27
|
-
exports.picasso = __importStar(require("./picasso"));
|
|
28
|
-
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
29
|
-
exports.penumbra = __importStar(require("./penumbra"));
|
package/noncosmos/picasso.d.ts
DELETED
package/noncosmos/picasso.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const assets = {
|
|
4
|
-
chain_name: 'picasso',
|
|
5
|
-
assets: [{
|
|
6
|
-
description: 'Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.',
|
|
7
|
-
denom_units: [{
|
|
8
|
-
denom: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
9
|
-
exponent: 0,
|
|
10
|
-
aliases: ['upasg']
|
|
11
|
-
}, {
|
|
12
|
-
denom: 'pasg',
|
|
13
|
-
exponent: 6
|
|
14
|
-
}],
|
|
15
|
-
base: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
16
|
-
name: 'Passage',
|
|
17
|
-
display: 'pasg',
|
|
18
|
-
symbol: 'PASG',
|
|
19
|
-
coingecko_id: 'passage',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
22
|
-
},
|
|
23
|
-
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
25
|
-
}],
|
|
26
|
-
type_asset: 'sdk.coin',
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'ibc',
|
|
29
|
-
counterparty: {
|
|
30
|
-
channel_id: 'channel-7',
|
|
31
|
-
base_denom: 'upasg',
|
|
32
|
-
chain_name: 'passage'
|
|
33
|
-
},
|
|
34
|
-
chain: {
|
|
35
|
-
channel_id: 'channel-80'
|
|
36
|
-
}
|
|
37
|
-
}]
|
|
38
|
-
}, {
|
|
39
|
-
description: 'Passage.io is a decentralized platform that enables users to create, distribute, and monetize immersive virtual experiences and content using blockchain technology.',
|
|
40
|
-
denom_units: [{
|
|
41
|
-
denom: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
42
|
-
exponent: 0,
|
|
43
|
-
aliases: ['upasg']
|
|
44
|
-
}, {
|
|
45
|
-
denom: 'pasg',
|
|
46
|
-
exponent: 6
|
|
47
|
-
}],
|
|
48
|
-
base: 'ibc/356741CDF44F53D98B536F65051D97D6159495A97776162EC25899411C954768',
|
|
49
|
-
name: 'Passage',
|
|
50
|
-
display: 'pasg',
|
|
51
|
-
symbol: 'PASG',
|
|
52
|
-
coingecko_id: 'passage',
|
|
53
|
-
logo_URIs: {
|
|
54
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
55
|
-
},
|
|
56
|
-
images: [{
|
|
57
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/passage/images/pasg.png'
|
|
58
|
-
}],
|
|
59
|
-
type_asset: 'sdk.coin',
|
|
60
|
-
traces: [{
|
|
61
|
-
type: 'ibc',
|
|
62
|
-
counterparty: {
|
|
63
|
-
channel_id: 'channel-7',
|
|
64
|
-
base_denom: 'upasg',
|
|
65
|
-
chain_name: 'passage'
|
|
66
|
-
},
|
|
67
|
-
chain: {
|
|
68
|
-
channel_id: 'channel-80'
|
|
69
|
-
}
|
|
70
|
-
}]
|
|
71
|
-
}]
|
|
72
|
-
};
|
|
73
|
-
exports.default = assets;
|
|
@@ -1,6 +1,45 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'penumbra',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Namada.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['unam']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'nam',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
16
|
+
name: 'Namada',
|
|
17
|
+
display: 'nam',
|
|
18
|
+
symbol: 'NAM',
|
|
19
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
|
+
},
|
|
23
|
+
socials: {
|
|
24
|
+
website: 'https://namada.net/',
|
|
25
|
+
twitter: 'https://x.com/namada'
|
|
26
|
+
},
|
|
27
|
+
coingecko_id: 'namada',
|
|
28
|
+
images: [{
|
|
29
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
30
|
+
}],
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'ibc',
|
|
33
|
+
counterparty: {
|
|
34
|
+
channel_id: 'channel-4',
|
|
35
|
+
base_denom: 'unam',
|
|
36
|
+
chain_name: 'namada'
|
|
37
|
+
},
|
|
38
|
+
chain: {
|
|
39
|
+
channel_id: 'channel-13'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
},
|
|
4
43
|
{
|
|
5
44
|
description: 'The native token of Namada.',
|
|
6
45
|
denom_units: [{
|
|
@@ -264,45 +303,6 @@ const assets = {
|
|
|
264
303
|
}
|
|
265
304
|
}]
|
|
266
305
|
},
|
|
267
|
-
{
|
|
268
|
-
description: 'The native token of Namada.',
|
|
269
|
-
denom_units: [{
|
|
270
|
-
denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
271
|
-
exponent: 0,
|
|
272
|
-
aliases: ['unam']
|
|
273
|
-
}, {
|
|
274
|
-
denom: 'nam',
|
|
275
|
-
exponent: 6
|
|
276
|
-
}],
|
|
277
|
-
type_asset: 'sdk.coin',
|
|
278
|
-
base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
279
|
-
name: 'Namada',
|
|
280
|
-
display: 'nam',
|
|
281
|
-
symbol: 'NAM',
|
|
282
|
-
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
283
|
-
logo_URIs: {
|
|
284
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
285
|
-
},
|
|
286
|
-
socials: {
|
|
287
|
-
website: 'https://namada.net/',
|
|
288
|
-
twitter: 'https://x.com/namada'
|
|
289
|
-
},
|
|
290
|
-
coingecko_id: 'namada',
|
|
291
|
-
images: [{
|
|
292
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
293
|
-
}],
|
|
294
|
-
traces: [{
|
|
295
|
-
type: 'ibc',
|
|
296
|
-
counterparty: {
|
|
297
|
-
channel_id: 'channel-4',
|
|
298
|
-
base_denom: 'unam',
|
|
299
|
-
chain_name: 'namada'
|
|
300
|
-
},
|
|
301
|
-
chain: {
|
|
302
|
-
channel_id: 'channel-13'
|
|
303
|
-
}
|
|
304
|
-
}]
|
|
305
|
-
},
|
|
306
306
|
{
|
|
307
307
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
308
308
|
denom_units: [{
|
|
File without changes
|
|
@@ -3,6 +3,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'penumbra',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Namada.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['unam']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'nam',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
18
|
+
name: 'Namada',
|
|
19
|
+
display: 'nam',
|
|
20
|
+
symbol: 'NAM',
|
|
21
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
22
|
+
logo_URIs: {
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
24
|
+
},
|
|
25
|
+
socials: {
|
|
26
|
+
website: 'https://namada.net/',
|
|
27
|
+
twitter: 'https://x.com/namada'
|
|
28
|
+
},
|
|
29
|
+
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-4',
|
|
37
|
+
base_denom: 'unam',
|
|
38
|
+
chain_name: 'namada'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-13'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
6
45
|
{
|
|
7
46
|
description: 'The native token of Namada.',
|
|
8
47
|
denom_units: [{
|
|
@@ -266,45 +305,6 @@ const assets = {
|
|
|
266
305
|
}
|
|
267
306
|
}]
|
|
268
307
|
},
|
|
269
|
-
{
|
|
270
|
-
description: 'The native token of Namada.',
|
|
271
|
-
denom_units: [{
|
|
272
|
-
denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
273
|
-
exponent: 0,
|
|
274
|
-
aliases: ['unam']
|
|
275
|
-
}, {
|
|
276
|
-
denom: 'nam',
|
|
277
|
-
exponent: 6
|
|
278
|
-
}],
|
|
279
|
-
type_asset: 'sdk.coin',
|
|
280
|
-
base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
|
|
281
|
-
name: 'Namada',
|
|
282
|
-
display: 'nam',
|
|
283
|
-
symbol: 'NAM',
|
|
284
|
-
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
285
|
-
logo_URIs: {
|
|
286
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
287
|
-
},
|
|
288
|
-
socials: {
|
|
289
|
-
website: 'https://namada.net/',
|
|
290
|
-
twitter: 'https://x.com/namada'
|
|
291
|
-
},
|
|
292
|
-
coingecko_id: 'namada',
|
|
293
|
-
images: [{
|
|
294
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
295
|
-
}],
|
|
296
|
-
traces: [{
|
|
297
|
-
type: 'ibc',
|
|
298
|
-
counterparty: {
|
|
299
|
-
channel_id: 'channel-4',
|
|
300
|
-
base_denom: 'unam',
|
|
301
|
-
chain_name: 'namada'
|
|
302
|
-
},
|
|
303
|
-
chain: {
|
|
304
|
-
channel_id: 'channel-13'
|
|
305
|
-
}
|
|
306
|
-
}]
|
|
307
|
-
},
|
|
308
308
|
{
|
|
309
309
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
310
310
|
denom_units: [{
|