chain-registry 1.69.166 → 1.69.167

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.
@@ -14,9 +14,9 @@ const info = {
14
14
  fees: {
15
15
  fee_tokens: [{
16
16
  denom: 'unil',
17
- low_gas_price: 0.0001,
18
- average_gas_price: 0.0001,
19
- high_gas_price: 0.00025
17
+ low_gas_price: 0.025,
18
+ average_gas_price: 0.025,
19
+ high_gas_price: 0.1
20
20
  }]
21
21
  },
22
22
  staking: {
@@ -23851,6 +23851,28 @@ const info = {
23851
23851
  website: 'https://coreumcommunitydao.com/',
23852
23852
  twitter: 'https://x.com/Cor3_Community'
23853
23853
  }
23854
+ },
23855
+ {
23856
+ description: 'Commemorative token dedicated to the old Prussian noble family',
23857
+ denom_units: [{
23858
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23859
+ exponent: 0
23860
+ }, {
23861
+ denom: 'BA-BA',
23862
+ exponent: 6
23863
+ }],
23864
+ type_asset: 'sdk.coin',
23865
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23866
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23867
+ name: 'von Baysen-Bażeński',
23868
+ display: 'BA-BA',
23869
+ symbol: 'BABA',
23870
+ logo_URIs: {
23871
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23872
+ },
23873
+ images: [{
23874
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23875
+ }]
23854
23876
  }
23855
23877
  ]
23856
23878
  };
@@ -16,9 +16,9 @@ const info = {
16
16
  fees: {
17
17
  fee_tokens: [{
18
18
  denom: 'unil',
19
- low_gas_price: 0.0001,
20
- average_gas_price: 0.0001,
21
- high_gas_price: 0.00025
19
+ low_gas_price: 0.025,
20
+ average_gas_price: 0.025,
21
+ high_gas_price: 0.1
22
22
  }]
23
23
  },
24
24
  staking: {
@@ -23853,6 +23853,28 @@ const info = {
23853
23853
  website: 'https://coreumcommunitydao.com/',
23854
23854
  twitter: 'https://x.com/Cor3_Community'
23855
23855
  }
23856
+ },
23857
+ {
23858
+ description: 'Commemorative token dedicated to the old Prussian noble family',
23859
+ denom_units: [{
23860
+ denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23861
+ exponent: 0
23862
+ }, {
23863
+ denom: 'BA-BA',
23864
+ exponent: 6
23865
+ }],
23866
+ type_asset: 'sdk.coin',
23867
+ address: 'osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8',
23868
+ base: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/ba-ba',
23869
+ name: 'von Baysen-Bażeński',
23870
+ display: 'BA-BA',
23871
+ symbol: 'BABA',
23872
+ logo_URIs: {
23873
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23874
+ },
23875
+ images: [{
23876
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/BA-BA.png'
23877
+ }]
23856
23878
  }
23857
23879
  ]
23858
23880
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.166",
3
+ "version": "1.69.167",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.102",
32
+ "@chain-registry/utils": "^1.51.103",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.102"
36
+ "@chain-registry/types": "^0.50.103"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "656def0d516e84b6a09cdd25ebe88a730a4b7ad9"
46
+ "gitHead": "9e28bd63d8e370b365b35580846b468bc2f748c5"
47
47
  }