@chain-registry/osmosis 1.67.278 → 1.67.279
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 +2 -0
- package/esm/asset_list.js +2 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -48222,6 +48222,7 @@ const asset_list = {
|
|
|
48222
48222
|
images: [{
|
|
48223
48223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
48224
48224
|
}],
|
|
48225
|
+
coingecko_id: 'eris-arbitrage-luna',
|
|
48225
48226
|
traces: [{
|
|
48226
48227
|
type: 'ibc-cw20',
|
|
48227
48228
|
counterparty: {
|
|
@@ -56811,6 +56812,7 @@ const asset_list = {
|
|
|
56811
56812
|
images: [{
|
|
56812
56813
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
56813
56814
|
}],
|
|
56815
|
+
coingecko_id: 'eris-arbitrage-luna',
|
|
56814
56816
|
traces: [{
|
|
56815
56817
|
type: 'ibc-cw20',
|
|
56816
56818
|
counterparty: {
|
package/esm/asset_list.js
CHANGED
|
@@ -48220,6 +48220,7 @@ const asset_list = {
|
|
|
48220
48220
|
images: [{
|
|
48221
48221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
48222
48222
|
}],
|
|
48223
|
+
coingecko_id: 'eris-arbitrage-luna',
|
|
48223
48224
|
traces: [{
|
|
48224
48225
|
type: 'ibc-cw20',
|
|
48225
48226
|
counterparty: {
|
|
@@ -56809,6 +56810,7 @@ const asset_list = {
|
|
|
56809
56810
|
images: [{
|
|
56810
56811
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
56811
56812
|
}],
|
|
56813
|
+
coingecko_id: 'eris-arbitrage-luna',
|
|
56812
56814
|
traces: [{
|
|
56813
56815
|
type: 'ibc-cw20',
|
|
56814
56816
|
counterparty: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.279",
|
|
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.279"
|
|
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": "20c4d749208eb2b9594197507da905aa98fe1408"
|
|
42
42
|
}
|