@chain-registry/juno 1.46.1 → 1.46.2

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
@@ -1660,30 +1660,6 @@ const assets = {
1660
1660
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
1661
1661
  }]
1662
1662
  },
1663
- {
1664
- type_asset: 'sdk.coin',
1665
- denom_units: [{
1666
- denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1667
- exponent: 0
1668
- }, {
1669
- denom: 'arena',
1670
- exponent: 6
1671
- }],
1672
- address: 'juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy',
1673
- base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1674
- name: 'Arena Token',
1675
- description: 'The token for the Arena DAO',
1676
- display: 'arena',
1677
- symbol: 'ARENA',
1678
- logo_URIs: {
1679
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
1680
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
1681
- },
1682
- images: [{
1683
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
1684
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
1685
- }]
1686
- },
1687
1663
  {
1688
1664
  description: 'BackBone Labs Liquid Staked JUNO',
1689
1665
  type_asset: 'cw20',
package/esm/assets.js CHANGED
@@ -1658,30 +1658,6 @@ const assets = {
1658
1658
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hera.png'
1659
1659
  }]
1660
1660
  },
1661
- {
1662
- type_asset: 'sdk.coin',
1663
- denom_units: [{
1664
- denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1665
- exponent: 0
1666
- }, {
1667
- denom: 'arena',
1668
- exponent: 6
1669
- }],
1670
- address: 'juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy',
1671
- base: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA',
1672
- name: 'Arena Token',
1673
- description: 'The token for the Arena DAO',
1674
- display: 'arena',
1675
- symbol: 'ARENA',
1676
- logo_URIs: {
1677
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
1678
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
1679
- },
1680
- images: [{
1681
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
1682
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
1683
- }]
1684
- },
1685
1661
  {
1686
1662
  description: 'BackBone Labs Liquid Staked JUNO',
1687
1663
  type_asset: 'cw20',
@@ -69,16 +69,12 @@ const testnet_assets = {
69
69
  provider: 'Arena DAO'
70
70
  }],
71
71
  logo_URIs: {
72
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
73
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
73
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
74
74
  },
75
75
  images: [{
76
- image_sync: {
77
- chain_name: 'juno',
78
- base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
79
- },
80
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
81
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
76
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
82
78
  }]
83
79
  }
84
80
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.46.1",
3
+ "version": "1.46.2",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,10 +29,10 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "chain-registry": "^1.45.1"
32
+ "chain-registry": "^1.45.2"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.28.1"
35
+ "@chain-registry/types": "^0.28.2"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "ea0a5de9a7a7940804b048613a670918ddc835be"
46
+ "gitHead": "9a9c89d478dbb9d6334ec418f1a7927e944b8611"
47
47
  }
package/testnet_assets.js CHANGED
@@ -71,16 +71,12 @@ const testnet_assets = {
71
71
  provider: 'Arena DAO'
72
72
  }],
73
73
  logo_URIs: {
74
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png',
75
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg'
74
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
75
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
76
76
  },
77
77
  images: [{
78
- image_sync: {
79
- chain_name: 'juno',
80
- base_denom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
81
- },
82
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.svg',
83
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/arena.png'
78
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
79
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
84
80
  }]
85
81
  }
86
82
  ]