@chain-registry/juno 1.70.346 → 1.70.347

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/assets.js CHANGED
@@ -1858,15 +1858,7 @@ const assets = {
1858
1858
  base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1859
1859
  name: 'Arena Token',
1860
1860
  display: 'arena',
1861
- symbol: 'ARENA',
1862
- images: [{
1863
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
1864
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
1865
- }],
1866
- logo_URIs: {
1867
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
1868
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
1869
- }
1861
+ symbol: 'ARENA'
1870
1862
  },
1871
1863
  {
1872
1864
  description: 'ashWIND',
package/esm/assets.js CHANGED
@@ -1856,15 +1856,7 @@ const assets = {
1856
1856
  base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1857
1857
  name: 'Arena Token',
1858
1858
  display: 'arena',
1859
- symbol: 'ARENA',
1860
- images: [{
1861
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
1862
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
1863
- }],
1864
- logo_URIs: {
1865
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
1866
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
1867
- }
1859
+ symbol: 'ARENA'
1868
1860
  },
1869
1861
  {
1870
1862
  description: 'ashWIND',
@@ -77,18 +77,6 @@ const testnet_assets = {
77
77
  base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
78
78
  },
79
79
  provider: 'Arena DAO'
80
- }],
81
- logo_URIs: {
82
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
83
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
84
- },
85
- images: [{
86
- image_sync: {
87
- chain_name: 'juno',
88
- base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
89
- },
90
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
92
80
  }]
93
81
  }
94
82
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.346",
3
+ "version": "1.70.347",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.69.346"
32
+ "chain-registry": "^1.69.347"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.215"
35
+ "@chain-registry/types": "^0.50.216"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "d72c5aea9e68c9114803f74e608bf9e3abfb0580"
46
+ "gitHead": "4b39498f958ff1994aaad6d2575543c660963784"
47
47
  }
package/testnet_assets.js CHANGED
@@ -79,18 +79,6 @@ const testnet_assets = {
79
79
  base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
80
80
  },
81
81
  provider: 'Arena DAO'
82
- }],
83
- logo_URIs: {
84
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
85
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
86
- },
87
- images: [{
88
- image_sync: {
89
- chain_name: 'juno',
90
- base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
91
- },
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
94
82
  }]
95
83
  }
96
84
  ]