@chain-registry/osmosis 1.67.208 → 1.67.210
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_list.js +234 -86
- package/assets.js +228 -129
- package/esm/asset_list.js +234 -86
- package/esm/assets.js +228 -129
- package/esm/testnet_assets.js +28 -12
- package/package.json +3 -3
- package/testnet_assets.js +28 -12
package/esm/testnet_assets.js
CHANGED
|
@@ -31,6 +31,10 @@ const testnet_assets = {
|
|
|
31
31
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
32
32
|
},
|
|
33
33
|
images: [{
|
|
34
|
+
image_sync: {
|
|
35
|
+
chain_name: 'osmosis',
|
|
36
|
+
base_denom: 'uosmo'
|
|
37
|
+
},
|
|
34
38
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
35
39
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
36
40
|
}],
|
|
@@ -63,6 +67,10 @@ const testnet_assets = {
|
|
|
63
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
64
68
|
},
|
|
65
69
|
images: [{
|
|
70
|
+
image_sync: {
|
|
71
|
+
chain_name: 'osmosis',
|
|
72
|
+
base_denom: 'uion'
|
|
73
|
+
},
|
|
66
74
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
75
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
76
|
}],
|
|
@@ -154,6 +162,7 @@ const testnet_assets = {
|
|
|
154
162
|
}
|
|
155
163
|
],
|
|
156
164
|
logo_URIs: {
|
|
165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
157
166
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
158
167
|
},
|
|
159
168
|
images: [{
|
|
@@ -161,7 +170,11 @@ const testnet_assets = {
|
|
|
161
170
|
chain_name: 'ethereumtestnet',
|
|
162
171
|
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
163
172
|
},
|
|
164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
173
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
175
|
+
theme: {
|
|
176
|
+
circle: true
|
|
177
|
+
}
|
|
165
178
|
}]
|
|
166
179
|
},
|
|
167
180
|
{
|
|
@@ -536,7 +549,10 @@ const testnet_assets = {
|
|
|
536
549
|
base_denom: 'uxprt'
|
|
537
550
|
},
|
|
538
551
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
553
|
+
theme: {
|
|
554
|
+
circle: true
|
|
555
|
+
}
|
|
540
556
|
}],
|
|
541
557
|
coingecko_id: 'persistence'
|
|
542
558
|
},
|
|
@@ -1350,8 +1366,8 @@ const testnet_assets = {
|
|
|
1350
1366
|
}
|
|
1351
1367
|
}],
|
|
1352
1368
|
logo_URIs: {
|
|
1353
|
-
|
|
1354
|
-
|
|
1369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
|
|
1370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
|
|
1355
1371
|
},
|
|
1356
1372
|
images: [{
|
|
1357
1373
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -1400,8 +1416,8 @@ const testnet_assets = {
|
|
|
1400
1416
|
}
|
|
1401
1417
|
}],
|
|
1402
1418
|
logo_URIs: {
|
|
1403
|
-
|
|
1404
|
-
|
|
1419
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png',
|
|
1420
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg'
|
|
1405
1421
|
},
|
|
1406
1422
|
images: [{
|
|
1407
1423
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -1450,8 +1466,8 @@ const testnet_assets = {
|
|
|
1450
1466
|
}
|
|
1451
1467
|
}],
|
|
1452
1468
|
logo_URIs: {
|
|
1453
|
-
|
|
1454
|
-
|
|
1469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png',
|
|
1470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg'
|
|
1455
1471
|
},
|
|
1456
1472
|
images: [{
|
|
1457
1473
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -1500,8 +1516,8 @@ const testnet_assets = {
|
|
|
1500
1516
|
}
|
|
1501
1517
|
}],
|
|
1502
1518
|
logo_URIs: {
|
|
1503
|
-
|
|
1504
|
-
|
|
1519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png',
|
|
1520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg'
|
|
1505
1521
|
},
|
|
1506
1522
|
images: [{
|
|
1507
1523
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -1550,8 +1566,8 @@ const testnet_assets = {
|
|
|
1550
1566
|
}
|
|
1551
1567
|
}],
|
|
1552
1568
|
logo_URIs: {
|
|
1553
|
-
|
|
1554
|
-
|
|
1569
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png',
|
|
1570
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg'
|
|
1555
1571
|
},
|
|
1556
1572
|
images: [{
|
|
1557
1573
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.210",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.210"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "d2927af22a22aaff7c45fdbdd31c2b50123e6b89"
|
|
42
42
|
}
|
package/testnet_assets.js
CHANGED
|
@@ -33,6 +33,10 @@ const testnet_assets = {
|
|
|
33
33
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
34
34
|
},
|
|
35
35
|
images: [{
|
|
36
|
+
image_sync: {
|
|
37
|
+
chain_name: 'osmosis',
|
|
38
|
+
base_denom: 'uosmo'
|
|
39
|
+
},
|
|
36
40
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
37
41
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
38
42
|
}],
|
|
@@ -65,6 +69,10 @@ const testnet_assets = {
|
|
|
65
69
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
66
70
|
},
|
|
67
71
|
images: [{
|
|
72
|
+
image_sync: {
|
|
73
|
+
chain_name: 'osmosis',
|
|
74
|
+
base_denom: 'uion'
|
|
75
|
+
},
|
|
68
76
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
69
77
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
70
78
|
}],
|
|
@@ -156,6 +164,7 @@ const testnet_assets = {
|
|
|
156
164
|
}
|
|
157
165
|
],
|
|
158
166
|
logo_URIs: {
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
159
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
160
169
|
},
|
|
161
170
|
images: [{
|
|
@@ -163,7 +172,11 @@ const testnet_assets = {
|
|
|
163
172
|
chain_name: 'ethereumtestnet',
|
|
164
173
|
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
165
174
|
},
|
|
166
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
177
|
+
theme: {
|
|
178
|
+
circle: true
|
|
179
|
+
}
|
|
167
180
|
}]
|
|
168
181
|
},
|
|
169
182
|
{
|
|
@@ -538,7 +551,10 @@ const testnet_assets = {
|
|
|
538
551
|
base_denom: 'uxprt'
|
|
539
552
|
},
|
|
540
553
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
541
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
555
|
+
theme: {
|
|
556
|
+
circle: true
|
|
557
|
+
}
|
|
542
558
|
}],
|
|
543
559
|
coingecko_id: 'persistence'
|
|
544
560
|
},
|
|
@@ -1352,8 +1368,8 @@ const testnet_assets = {
|
|
|
1352
1368
|
}
|
|
1353
1369
|
}],
|
|
1354
1370
|
logo_URIs: {
|
|
1355
|
-
|
|
1356
|
-
|
|
1371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png',
|
|
1372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg'
|
|
1357
1373
|
},
|
|
1358
1374
|
images: [{
|
|
1359
1375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
@@ -1402,8 +1418,8 @@ const testnet_assets = {
|
|
|
1402
1418
|
}
|
|
1403
1419
|
}],
|
|
1404
1420
|
logo_URIs: {
|
|
1405
|
-
|
|
1406
|
-
|
|
1421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png',
|
|
1422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg'
|
|
1407
1423
|
},
|
|
1408
1424
|
images: [{
|
|
1409
1425
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
@@ -1452,8 +1468,8 @@ const testnet_assets = {
|
|
|
1452
1468
|
}
|
|
1453
1469
|
}],
|
|
1454
1470
|
logo_URIs: {
|
|
1455
|
-
|
|
1456
|
-
|
|
1471
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png',
|
|
1472
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg'
|
|
1457
1473
|
},
|
|
1458
1474
|
images: [{
|
|
1459
1475
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
@@ -1502,8 +1518,8 @@ const testnet_assets = {
|
|
|
1502
1518
|
}
|
|
1503
1519
|
}],
|
|
1504
1520
|
logo_URIs: {
|
|
1505
|
-
|
|
1506
|
-
|
|
1521
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png',
|
|
1522
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg'
|
|
1507
1523
|
},
|
|
1508
1524
|
images: [{
|
|
1509
1525
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
@@ -1552,8 +1568,8 @@ const testnet_assets = {
|
|
|
1552
1568
|
}
|
|
1553
1569
|
}],
|
|
1554
1570
|
logo_URIs: {
|
|
1555
|
-
|
|
1556
|
-
|
|
1571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png',
|
|
1572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg'
|
|
1557
1573
|
},
|
|
1558
1574
|
images: [{
|
|
1559
1575
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|