chain-registry 2.0.208 → 2.0.210

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.
@@ -225,6 +225,7 @@ import * as _ununifi from './ununifi';
225
225
  import * as _uptick from './uptick';
226
226
  import * as _vector from './vector';
227
227
  import * as _wardenprotocol from './wardenprotocol';
228
+ import * as _wolochain from './wolochain';
228
229
  import * as _xarchain from './xarchain';
229
230
  import * as _xion from './xion';
230
231
  import * as _xpla from './xpla';
@@ -461,6 +462,7 @@ const assetList = [
461
462
  _uptick.assetList,
462
463
  _vector.assetList,
463
464
  _wardenprotocol.assetList,
465
+ _wolochain.assetList,
464
466
  _xarchain.assetList,
465
467
  _xion.assetList,
466
468
  _xpla.assetList,
@@ -225,6 +225,7 @@ import * as _ununifi from './ununifi';
225
225
  import * as _uptick from './uptick';
226
226
  import * as _vector from './vector';
227
227
  import * as _wardenprotocol from './wardenprotocol';
228
+ import * as _wolochain from './wolochain';
228
229
  import * as _xarchain from './xarchain';
229
230
  import * as _xion from './xion';
230
231
  import * as _xpla from './xpla';
@@ -461,6 +462,7 @@ const chains = [
461
462
  _uptick.chain,
462
463
  _vector.chain,
463
464
  _wardenprotocol.chain,
465
+ _wolochain.chain,
464
466
  _xarchain.chain,
465
467
  _xion.chain,
466
468
  _xpla.chain,
@@ -174,6 +174,7 @@ import * as _titan from './titan';
174
174
  import * as _umee from './umee';
175
175
  import * as _unification from './unification';
176
176
  import * as _uptick from './uptick';
177
+ import * as _wolochain from './wolochain';
177
178
  import * as _xion from './xion';
178
179
  import * as _xpla from './xpla';
179
180
  import * as _xrplevm from './xrplevm';
@@ -356,6 +357,7 @@ const ibcData = [
356
357
  ..._umee.ibcData,
357
358
  ..._unification.ibcData,
358
359
  ..._uptick.ibcData,
360
+ ..._wolochain.ibcData,
359
361
  ..._xion.ibcData,
360
362
  ..._xpla.ibcData,
361
363
  ..._xrplevm.ibcData,
@@ -90,6 +90,11 @@ const info = {
90
90
  url: 'https://scan.initia.xyz/interwoven-1',
91
91
  txPage: 'https://scan.initia.xyz/interwoven-1/txs/${txHash}',
92
92
  accountPage: 'https://scan.initia.xyz/interwoven-1/accounts/${accountAddress}'
93
+ }, {
94
+ kind: 'moon-runners',
95
+ url: 'https://moon-runners.net/initia/mainnet',
96
+ txPage: 'https://moon-runners.net/initia/mainnet/finder?search=${txHash}',
97
+ accountPage: 'https://moon-runners.net/initia/mainnet/finder?search=${accountAddress}'
93
98
  }],
94
99
  images: [{
95
100
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
@@ -94,6 +94,15 @@ const info = {
94
94
  description: 'The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.',
95
95
  apis: {
96
96
  rpc: [
97
+ {
98
+ address: 'https://rpc.neutron.solva.solutions:443',
99
+ provider: 'solva.solutions'
100
+ },
101
+ {
102
+ address: 'https://rpc-archive.neutron.solva.solutions:443',
103
+ provider: 'solva.solutions',
104
+ archive: true
105
+ },
97
106
  {
98
107
  address: 'https://rpc-lb.neutron.org',
99
108
  provider: 'Neutron'
@@ -144,6 +153,15 @@ const info = {
144
153
  }
145
154
  ],
146
155
  rest: [
156
+ {
157
+ address: 'https://rest.neutron.solva.solutions:443',
158
+ provider: 'solva.solutions'
159
+ },
160
+ {
161
+ address: 'https://rest-archive.neutron.solva.solutions:443',
162
+ provider: 'solva.solutions',
163
+ archive: true
164
+ },
147
165
  {
148
166
  address: 'https://rest-lb.neutron.org',
149
167
  provider: 'Neutron'
@@ -198,6 +216,15 @@ const info = {
198
216
  }
199
217
  ],
200
218
  grpc: [
219
+ {
220
+ address: 'grpc.neutron.solva.solutions:443',
221
+ provider: 'solva.solutions'
222
+ },
223
+ {
224
+ address: 'grpc-archive.neutron.solva.solutions:443',
225
+ provider: 'solva.solutions',
226
+ archive: true
227
+ },
201
228
  {
202
229
  address: 'grpc-lb.neutron.org:443',
203
230
  provider: 'Neutron'
@@ -22987,6 +22987,51 @@ const info = {
22987
22987
  website: 'https://www.necrovault.com/',
22988
22988
  x: 'https://x.com/Underworld_NFTs'
22989
22989
  }
22990
+ },
22991
+ {
22992
+ description: 'WOLO is the fixed-supply native token of WoloChain.',
22993
+ extendedDescription: 'WOLO powers AoE2WAR betting, staking, rewards, and settlement for Age of Empires II matches.',
22994
+ denomUnits: [{
22995
+ denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
22996
+ exponent: 0,
22997
+ aliases: ['uwolo']
22998
+ }, {
22999
+ denom: 'wolo',
23000
+ exponent: 6
23001
+ }],
23002
+ typeAsset: 'ics20',
23003
+ base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
23004
+ name: 'WOLO',
23005
+ display: 'wolo',
23006
+ symbol: 'WOLO',
23007
+ traces: [{
23008
+ type: 'ibc',
23009
+ counterparty: {
23010
+ chainName: 'wolochain',
23011
+ baseDenom: 'uwolo',
23012
+ channelId: 'channel-0'
23013
+ },
23014
+ chain: {
23015
+ channelId: 'channel-110224',
23016
+ path: 'transfer/channel-110224/uwolo'
23017
+ }
23018
+ }],
23019
+ logoURIs: {
23020
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
23021
+ },
23022
+ images: [{
23023
+ imageSync: {
23024
+ chainName: 'wolochain',
23025
+ baseDenom: 'uwolo'
23026
+ },
23027
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
23028
+ theme: {
23029
+ circle: true
23030
+ }
23031
+ }],
23032
+ socials: {
23033
+ website: 'https://aoe2war.com'
23034
+ }
22990
23035
  }
22991
23036
  ]
22992
23037
  };
@@ -5624,6 +5624,37 @@ const info = [
5624
5624
  }
5625
5625
  }]
5626
5626
  },
5627
+ {
5628
+ $schema: '../ibc_data.schema.json',
5629
+ chain1: {
5630
+ chainName: 'osmosis',
5631
+ chainId: 'osmosis-1',
5632
+ clientId: '07-tendermint-3705',
5633
+ connectionId: 'connection-11058'
5634
+ },
5635
+ chain2: {
5636
+ chainName: 'wolochain',
5637
+ chainId: 'wolo-1',
5638
+ clientId: '07-tendermint-0',
5639
+ connectionId: 'connection-0'
5640
+ },
5641
+ channels: [{
5642
+ chain1: {
5643
+ channelId: 'channel-110224',
5644
+ portId: 'transfer'
5645
+ },
5646
+ chain2: {
5647
+ channelId: 'channel-0',
5648
+ portId: 'transfer'
5649
+ },
5650
+ ordering: 'unordered',
5651
+ version: 'ics20-1',
5652
+ tags: {
5653
+ preferred: true,
5654
+ status: 'ACTIVE'
5655
+ }
5656
+ }]
5657
+ },
5627
5658
  {
5628
5659
  $schema: '../ibc_data.schema.json',
5629
5660
  chain1: {
@@ -241,6 +241,12 @@ const info = {
241
241
  url: 'https://mainnet.explorer.aviaone.com/provenance',
242
242
  txPage: 'https://mainnet.explorer.aviaone.com/provenance/tx/${txHash}',
243
243
  accountPage: 'https://mainnet.explorer.aviaone.com/provenance/account/${accountAddress}'
244
+ },
245
+ {
246
+ kind: 'moon-runners',
247
+ url: 'https://moon-runners.net/provenance/mainnet',
248
+ txPage: 'https://moon-runners.net/provenance/mainnet/finder?search=${txHash}',
249
+ accountPage: 'https://moon-runners.net/provenance/mainnet/finder?search=${accountAddress}'
244
250
  }
245
251
  ],
246
252
  images: [{
@@ -299,6 +299,31 @@ const info = {
299
299
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png',
300
300
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg'
301
301
  }]
302
+ },
303
+ {
304
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
305
+ denomUnits: [{
306
+ denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
307
+ exponent: 0
308
+ }, {
309
+ denom: 'snvr',
310
+ exponent: 9
311
+ }],
312
+ typeAsset: 'snip20',
313
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
314
+ base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
315
+ name: 'SNVR',
316
+ display: 'snvr',
317
+ symbol: 'SNVR',
318
+ logoURIs: {
319
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
320
+ },
321
+ images: [{
322
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
323
+ }],
324
+ socials: {
325
+ website: 'https://snvr.org'
326
+ }
302
327
  }
303
328
  ]
304
329
  };
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chainName: 'thejaynetwork',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'JAY is the native staking and governance token of The Jay Network.',
6
7
  denomUnits: [{
7
8
  denom: 'ujay',
@@ -24,6 +25,124 @@ const info = {
24
25
  website: 'https://thejaynetwork.com'
25
26
  },
26
27
  typeAsset: 'sdk.coin'
27
- }]
28
+ },
29
+ {
30
+ description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
31
+ denomUnits: [{
32
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
33
+ exponent: 0
34
+ }, {
35
+ denom: 'atom',
36
+ exponent: 6
37
+ }],
38
+ typeAsset: 'ics20',
39
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
40
+ name: 'Cosmos Hub Atom',
41
+ display: 'atom',
42
+ symbol: 'ATOM',
43
+ traces: [{
44
+ type: 'ibc',
45
+ counterparty: {
46
+ chainName: 'cosmoshub',
47
+ baseDenom: 'uatom',
48
+ channelId: 'channel-1871'
49
+ },
50
+ chain: {
51
+ channelId: 'channel-1',
52
+ path: 'transfer/channel-1/uatom'
53
+ }
54
+ }],
55
+ logoURIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
58
+ },
59
+ images: [{
60
+ imageSync: {
61
+ chainName: 'cosmoshub',
62
+ baseDenom: 'uatom'
63
+ },
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
66
+ }]
67
+ },
68
+ {
69
+ description: 'Celestia TIA transferred via IBC to The Jay Network.',
70
+ denomUnits: [{
71
+ denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
72
+ exponent: 0
73
+ }, {
74
+ denom: 'tia',
75
+ exponent: 6
76
+ }],
77
+ typeAsset: 'ics20',
78
+ base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
79
+ name: 'Celestia',
80
+ display: 'tia',
81
+ symbol: 'TIA',
82
+ traces: [{
83
+ type: 'ibc',
84
+ counterparty: {
85
+ chainName: 'celestia',
86
+ baseDenom: 'utia',
87
+ channelId: 'channel-277'
88
+ },
89
+ chain: {
90
+ channelId: 'channel-2',
91
+ path: 'transfer/channel-2/utia'
92
+ }
93
+ }],
94
+ logoURIs: {
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
97
+ },
98
+ images: [{
99
+ imageSync: {
100
+ chainName: 'celestia',
101
+ baseDenom: 'utia'
102
+ },
103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
105
+ }]
106
+ },
107
+ {
108
+ description: 'Injective INJ transferred via IBC to The Jay Network.',
109
+ denomUnits: [{
110
+ denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
111
+ exponent: 0
112
+ }, {
113
+ denom: 'INJ',
114
+ exponent: 18
115
+ }],
116
+ typeAsset: 'ics20',
117
+ base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
118
+ name: 'Injective',
119
+ display: 'INJ',
120
+ symbol: 'INJ',
121
+ traces: [{
122
+ type: 'ibc',
123
+ counterparty: {
124
+ chainName: 'injective',
125
+ baseDenom: 'inj',
126
+ channelId: 'channel-450'
127
+ },
128
+ chain: {
129
+ channelId: 'channel-3',
130
+ path: 'transfer/channel-3/inj'
131
+ }
132
+ }],
133
+ logoURIs: {
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
135
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
136
+ },
137
+ images: [{
138
+ imageSync: {
139
+ chainName: 'injective',
140
+ baseDenom: 'inj'
141
+ },
142
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
143
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
144
+ }]
145
+ }
146
+ ]
28
147
  };
29
148
  export default info;
@@ -0,0 +1,34 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'wolochain',
4
+ assets: [{
5
+ description: 'WOLO is the fixed-supply native token of WoloChain.',
6
+ extendedDescription: 'WOLO powers AoE2WAR betting, staking, rewards, and settlement for Age of Empires II matches.',
7
+ denomUnits: [{
8
+ denom: 'uwolo',
9
+ exponent: 0,
10
+ aliases: ['microWOLO']
11
+ }, {
12
+ denom: 'wolo',
13
+ exponent: 6
14
+ }],
15
+ base: 'uwolo',
16
+ name: 'WOLO',
17
+ display: 'wolo',
18
+ symbol: 'WOLO',
19
+ logoURIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
21
+ },
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
24
+ theme: {
25
+ circle: true
26
+ }
27
+ }],
28
+ socials: {
29
+ website: 'https://aoe2war.com'
30
+ },
31
+ typeAsset: 'sdk.coin'
32
+ }]
33
+ };
34
+ export default info;
@@ -0,0 +1,81 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'wolochain',
4
+ status: 'live',
5
+ networkType: 'mainnet',
6
+ website: 'https://aoe2war.com',
7
+ prettyName: 'WoloChain',
8
+ chainType: 'cosmos',
9
+ chainId: 'wolo-1',
10
+ bech32Prefix: 'wolo',
11
+ daemonName: 'wolochaind-mainnet',
12
+ nodeHome: '$HOME/.wolochaind-mainnet',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'uwolo',
18
+ lowGasPrice: 0,
19
+ averageGasPrice: 0,
20
+ highGasPrice: 0
21
+ }]
22
+ },
23
+ staking: {
24
+ stakingTokens: [{
25
+ denom: 'uwolo'
26
+ }]
27
+ },
28
+ codebase: {
29
+ gitRepo: 'https://github.com/Emaren/wolochain',
30
+ recommendedVersion: 'v1.0.0',
31
+ compatibleVersions: ['v1.0.0'],
32
+ binaries: {
33
+ "darwin/amd64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
34
+ "darwin/arm64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz',
35
+ "linux/amd64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz'
36
+ },
37
+ genesis: {
38
+ genesisUrl: 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/genesis.wolo-1.json'
39
+ },
40
+ consensus: {
41
+ type: 'cometbft',
42
+ version: 'v0.38.17'
43
+ },
44
+ sdk: {
45
+ type: 'cosmos',
46
+ version: 'v0.53.3'
47
+ },
48
+ ibc: {
49
+ type: 'go',
50
+ version: 'v10.2.0',
51
+ icsEnabled: ['ics20-1']
52
+ },
53
+ tag: 'v1.0.0'
54
+ },
55
+ logoURIs: {
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
57
+ },
58
+ description: 'WoloChain is the Cosmos SDK chain powering WOLO, the fixed-supply token used by AoE2WAR for Age of Empires II betting, staking, rewards, and settlement.',
59
+ apis: {
60
+ rpc: [{
61
+ address: 'https://aoe2war.com/rpc-mainnet',
62
+ provider: 'AoE2WAR'
63
+ }],
64
+ rest: [{
65
+ address: 'https://aoe2war.com/rest-mainnet',
66
+ provider: 'AoE2WAR'
67
+ }]
68
+ },
69
+ images: [{
70
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
71
+ theme: {
72
+ circle: true
73
+ }
74
+ }],
75
+ keywords: [
76
+ 'gaming',
77
+ 'betting',
78
+ 'staking'
79
+ ]
80
+ };
81
+ export default info;
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosis',
5
+ chainId: 'osmosis-1',
6
+ clientId: '07-tendermint-3705',
7
+ connectionId: 'connection-11058'
8
+ },
9
+ chain2: {
10
+ chainName: 'wolochain',
11
+ chainId: 'wolo-1',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-110224',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -250,6 +250,7 @@ const _ununifi = __importStar(require("./ununifi"));
250
250
  const _uptick = __importStar(require("./uptick"));
251
251
  const _vector = __importStar(require("./vector"));
252
252
  const _wardenprotocol = __importStar(require("./wardenprotocol"));
253
+ const _wolochain = __importStar(require("./wolochain"));
253
254
  const _xarchain = __importStar(require("./xarchain"));
254
255
  const _xion = __importStar(require("./xion"));
255
256
  const _xpla = __importStar(require("./xpla"));
@@ -486,6 +487,7 @@ const assetList = [
486
487
  _uptick.assetList,
487
488
  _vector.assetList,
488
489
  _wardenprotocol.assetList,
490
+ _wolochain.assetList,
489
491
  _xarchain.assetList,
490
492
  _xion.assetList,
491
493
  _xpla.assetList,
package/mainnet/chains.js CHANGED
@@ -250,6 +250,7 @@ const _ununifi = __importStar(require("./ununifi"));
250
250
  const _uptick = __importStar(require("./uptick"));
251
251
  const _vector = __importStar(require("./vector"));
252
252
  const _wardenprotocol = __importStar(require("./wardenprotocol"));
253
+ const _wolochain = __importStar(require("./wolochain"));
253
254
  const _xarchain = __importStar(require("./xarchain"));
254
255
  const _xion = __importStar(require("./xion"));
255
256
  const _xpla = __importStar(require("./xpla"));
@@ -486,6 +487,7 @@ const chains = [
486
487
  _uptick.chain,
487
488
  _vector.chain,
488
489
  _wardenprotocol.chain,
490
+ _wolochain.chain,
489
491
  _xarchain.chain,
490
492
  _xion.chain,
491
493
  _xpla.chain,
@@ -199,6 +199,7 @@ const _titan = __importStar(require("./titan"));
199
199
  const _umee = __importStar(require("./umee"));
200
200
  const _unification = __importStar(require("./unification"));
201
201
  const _uptick = __importStar(require("./uptick"));
202
+ const _wolochain = __importStar(require("./wolochain"));
202
203
  const _xion = __importStar(require("./xion"));
203
204
  const _xpla = __importStar(require("./xpla"));
204
205
  const _xrplevm = __importStar(require("./xrplevm"));
@@ -381,6 +382,7 @@ const ibcData = [
381
382
  ..._umee.ibcData,
382
383
  ..._unification.ibcData,
383
384
  ..._uptick.ibcData,
385
+ ..._wolochain.ibcData,
384
386
  ..._xion.ibcData,
385
387
  ..._xpla.ibcData,
386
388
  ..._xrplevm.ibcData,
@@ -92,6 +92,11 @@ const info = {
92
92
  url: 'https://scan.initia.xyz/interwoven-1',
93
93
  txPage: 'https://scan.initia.xyz/interwoven-1/txs/${txHash}',
94
94
  accountPage: 'https://scan.initia.xyz/interwoven-1/accounts/${accountAddress}'
95
+ }, {
96
+ kind: 'moon-runners',
97
+ url: 'https://moon-runners.net/initia/mainnet',
98
+ txPage: 'https://moon-runners.net/initia/mainnet/finder?search=${txHash}',
99
+ accountPage: 'https://moon-runners.net/initia/mainnet/finder?search=${accountAddress}'
95
100
  }],
96
101
  images: [{
97
102
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/initia/images/INIT.svg',
@@ -96,6 +96,15 @@ const info = {
96
96
  description: 'The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.',
97
97
  apis: {
98
98
  rpc: [
99
+ {
100
+ address: 'https://rpc.neutron.solva.solutions:443',
101
+ provider: 'solva.solutions'
102
+ },
103
+ {
104
+ address: 'https://rpc-archive.neutron.solva.solutions:443',
105
+ provider: 'solva.solutions',
106
+ archive: true
107
+ },
99
108
  {
100
109
  address: 'https://rpc-lb.neutron.org',
101
110
  provider: 'Neutron'
@@ -146,6 +155,15 @@ const info = {
146
155
  }
147
156
  ],
148
157
  rest: [
158
+ {
159
+ address: 'https://rest.neutron.solva.solutions:443',
160
+ provider: 'solva.solutions'
161
+ },
162
+ {
163
+ address: 'https://rest-archive.neutron.solva.solutions:443',
164
+ provider: 'solva.solutions',
165
+ archive: true
166
+ },
149
167
  {
150
168
  address: 'https://rest-lb.neutron.org',
151
169
  provider: 'Neutron'
@@ -200,6 +218,15 @@ const info = {
200
218
  }
201
219
  ],
202
220
  grpc: [
221
+ {
222
+ address: 'grpc.neutron.solva.solutions:443',
223
+ provider: 'solva.solutions'
224
+ },
225
+ {
226
+ address: 'grpc-archive.neutron.solva.solutions:443',
227
+ provider: 'solva.solutions',
228
+ archive: true
229
+ },
203
230
  {
204
231
  address: 'grpc-lb.neutron.org:443',
205
232
  provider: 'Neutron'
@@ -22989,6 +22989,51 @@ const info = {
22989
22989
  website: 'https://www.necrovault.com/',
22990
22990
  x: 'https://x.com/Underworld_NFTs'
22991
22991
  }
22992
+ },
22993
+ {
22994
+ description: 'WOLO is the fixed-supply native token of WoloChain.',
22995
+ extendedDescription: 'WOLO powers AoE2WAR betting, staking, rewards, and settlement for Age of Empires II matches.',
22996
+ denomUnits: [{
22997
+ denom: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
22998
+ exponent: 0,
22999
+ aliases: ['uwolo']
23000
+ }, {
23001
+ denom: 'wolo',
23002
+ exponent: 6
23003
+ }],
23004
+ typeAsset: 'ics20',
23005
+ base: 'ibc/D09120C7085DFA412DF77608DAD3A4797F5F097A038DA0C2E1D1426FC9CD836D',
23006
+ name: 'WOLO',
23007
+ display: 'wolo',
23008
+ symbol: 'WOLO',
23009
+ traces: [{
23010
+ type: 'ibc',
23011
+ counterparty: {
23012
+ chainName: 'wolochain',
23013
+ baseDenom: 'uwolo',
23014
+ channelId: 'channel-0'
23015
+ },
23016
+ chain: {
23017
+ channelId: 'channel-110224',
23018
+ path: 'transfer/channel-110224/uwolo'
23019
+ }
23020
+ }],
23021
+ logoURIs: {
23022
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
23023
+ },
23024
+ images: [{
23025
+ imageSync: {
23026
+ chainName: 'wolochain',
23027
+ baseDenom: 'uwolo'
23028
+ },
23029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
23030
+ theme: {
23031
+ circle: true
23032
+ }
23033
+ }],
23034
+ socials: {
23035
+ website: 'https://aoe2war.com'
23036
+ }
22992
23037
  }
22993
23038
  ]
22994
23039
  };
@@ -5626,6 +5626,37 @@ const info = [
5626
5626
  }
5627
5627
  }]
5628
5628
  },
5629
+ {
5630
+ $schema: '../ibc_data.schema.json',
5631
+ chain1: {
5632
+ chainName: 'osmosis',
5633
+ chainId: 'osmosis-1',
5634
+ clientId: '07-tendermint-3705',
5635
+ connectionId: 'connection-11058'
5636
+ },
5637
+ chain2: {
5638
+ chainName: 'wolochain',
5639
+ chainId: 'wolo-1',
5640
+ clientId: '07-tendermint-0',
5641
+ connectionId: 'connection-0'
5642
+ },
5643
+ channels: [{
5644
+ chain1: {
5645
+ channelId: 'channel-110224',
5646
+ portId: 'transfer'
5647
+ },
5648
+ chain2: {
5649
+ channelId: 'channel-0',
5650
+ portId: 'transfer'
5651
+ },
5652
+ ordering: 'unordered',
5653
+ version: 'ics20-1',
5654
+ tags: {
5655
+ preferred: true,
5656
+ status: 'ACTIVE'
5657
+ }
5658
+ }]
5659
+ },
5629
5660
  {
5630
5661
  $schema: '../ibc_data.schema.json',
5631
5662
  chain1: {
@@ -243,6 +243,12 @@ const info = {
243
243
  url: 'https://mainnet.explorer.aviaone.com/provenance',
244
244
  txPage: 'https://mainnet.explorer.aviaone.com/provenance/tx/${txHash}',
245
245
  accountPage: 'https://mainnet.explorer.aviaone.com/provenance/account/${accountAddress}'
246
+ },
247
+ {
248
+ kind: 'moon-runners',
249
+ url: 'https://moon-runners.net/provenance/mainnet',
250
+ txPage: 'https://moon-runners.net/provenance/mainnet/finder?search=${txHash}',
251
+ accountPage: 'https://moon-runners.net/provenance/mainnet/finder?search=${accountAddress}'
246
252
  }
247
253
  ],
248
254
  images: [{
@@ -301,6 +301,31 @@ const info = {
301
301
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.png',
302
302
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/shill.svg'
303
303
  }]
304
+ },
305
+ {
306
+ description: 'SNVR - Stealth Network for Vault Relay. Privacy token on Secret Network (SNIP-20).',
307
+ denomUnits: [{
308
+ denom: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
309
+ exponent: 0
310
+ }, {
311
+ denom: 'snvr',
312
+ exponent: 9
313
+ }],
314
+ typeAsset: 'snip20',
315
+ address: 'secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
316
+ base: 'cw20:secret1d6qvapy96q94etwlnc7j33dlzmenz4j70w3ew7',
317
+ name: 'SNVR',
318
+ display: 'snvr',
319
+ symbol: 'SNVR',
320
+ logoURIs: {
321
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
322
+ },
323
+ images: [{
324
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/snvr.png'
325
+ }],
326
+ socials: {
327
+ website: 'https://snvr.org'
328
+ }
304
329
  }
305
330
  ]
306
331
  };
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../assetlist.schema.json',
5
5
  chainName: 'thejaynetwork',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'JAY is the native staking and governance token of The Jay Network.',
8
9
  denomUnits: [{
9
10
  denom: 'ujay',
@@ -26,6 +27,124 @@ const info = {
26
27
  website: 'https://thejaynetwork.com'
27
28
  },
28
29
  typeAsset: 'sdk.coin'
29
- }]
30
+ },
31
+ {
32
+ description: 'Cosmos Hub ATOM transferred via IBC to The Jay Network.',
33
+ denomUnits: [{
34
+ denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
35
+ exponent: 0
36
+ }, {
37
+ denom: 'atom',
38
+ exponent: 6
39
+ }],
40
+ typeAsset: 'ics20',
41
+ base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
42
+ name: 'Cosmos Hub Atom',
43
+ display: 'atom',
44
+ symbol: 'ATOM',
45
+ traces: [{
46
+ type: 'ibc',
47
+ counterparty: {
48
+ chainName: 'cosmoshub',
49
+ baseDenom: 'uatom',
50
+ channelId: 'channel-1871'
51
+ },
52
+ chain: {
53
+ channelId: 'channel-1',
54
+ path: 'transfer/channel-1/uatom'
55
+ }
56
+ }],
57
+ logoURIs: {
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
59
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
60
+ },
61
+ images: [{
62
+ imageSync: {
63
+ chainName: 'cosmoshub',
64
+ baseDenom: 'uatom'
65
+ },
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
67
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
68
+ }]
69
+ },
70
+ {
71
+ description: 'Celestia TIA transferred via IBC to The Jay Network.',
72
+ denomUnits: [{
73
+ denom: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
74
+ exponent: 0
75
+ }, {
76
+ denom: 'tia',
77
+ exponent: 6
78
+ }],
79
+ typeAsset: 'ics20',
80
+ base: 'ibc/101B0938079BD4E8E89BD547635F86CCE4406C634E1427FE5226358F4BAD41F4',
81
+ name: 'Celestia',
82
+ display: 'tia',
83
+ symbol: 'TIA',
84
+ traces: [{
85
+ type: 'ibc',
86
+ counterparty: {
87
+ chainName: 'celestia',
88
+ baseDenom: 'utia',
89
+ channelId: 'channel-277'
90
+ },
91
+ chain: {
92
+ channelId: 'channel-2',
93
+ path: 'transfer/channel-2/utia'
94
+ }
95
+ }],
96
+ logoURIs: {
97
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
98
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
99
+ },
100
+ images: [{
101
+ imageSync: {
102
+ chainName: 'celestia',
103
+ baseDenom: 'utia'
104
+ },
105
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.png',
106
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg'
107
+ }]
108
+ },
109
+ {
110
+ description: 'Injective INJ transferred via IBC to The Jay Network.',
111
+ denomUnits: [{
112
+ denom: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
113
+ exponent: 0
114
+ }, {
115
+ denom: 'INJ',
116
+ exponent: 18
117
+ }],
118
+ typeAsset: 'ics20',
119
+ base: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
120
+ name: 'Injective',
121
+ display: 'INJ',
122
+ symbol: 'INJ',
123
+ traces: [{
124
+ type: 'ibc',
125
+ counterparty: {
126
+ chainName: 'injective',
127
+ baseDenom: 'inj',
128
+ channelId: 'channel-450'
129
+ },
130
+ chain: {
131
+ channelId: 'channel-3',
132
+ path: 'transfer/channel-3/inj'
133
+ }
134
+ }],
135
+ logoURIs: {
136
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
137
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
138
+ },
139
+ images: [{
140
+ imageSync: {
141
+ chainName: 'injective',
142
+ baseDenom: 'inj'
143
+ },
144
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png',
145
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg'
146
+ }]
147
+ }
148
+ ]
30
149
  };
31
150
  exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'wolochain',
6
+ assets: [{
7
+ description: 'WOLO is the fixed-supply native token of WoloChain.',
8
+ extendedDescription: 'WOLO powers AoE2WAR betting, staking, rewards, and settlement for Age of Empires II matches.',
9
+ denomUnits: [{
10
+ denom: 'uwolo',
11
+ exponent: 0,
12
+ aliases: ['microWOLO']
13
+ }, {
14
+ denom: 'wolo',
15
+ exponent: 6
16
+ }],
17
+ base: 'uwolo',
18
+ name: 'WOLO',
19
+ display: 'wolo',
20
+ symbol: 'WOLO',
21
+ logoURIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
23
+ },
24
+ images: [{
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
26
+ theme: {
27
+ circle: true
28
+ }
29
+ }],
30
+ socials: {
31
+ website: 'https://aoe2war.com'
32
+ },
33
+ typeAsset: 'sdk.coin'
34
+ }]
35
+ };
36
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'wolochain',
6
+ status: 'live',
7
+ networkType: 'mainnet',
8
+ website: 'https://aoe2war.com',
9
+ prettyName: 'WoloChain',
10
+ chainType: 'cosmos',
11
+ chainId: 'wolo-1',
12
+ bech32Prefix: 'wolo',
13
+ daemonName: 'wolochaind-mainnet',
14
+ nodeHome: '$HOME/.wolochaind-mainnet',
15
+ keyAlgos: ['secp256k1'],
16
+ slip44: 118,
17
+ fees: {
18
+ feeTokens: [{
19
+ denom: 'uwolo',
20
+ lowGasPrice: 0,
21
+ averageGasPrice: 0,
22
+ highGasPrice: 0
23
+ }]
24
+ },
25
+ staking: {
26
+ stakingTokens: [{
27
+ denom: 'uwolo'
28
+ }]
29
+ },
30
+ codebase: {
31
+ gitRepo: 'https://github.com/Emaren/wolochain',
32
+ recommendedVersion: 'v1.0.0',
33
+ compatibleVersions: ['v1.0.0'],
34
+ binaries: {
35
+ "darwin/amd64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_darwin_amd64.tar.gz',
36
+ "darwin/arm64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_darwin_arm64.tar.gz',
37
+ "linux/amd64": 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/v1.0.0_linux_amd64.tar.gz'
38
+ },
39
+ genesis: {
40
+ genesisUrl: 'https://github.com/Emaren/wolochain/releases/download/v1.0.0/genesis.wolo-1.json'
41
+ },
42
+ consensus: {
43
+ type: 'cometbft',
44
+ version: 'v0.38.17'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ version: 'v0.53.3'
49
+ },
50
+ ibc: {
51
+ type: 'go',
52
+ version: 'v10.2.0',
53
+ icsEnabled: ['ics20-1']
54
+ },
55
+ tag: 'v1.0.0'
56
+ },
57
+ logoURIs: {
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png'
59
+ },
60
+ description: 'WoloChain is the Cosmos SDK chain powering WOLO, the fixed-supply token used by AoE2WAR for Age of Empires II betting, staking, rewards, and settlement.',
61
+ apis: {
62
+ rpc: [{
63
+ address: 'https://aoe2war.com/rpc-mainnet',
64
+ provider: 'AoE2WAR'
65
+ }],
66
+ rest: [{
67
+ address: 'https://aoe2war.com/rest-mainnet',
68
+ provider: 'AoE2WAR'
69
+ }]
70
+ },
71
+ images: [{
72
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wolochain/images/wolo.png',
73
+ theme: {
74
+ circle: true
75
+ }
76
+ }],
77
+ keywords: [
78
+ 'gaming',
79
+ 'betting',
80
+ 'staking'
81
+ ]
82
+ };
83
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'osmosis',
7
+ chainId: 'osmosis-1',
8
+ clientId: '07-tendermint-3705',
9
+ connectionId: 'connection-11058'
10
+ },
11
+ chain2: {
12
+ chainName: 'wolochain',
13
+ chainId: 'wolo-1',
14
+ clientId: '07-tendermint-0',
15
+ connectionId: 'connection-0'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-110224',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-0',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.208",
3
+ "version": "2.0.210",
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.208"
32
+ "@chain-registry/types": "^2.0.210"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "65e311824cf5d6770b940f193d2b32270a7f7764"
42
+ "gitHead": "61ac74879ef79ec6627f7b7366df98793838b4f0"
43
43
  }