@chain-registry/juno 1.70.45 → 1.70.47

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.
Files changed (3) hide show
  1. package/assets.js +43 -0
  2. package/esm/assets.js +43 -0
  3. package/package.json +4 -4
package/assets.js CHANGED
@@ -2114,6 +2114,49 @@ const assets = {
2114
2114
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2115
2115
  }],
2116
2116
  type_asset: 'sdk.coin'
2117
+ },
2118
+ {
2119
+ description: 'The token of Crowdpunk DAO',
2120
+ denom_units: [{
2121
+ denom: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2122
+ exponent: 0,
2123
+ aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
2124
+ }, {
2125
+ denom: 'crowdp',
2126
+ exponent: 18
2127
+ }],
2128
+ type_asset: 'ics20',
2129
+ base: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2130
+ name: 'Crowdpunk DAO',
2131
+ display: 'crowdp',
2132
+ symbol: 'CROWDP',
2133
+ traces: [{
2134
+ type: 'ibc',
2135
+ counterparty: {
2136
+ chain_name: 'evmos',
2137
+ base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
2138
+ channel_id: 'channel-5'
2139
+ },
2140
+ chain: {
2141
+ channel_id: 'channel-70',
2142
+ path: 'transfer/channel-70/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2143
+ }
2144
+ }],
2145
+ logo_URIs: {
2146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
2148
+ },
2149
+ images: [{
2150
+ image_sync: {
2151
+ chain_name: 'evmos',
2152
+ base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2153
+ },
2154
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2155
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
2156
+ theme: {
2157
+ primary_color_hex: '#04fbfb'
2158
+ }
2159
+ }]
2117
2160
  }
2118
2161
  ]
2119
2162
  };
package/esm/assets.js CHANGED
@@ -2112,6 +2112,49 @@ const assets = {
2112
2112
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.ash.png'
2113
2113
  }],
2114
2114
  type_asset: 'sdk.coin'
2115
+ },
2116
+ {
2117
+ description: 'The token of Crowdpunk DAO',
2118
+ denom_units: [{
2119
+ denom: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2120
+ exponent: 0,
2121
+ aliases: ['erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F']
2122
+ }, {
2123
+ denom: 'crowdp',
2124
+ exponent: 18
2125
+ }],
2126
+ type_asset: 'ics20',
2127
+ base: 'ibc/B4B81727559DC69159ED8BECD4452D555235CA0D11FADD3ADE121395A7E2833E',
2128
+ name: 'Crowdpunk DAO',
2129
+ display: 'crowdp',
2130
+ symbol: 'CROWDP',
2131
+ traces: [{
2132
+ type: 'ibc',
2133
+ counterparty: {
2134
+ chain_name: 'evmos',
2135
+ base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F',
2136
+ channel_id: 'channel-5'
2137
+ },
2138
+ chain: {
2139
+ channel_id: 'channel-70',
2140
+ path: 'transfer/channel-70/erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2141
+ }
2142
+ }],
2143
+ logo_URIs: {
2144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2145
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg'
2146
+ },
2147
+ images: [{
2148
+ image_sync: {
2149
+ chain_name: 'evmos',
2150
+ base_denom: 'erc20/0xfbF4318d24a93753F11d365A6dcF8b830e98Ab0F'
2151
+ },
2152
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.png',
2153
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/crowdp.svg',
2154
+ theme: {
2155
+ primary_color_hex: '#04fbfb'
2156
+ }
2157
+ }]
2115
2158
  }
2116
2159
  ]
2117
2160
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.70.45",
3
+ "version": "1.70.47",
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.69.45"
32
+ "chain-registry": "^1.69.47"
33
33
  },
34
34
  "dependencies": {
35
- "@chain-registry/types": "^0.50.22"
35
+ "@chain-registry/types": "^0.50.24"
36
36
  },
37
37
  "keywords": [
38
38
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "tokens",
44
44
  "juno"
45
45
  ],
46
- "gitHead": "864254c07ee4908b4499235f90877fffc9eca1e7"
46
+ "gitHead": "ed59e69187b32c9ebaf9e52a36db456615e5c23b"
47
47
  }