@chain-registry/assets 1.70.282 → 1.70.284
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/int3face.js +316 -0
- package/esm/mainnet/noble.js +80 -0
- package/esm/mainnet/osmosis.js +6 -6
- package/esm/mainnet/taketitan.js +4 -4
- package/esm/testnet/int3facetestnet.js +180 -1
- package/esm/testnet/nobletestnet.js +80 -0
- package/index.d.ts +1 -1
- package/mainnet/int3face.js +316 -0
- package/mainnet/noble.js +80 -0
- package/mainnet/osmosis.js +6 -6
- package/mainnet/taketitan.js +4 -4
- package/package.json +5 -5
- package/testnet/int3facetestnet.js +180 -1
- package/testnet/nobletestnet.js +80 -0
package/mainnet/noble.js
CHANGED
|
@@ -1581,6 +1581,46 @@ const assets = {
|
|
|
1581
1581
|
}
|
|
1582
1582
|
}]
|
|
1583
1583
|
},
|
|
1584
|
+
{
|
|
1585
|
+
description: 'Int3face blockchain native token',
|
|
1586
|
+
denom_units: [{
|
|
1587
|
+
denom: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
1588
|
+
exponent: 0,
|
|
1589
|
+
aliases: ['uint3']
|
|
1590
|
+
}, {
|
|
1591
|
+
denom: 'int3',
|
|
1592
|
+
exponent: 6
|
|
1593
|
+
}],
|
|
1594
|
+
base: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
1595
|
+
name: 'Int3face Token',
|
|
1596
|
+
display: 'int3',
|
|
1597
|
+
symbol: 'INT3',
|
|
1598
|
+
logo_URIs: {
|
|
1599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
1600
|
+
},
|
|
1601
|
+
images: [{
|
|
1602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
1603
|
+
theme: {
|
|
1604
|
+
primary_color_hex: '#3d3d3d'
|
|
1605
|
+
}
|
|
1606
|
+
}],
|
|
1607
|
+
socials: {
|
|
1608
|
+
website: 'https://int3face.zone/',
|
|
1609
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
1610
|
+
},
|
|
1611
|
+
type_asset: 'sdk.coin',
|
|
1612
|
+
traces: [{
|
|
1613
|
+
type: 'ibc',
|
|
1614
|
+
counterparty: {
|
|
1615
|
+
channel_id: 'channel-2',
|
|
1616
|
+
base_denom: 'uint3',
|
|
1617
|
+
chain_name: 'int3face'
|
|
1618
|
+
},
|
|
1619
|
+
chain: {
|
|
1620
|
+
channel_id: 'channel-165'
|
|
1621
|
+
}
|
|
1622
|
+
}]
|
|
1623
|
+
},
|
|
1584
1624
|
{
|
|
1585
1625
|
description: 'The native staking and governance token of Joltify',
|
|
1586
1626
|
denom_units: [{
|
|
@@ -4144,6 +4184,46 @@ const assets = {
|
|
|
4144
4184
|
}
|
|
4145
4185
|
}]
|
|
4146
4186
|
},
|
|
4187
|
+
{
|
|
4188
|
+
description: 'Int3face blockchain native token',
|
|
4189
|
+
denom_units: [{
|
|
4190
|
+
denom: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
4191
|
+
exponent: 0,
|
|
4192
|
+
aliases: ['uint3']
|
|
4193
|
+
}, {
|
|
4194
|
+
denom: 'int3',
|
|
4195
|
+
exponent: 6
|
|
4196
|
+
}],
|
|
4197
|
+
base: 'ibc/3489ABC7DD3C303704D6B88D01FC2AF37391A46816549919643E8CBB6C1D2E98',
|
|
4198
|
+
name: 'Int3face Token',
|
|
4199
|
+
display: 'int3',
|
|
4200
|
+
symbol: 'INT3',
|
|
4201
|
+
logo_URIs: {
|
|
4202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
4203
|
+
},
|
|
4204
|
+
images: [{
|
|
4205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
4206
|
+
theme: {
|
|
4207
|
+
primary_color_hex: '#3d3d3d'
|
|
4208
|
+
}
|
|
4209
|
+
}],
|
|
4210
|
+
socials: {
|
|
4211
|
+
website: 'https://int3face.zone/',
|
|
4212
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
4213
|
+
},
|
|
4214
|
+
type_asset: 'sdk.coin',
|
|
4215
|
+
traces: [{
|
|
4216
|
+
type: 'ibc',
|
|
4217
|
+
counterparty: {
|
|
4218
|
+
channel_id: 'channel-2',
|
|
4219
|
+
base_denom: 'uint3',
|
|
4220
|
+
chain_name: 'int3face'
|
|
4221
|
+
},
|
|
4222
|
+
chain: {
|
|
4223
|
+
channel_id: 'channel-165'
|
|
4224
|
+
}
|
|
4225
|
+
}]
|
|
4226
|
+
},
|
|
4147
4227
|
{
|
|
4148
4228
|
description: 'The native staking and governance token of Joltify',
|
|
4149
4229
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -21873,14 +21873,14 @@ const assets = {
|
|
|
21873
21873
|
{
|
|
21874
21874
|
description: 'Taketitan the future of the asset management industry.',
|
|
21875
21875
|
denom_units: [{
|
|
21876
|
-
denom: 'ibc/
|
|
21876
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21877
21877
|
exponent: 0,
|
|
21878
21878
|
aliases: ['utitan']
|
|
21879
21879
|
}, {
|
|
21880
21880
|
denom: 'titan',
|
|
21881
21881
|
exponent: 6
|
|
21882
21882
|
}],
|
|
21883
|
-
base: 'ibc/
|
|
21883
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
21884
21884
|
name: 'Titan',
|
|
21885
21885
|
display: 'titan',
|
|
21886
21886
|
symbol: 'TITAN',
|
|
@@ -21907,7 +21907,7 @@ const assets = {
|
|
|
21907
21907
|
chain_name: 'taketitan'
|
|
21908
21908
|
},
|
|
21909
21909
|
chain: {
|
|
21910
|
-
channel_id: 'channel-
|
|
21910
|
+
channel_id: 'channel-105111'
|
|
21911
21911
|
}
|
|
21912
21912
|
}]
|
|
21913
21913
|
},
|
|
@@ -31892,14 +31892,14 @@ const assets = {
|
|
|
31892
31892
|
{
|
|
31893
31893
|
description: 'Taketitan the future of the asset management industry.',
|
|
31894
31894
|
denom_units: [{
|
|
31895
|
-
denom: 'ibc/
|
|
31895
|
+
denom: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31896
31896
|
exponent: 0,
|
|
31897
31897
|
aliases: ['utitan']
|
|
31898
31898
|
}, {
|
|
31899
31899
|
denom: 'titan',
|
|
31900
31900
|
exponent: 6
|
|
31901
31901
|
}],
|
|
31902
|
-
base: 'ibc/
|
|
31902
|
+
base: 'ibc/87B7A56E83C08DBFD567F0DE6463EC54181B8B819B3CAD7A584C47D59A2A05CF',
|
|
31903
31903
|
name: 'Titan',
|
|
31904
31904
|
display: 'titan',
|
|
31905
31905
|
symbol: 'TITAN',
|
|
@@ -31926,7 +31926,7 @@ const assets = {
|
|
|
31926
31926
|
chain_name: 'taketitan'
|
|
31927
31927
|
},
|
|
31928
31928
|
chain: {
|
|
31929
|
-
channel_id: 'channel-
|
|
31929
|
+
channel_id: 'channel-105111'
|
|
31930
31930
|
}
|
|
31931
31931
|
}]
|
|
31932
31932
|
},
|
package/mainnet/taketitan.js
CHANGED
|
@@ -38,7 +38,7 @@ const assets = {
|
|
|
38
38
|
traces: [{
|
|
39
39
|
type: 'ibc',
|
|
40
40
|
counterparty: {
|
|
41
|
-
channel_id: 'channel-
|
|
41
|
+
channel_id: 'channel-105111',
|
|
42
42
|
base_denom: 'uosmo',
|
|
43
43
|
chain_name: 'osmosis'
|
|
44
44
|
},
|
|
@@ -82,7 +82,7 @@ const assets = {
|
|
|
82
82
|
traces: [{
|
|
83
83
|
type: 'ibc',
|
|
84
84
|
counterparty: {
|
|
85
|
-
channel_id: 'channel-
|
|
85
|
+
channel_id: 'channel-105111',
|
|
86
86
|
base_denom: 'uion',
|
|
87
87
|
chain_name: 'osmosis'
|
|
88
88
|
},
|
|
@@ -126,7 +126,7 @@ const assets = {
|
|
|
126
126
|
traces: [{
|
|
127
127
|
type: 'ibc',
|
|
128
128
|
counterparty: {
|
|
129
|
-
channel_id: 'channel-
|
|
129
|
+
channel_id: 'channel-105111',
|
|
130
130
|
base_denom: 'uosmo',
|
|
131
131
|
chain_name: 'osmosis'
|
|
132
132
|
},
|
|
@@ -170,7 +170,7 @@ const assets = {
|
|
|
170
170
|
traces: [{
|
|
171
171
|
type: 'ibc',
|
|
172
172
|
counterparty: {
|
|
173
|
-
channel_id: 'channel-
|
|
173
|
+
channel_id: 'channel-105111',
|
|
174
174
|
base_denom: 'uion',
|
|
175
175
|
chain_name: 'osmosis'
|
|
176
176
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.284",
|
|
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.178",
|
|
33
|
+
"chain-registry": "^1.69.284"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.178"
|
|
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": "29bd800c7f24cf64782f2ea90099dd254f1cb8da"
|
|
47
47
|
}
|
|
@@ -2,6 +2,185 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'int3facetestnet',
|
|
5
|
-
assets: [
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['ustake']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'stake',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
17
|
+
name: 'Stake',
|
|
18
|
+
display: 'stake',
|
|
19
|
+
symbol: 'STAKE',
|
|
20
|
+
type_asset: 'sdk.coin',
|
|
21
|
+
traces: [{
|
|
22
|
+
type: 'ibc',
|
|
23
|
+
counterparty: {
|
|
24
|
+
channel_id: 'channel-537',
|
|
25
|
+
base_denom: 'ustake',
|
|
26
|
+
chain_name: 'nobletestnet'
|
|
27
|
+
},
|
|
28
|
+
chain: {
|
|
29
|
+
channel_id: 'channel-4'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
35
|
+
denom_units: [{
|
|
36
|
+
denom: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
37
|
+
exponent: 0,
|
|
38
|
+
aliases: ['ulove']
|
|
39
|
+
}, {
|
|
40
|
+
denom: 'love',
|
|
41
|
+
exponent: 6
|
|
42
|
+
}],
|
|
43
|
+
base: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
44
|
+
display: 'love',
|
|
45
|
+
name: 'Love',
|
|
46
|
+
symbol: 'LOVE',
|
|
47
|
+
type_asset: 'sdk.coin',
|
|
48
|
+
traces: [{
|
|
49
|
+
type: 'ibc',
|
|
50
|
+
counterparty: {
|
|
51
|
+
channel_id: 'channel-537',
|
|
52
|
+
base_denom: 'ulove',
|
|
53
|
+
chain_name: 'nobletestnet'
|
|
54
|
+
},
|
|
55
|
+
chain: {
|
|
56
|
+
channel_id: 'channel-4'
|
|
57
|
+
}
|
|
58
|
+
}]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
description: 'Ondo US Dollar Yield',
|
|
62
|
+
denom_units: [{
|
|
63
|
+
denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
64
|
+
exponent: 0,
|
|
65
|
+
aliases: ['ausdy']
|
|
66
|
+
}, {
|
|
67
|
+
denom: 'usdy',
|
|
68
|
+
exponent: 18
|
|
69
|
+
}],
|
|
70
|
+
base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
71
|
+
display: 'usdy',
|
|
72
|
+
name: 'Ondo US Dollar Yield',
|
|
73
|
+
symbol: 'USDY',
|
|
74
|
+
logo_URIs: {
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
76
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
77
|
+
},
|
|
78
|
+
images: [{
|
|
79
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
80
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
81
|
+
}],
|
|
82
|
+
type_asset: 'sdk.coin',
|
|
83
|
+
traces: [{
|
|
84
|
+
type: 'ibc',
|
|
85
|
+
counterparty: {
|
|
86
|
+
channel_id: 'channel-537',
|
|
87
|
+
base_denom: 'ausdy',
|
|
88
|
+
chain_name: 'nobletestnet'
|
|
89
|
+
},
|
|
90
|
+
chain: {
|
|
91
|
+
channel_id: 'channel-4'
|
|
92
|
+
}
|
|
93
|
+
}]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
description: 'The controlled staking asset for Noble Chain',
|
|
97
|
+
denom_units: [{
|
|
98
|
+
denom: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
99
|
+
exponent: 0,
|
|
100
|
+
aliases: ['ustake']
|
|
101
|
+
}, {
|
|
102
|
+
denom: 'stake',
|
|
103
|
+
exponent: 6
|
|
104
|
+
}],
|
|
105
|
+
base: 'ibc/9FFBC43E9BAE33B426858E26CAE523F086868B83DD8323E0AAD709A06D4ECE92',
|
|
106
|
+
name: 'Stake',
|
|
107
|
+
display: 'stake',
|
|
108
|
+
symbol: 'STAKE',
|
|
109
|
+
type_asset: 'sdk.coin',
|
|
110
|
+
traces: [{
|
|
111
|
+
type: 'ibc',
|
|
112
|
+
counterparty: {
|
|
113
|
+
channel_id: 'channel-537',
|
|
114
|
+
base_denom: 'ustake',
|
|
115
|
+
chain_name: 'nobletestnet'
|
|
116
|
+
},
|
|
117
|
+
chain: {
|
|
118
|
+
channel_id: 'channel-4'
|
|
119
|
+
}
|
|
120
|
+
}]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
description: 'Love is a test tokenfactory asset controlled by the Strangelove Team',
|
|
124
|
+
denom_units: [{
|
|
125
|
+
denom: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
126
|
+
exponent: 0,
|
|
127
|
+
aliases: ['ulove']
|
|
128
|
+
}, {
|
|
129
|
+
denom: 'love',
|
|
130
|
+
exponent: 6
|
|
131
|
+
}],
|
|
132
|
+
base: 'ibc/DA4E7EBC1565A84C3D4C7E51D7873B0CBA5E50528EEEB93918905E56D90BFE74',
|
|
133
|
+
display: 'love',
|
|
134
|
+
name: 'Love',
|
|
135
|
+
symbol: 'LOVE',
|
|
136
|
+
type_asset: 'sdk.coin',
|
|
137
|
+
traces: [{
|
|
138
|
+
type: 'ibc',
|
|
139
|
+
counterparty: {
|
|
140
|
+
channel_id: 'channel-537',
|
|
141
|
+
base_denom: 'ulove',
|
|
142
|
+
chain_name: 'nobletestnet'
|
|
143
|
+
},
|
|
144
|
+
chain: {
|
|
145
|
+
channel_id: 'channel-4'
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
description: 'Ondo US Dollar Yield',
|
|
151
|
+
denom_units: [{
|
|
152
|
+
denom: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
153
|
+
exponent: 0,
|
|
154
|
+
aliases: ['ausdy']
|
|
155
|
+
}, {
|
|
156
|
+
denom: 'usdy',
|
|
157
|
+
exponent: 18
|
|
158
|
+
}],
|
|
159
|
+
base: 'ibc/E37073F3AA0BA94158DD6FA8F047B583F30E8CAB66DD12B9C46541F598C6A554',
|
|
160
|
+
display: 'usdy',
|
|
161
|
+
name: 'Ondo US Dollar Yield',
|
|
162
|
+
symbol: 'USDY',
|
|
163
|
+
logo_URIs: {
|
|
164
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
165
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
166
|
+
},
|
|
167
|
+
images: [{
|
|
168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
169
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
170
|
+
}],
|
|
171
|
+
type_asset: 'sdk.coin',
|
|
172
|
+
traces: [{
|
|
173
|
+
type: 'ibc',
|
|
174
|
+
counterparty: {
|
|
175
|
+
channel_id: 'channel-537',
|
|
176
|
+
base_denom: 'ausdy',
|
|
177
|
+
chain_name: 'nobletestnet'
|
|
178
|
+
},
|
|
179
|
+
chain: {
|
|
180
|
+
channel_id: 'channel-4'
|
|
181
|
+
}
|
|
182
|
+
}]
|
|
183
|
+
}
|
|
184
|
+
]
|
|
6
185
|
};
|
|
7
186
|
exports.default = assets;
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -160,6 +160,46 @@ const assets = {
|
|
|
160
160
|
}
|
|
161
161
|
}]
|
|
162
162
|
},
|
|
163
|
+
{
|
|
164
|
+
description: 'Int3face Testnet blockchain native token',
|
|
165
|
+
denom_units: [{
|
|
166
|
+
denom: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
167
|
+
exponent: 0,
|
|
168
|
+
aliases: ['uint3']
|
|
169
|
+
}, {
|
|
170
|
+
denom: 'int3',
|
|
171
|
+
exponent: 6
|
|
172
|
+
}],
|
|
173
|
+
base: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
174
|
+
name: 'Int3face Testnet Token',
|
|
175
|
+
display: 'int3',
|
|
176
|
+
symbol: 'INT3',
|
|
177
|
+
logo_URIs: {
|
|
178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
179
|
+
},
|
|
180
|
+
images: [{
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
182
|
+
theme: {
|
|
183
|
+
primary_color_hex: '#3d3d3d'
|
|
184
|
+
}
|
|
185
|
+
}],
|
|
186
|
+
socials: {
|
|
187
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
188
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
189
|
+
},
|
|
190
|
+
type_asset: 'sdk.coin',
|
|
191
|
+
traces: [{
|
|
192
|
+
type: 'ibc',
|
|
193
|
+
counterparty: {
|
|
194
|
+
channel_id: 'channel-4',
|
|
195
|
+
base_denom: 'uint3',
|
|
196
|
+
chain_name: 'int3facetestnet'
|
|
197
|
+
},
|
|
198
|
+
chain: {
|
|
199
|
+
channel_id: 'channel-537'
|
|
200
|
+
}
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
163
203
|
{
|
|
164
204
|
description: 'The native token of MANTRA',
|
|
165
205
|
denom_units: [{
|
|
@@ -421,6 +461,46 @@ const assets = {
|
|
|
421
461
|
}
|
|
422
462
|
}]
|
|
423
463
|
},
|
|
464
|
+
{
|
|
465
|
+
description: 'Int3face Testnet blockchain native token',
|
|
466
|
+
denom_units: [{
|
|
467
|
+
denom: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
468
|
+
exponent: 0,
|
|
469
|
+
aliases: ['uint3']
|
|
470
|
+
}, {
|
|
471
|
+
denom: 'int3',
|
|
472
|
+
exponent: 6
|
|
473
|
+
}],
|
|
474
|
+
base: 'ibc/2080D688BAED7DD8C59B4D336BB5E7BEEA24495D4AB05AF604AD24AEBF9C4153',
|
|
475
|
+
name: 'Int3face Testnet Token',
|
|
476
|
+
display: 'int3',
|
|
477
|
+
symbol: 'INT3',
|
|
478
|
+
logo_URIs: {
|
|
479
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
480
|
+
},
|
|
481
|
+
images: [{
|
|
482
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
483
|
+
theme: {
|
|
484
|
+
primary_color_hex: '#3d3d3d'
|
|
485
|
+
}
|
|
486
|
+
}],
|
|
487
|
+
socials: {
|
|
488
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
489
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
490
|
+
},
|
|
491
|
+
type_asset: 'sdk.coin',
|
|
492
|
+
traces: [{
|
|
493
|
+
type: 'ibc',
|
|
494
|
+
counterparty: {
|
|
495
|
+
channel_id: 'channel-4',
|
|
496
|
+
base_denom: 'uint3',
|
|
497
|
+
chain_name: 'int3facetestnet'
|
|
498
|
+
},
|
|
499
|
+
chain: {
|
|
500
|
+
channel_id: 'channel-537'
|
|
501
|
+
}
|
|
502
|
+
}]
|
|
503
|
+
},
|
|
424
504
|
{
|
|
425
505
|
description: 'The native token of MANTRA',
|
|
426
506
|
denom_units: [{
|