chain-registry 2.0.70 → 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.
@@ -413,9 +413,9 @@ const info = {
413
413
  },
414
414
  {
415
415
  kind: 'Ruangnode Explorer',
416
- url: 'https://explorer.ruangnode.com/atomone',
417
- txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
418
- accountPage: 'https://explorer.ruangnode.com/atomone/account/${accountAddress}'
416
+ url: 'https://explorer.ruangnode.com/dashboard/atomone',
417
+ txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
418
+ accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
419
419
  },
420
420
  {
421
421
  kind: 'Kynraze Explorer',
@@ -150,8 +150,8 @@ const info = {
150
150
  },
151
151
  {
152
152
  kind: 'Ruangnode Explorers',
153
- url: 'https://explorer.ruangnode.com/dora/staking',
154
- txPage: 'https://explorer.ruangnode.com/dora/tx/${txHash}'
153
+ url: 'https://explorer.ruangnode.com/dashboard/dora',
154
+ txPage: 'https://explorer.ruangnode.com/transactions/dora?hash=${txHash}'
155
155
  },
156
156
  {
157
157
  kind: 'Roomit',
@@ -80,6 +80,10 @@ const info = {
80
80
  {
81
81
  address: 'https://union-rpc.stakeandrelax.net',
82
82
  provider: 'Stake&Relax'
83
+ },
84
+ {
85
+ address: 'https://m-union-rpc.ruangnode.com:443',
86
+ provider: 'ruangnode'
83
87
  }
84
88
  ],
85
89
  rest: [
@@ -106,6 +110,10 @@ const info = {
106
110
  {
107
111
  address: 'https://union-api.stakeandrelax.net',
108
112
  provider: 'Stake&Relax'
113
+ },
114
+ {
115
+ address: 'https://m-union-api.ruangnode.com:443',
116
+ provider: 'ruangnode'
109
117
  }
110
118
  ],
111
119
  grpc: [
@@ -132,6 +140,10 @@ const info = {
132
140
  {
133
141
  address: 'union-grpc.stakeandrelax.net:24690',
134
142
  provider: 'Stake&Relax'
143
+ },
144
+ {
145
+ address: 'm-union-grpc.ruangnode.com:14090',
146
+ provider: 'ruangnode'
135
147
  }
136
148
  ]
137
149
  },
@@ -140,6 +152,10 @@ const info = {
140
152
  url: 'https://explorer.union.build/union',
141
153
  txPage: 'https://explorer.union.build/union/tx/${txHash}',
142
154
  accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
155
+ }, {
156
+ kind: 'Ruangnode Explorer',
157
+ url: 'https://explorer.ruangnode.com/dashboard/union',
158
+ txPage: 'https://explorer.ruangnode.com/transactions/union?hash=${txHash}'
143
159
  }],
144
160
  images: [{
145
161
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
@@ -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;
@@ -415,9 +415,9 @@ const info = {
415
415
  },
416
416
  {
417
417
  kind: 'Ruangnode Explorer',
418
- url: 'https://explorer.ruangnode.com/atomone',
419
- txPage: 'https://explorer.ruangnode.com/atomone/tx/${txHash}',
420
- accountPage: 'https://explorer.ruangnode.com/atomone/account/${accountAddress}'
418
+ url: 'https://explorer.ruangnode.com/dashboard/atomone',
419
+ txPage: 'https://explorer.ruangnode.com/dashboard/atomone/tx/${txHash}',
420
+ accountPage: 'https://explorer.ruangnode.com/addresses/atomone/${accountAddress}'
421
421
  },
422
422
  {
423
423
  kind: 'Kynraze Explorer',
@@ -152,8 +152,8 @@ const info = {
152
152
  },
153
153
  {
154
154
  kind: 'Ruangnode Explorers',
155
- url: 'https://explorer.ruangnode.com/dora/staking',
156
- txPage: 'https://explorer.ruangnode.com/dora/tx/${txHash}'
155
+ url: 'https://explorer.ruangnode.com/dashboard/dora',
156
+ txPage: 'https://explorer.ruangnode.com/transactions/dora?hash=${txHash}'
157
157
  },
158
158
  {
159
159
  kind: 'Roomit',
@@ -82,6 +82,10 @@ const info = {
82
82
  {
83
83
  address: 'https://union-rpc.stakeandrelax.net',
84
84
  provider: 'Stake&Relax'
85
+ },
86
+ {
87
+ address: 'https://m-union-rpc.ruangnode.com:443',
88
+ provider: 'ruangnode'
85
89
  }
86
90
  ],
87
91
  rest: [
@@ -108,6 +112,10 @@ const info = {
108
112
  {
109
113
  address: 'https://union-api.stakeandrelax.net',
110
114
  provider: 'Stake&Relax'
115
+ },
116
+ {
117
+ address: 'https://m-union-api.ruangnode.com:443',
118
+ provider: 'ruangnode'
111
119
  }
112
120
  ],
113
121
  grpc: [
@@ -134,6 +142,10 @@ const info = {
134
142
  {
135
143
  address: 'union-grpc.stakeandrelax.net:24690',
136
144
  provider: 'Stake&Relax'
145
+ },
146
+ {
147
+ address: 'm-union-grpc.ruangnode.com:14090',
148
+ provider: 'ruangnode'
137
149
  }
138
150
  ]
139
151
  },
@@ -142,6 +154,10 @@ const info = {
142
154
  url: 'https://explorer.union.build/union',
143
155
  txPage: 'https://explorer.union.build/union/tx/${txHash}',
144
156
  accountPage: 'https://explorer.union.build/union/account/${accountAddress}'
157
+ }, {
158
+ kind: 'Ruangnode Explorer',
159
+ url: 'https://explorer.ruangnode.com/dashboard/union',
160
+ txPage: 'https://explorer.ruangnode.com/transactions/union?hash=${txHash}'
145
161
  }],
146
162
  images: [{
147
163
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/union/images/u.png',
@@ -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.70",
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.70"
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": "8b99e6dd3c7f769bb6ca05bbf7db73719c42aafa"
42
+ "gitHead": "e9ca334205f35edfa53882e9258be67eae424ecb"
43
43
  }