chain-registry 2.0.71 → 2.0.72

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.
@@ -47,6 +47,34 @@ const info = {
47
47
  discord: 'https://discord.zignaly.com',
48
48
  medium: 'https://medium.com/zignaly'
49
49
  }
50
+ }, {
51
+ description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
52
+ denomUnits: [{
53
+ denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
54
+ exponent: 0
55
+ }, {
56
+ denom: 'stzig',
57
+ exponent: 6
58
+ }],
59
+ base: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
60
+ name: 'Staked Zig',
61
+ display: 'stzig',
62
+ symbol: 'STZIG',
63
+ logoURIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
69
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
70
+ }],
71
+ typeAsset: 'sdk.coin',
72
+ socials: {
73
+ website: 'https://valdora.finance',
74
+ twitter: 'https://x.com/Valdora_finance',
75
+ telegram: 'https://t.me/ValdoraWarriors',
76
+ discord: 'http://discord.gg/valdora'
77
+ }
50
78
  }]
51
79
  };
52
80
  export default info;
@@ -49,6 +49,34 @@ const info = {
49
49
  discord: 'https://discord.zignaly.com',
50
50
  medium: 'https://medium.com/zignaly'
51
51
  }
52
+ }, {
53
+ description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
54
+ denomUnits: [{
55
+ denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
56
+ exponent: 0
57
+ }, {
58
+ denom: 'stzig',
59
+ exponent: 6
60
+ }],
61
+ base: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
62
+ name: 'Staked Zig',
63
+ display: 'stzig',
64
+ symbol: 'STZIG',
65
+ logoURIs: {
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
68
+ },
69
+ images: [{
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
71
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
72
+ }],
73
+ typeAsset: 'sdk.coin',
74
+ socials: {
75
+ website: 'https://valdora.finance',
76
+ twitter: 'https://x.com/Valdora_finance',
77
+ telegram: 'https://t.me/ValdoraWarriors',
78
+ discord: 'http://discord.gg/valdora'
79
+ }
52
80
  }]
53
81
  };
54
82
  exports.default = info;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.71",
3
+ "version": "2.0.72",
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,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.71"
32
+ "@chain-registry/types": "^2.0.72"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "7fea6fc74fcebb2576b04bc87b7a931ad54bede0"
42
+ "gitHead": "e9ca334205f35edfa53882e9258be67eae424ecb"
43
43
  }