chain-registry 1.69.521 → 1.69.522

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 (53) hide show
  1. package/esm/mainnet/assets.js +4 -0
  2. package/esm/mainnet/chains.js +4 -0
  3. package/esm/mainnet/dungeon/chain.js +14 -0
  4. package/esm/mainnet/lumiwaveprotocol/assets.js +28 -0
  5. package/esm/mainnet/lumiwaveprotocol/chain.js +56 -0
  6. package/esm/mainnet/lumiwaveprotocol/index.js +4 -0
  7. package/esm/mainnet/named.js +2 -0
  8. package/esm/mainnet/thejaynetwork/assets.js +26 -0
  9. package/esm/mainnet/thejaynetwork/chain.js +91 -0
  10. package/esm/mainnet/thejaynetwork/index.js +4 -0
  11. package/esm/testnet/assets.js +4 -0
  12. package/esm/testnet/chains.js +4 -0
  13. package/esm/testnet/lumiwaveprotocoltestnet/assets.js +40 -0
  14. package/esm/testnet/lumiwaveprotocoltestnet/chain.js +59 -0
  15. package/esm/testnet/lumiwaveprotocoltestnet/index.js +4 -0
  16. package/esm/testnet/named.js +2 -0
  17. package/esm/testnet/provenancetestnet/assets.js +41 -0
  18. package/esm/testnet/provenancetestnet/chain.js +88 -0
  19. package/esm/testnet/provenancetestnet/index.js +4 -0
  20. package/mainnet/assets.js +4 -0
  21. package/mainnet/chains.js +4 -0
  22. package/mainnet/dungeon/chain.js +14 -0
  23. package/mainnet/lumiwaveprotocol/assets.d.ts +3 -0
  24. package/mainnet/lumiwaveprotocol/assets.js +30 -0
  25. package/mainnet/lumiwaveprotocol/chain.d.ts +3 -0
  26. package/mainnet/lumiwaveprotocol/chain.js +58 -0
  27. package/mainnet/lumiwaveprotocol/index.d.ts +2 -0
  28. package/mainnet/lumiwaveprotocol/index.js +10 -0
  29. package/mainnet/named.d.ts +2 -0
  30. package/mainnet/named.js +5 -3
  31. package/mainnet/thejaynetwork/assets.d.ts +3 -0
  32. package/mainnet/thejaynetwork/assets.js +28 -0
  33. package/mainnet/thejaynetwork/chain.d.ts +3 -0
  34. package/mainnet/thejaynetwork/chain.js +93 -0
  35. package/mainnet/thejaynetwork/index.d.ts +2 -0
  36. package/mainnet/thejaynetwork/index.js +10 -0
  37. package/package.json +3 -3
  38. package/testnet/assets.js +4 -0
  39. package/testnet/chains.js +4 -0
  40. package/testnet/lumiwaveprotocoltestnet/assets.d.ts +3 -0
  41. package/testnet/lumiwaveprotocoltestnet/assets.js +42 -0
  42. package/testnet/lumiwaveprotocoltestnet/chain.d.ts +3 -0
  43. package/testnet/lumiwaveprotocoltestnet/chain.js +61 -0
  44. package/testnet/lumiwaveprotocoltestnet/index.d.ts +2 -0
  45. package/testnet/lumiwaveprotocoltestnet/index.js +10 -0
  46. package/testnet/named.d.ts +2 -0
  47. package/testnet/named.js +4 -2
  48. package/testnet/provenancetestnet/assets.d.ts +3 -0
  49. package/testnet/provenancetestnet/assets.js +43 -0
  50. package/testnet/provenancetestnet/chain.d.ts +3 -0
  51. package/testnet/provenancetestnet/chain.js +90 -0
  52. package/testnet/provenancetestnet/index.d.ts +2 -0
  53. package/testnet/provenancetestnet/index.js +10 -0
@@ -120,6 +120,7 @@ import * as _lorenzo from './lorenzo';
120
120
  import * as _loyal from './loyal';
121
121
  import * as _lumen from './lumen';
122
122
  import * as _lumera from './lumera';
123
+ import * as _lumiwaveprotocol from './lumiwaveprotocol';
123
124
  import * as _lumnetwork from './lumnetwork';
124
125
  import * as _mande from './mande';
125
126
  import * as _manifest from './manifest';
@@ -209,6 +210,7 @@ import * as _terpnetwork from './terpnetwork';
209
210
  import * as _terra from './terra';
210
211
  import * as _terra2 from './terra2';
211
212
  import * as _tgrade from './tgrade';
213
+ import * as _thejaynetwork from './thejaynetwork';
212
214
  import * as _thorchain from './thorchain';
213
215
  import * as _titan from './titan';
214
216
  import * as _umee from './umee';
@@ -349,6 +351,7 @@ const assets = [
349
351
  _loyal.assets,
350
352
  _lumen.assets,
351
353
  _lumera.assets,
354
+ _lumiwaveprotocol.assets,
352
355
  _lumnetwork.assets,
353
356
  _mande.assets,
354
357
  _manifest.assets,
@@ -438,6 +441,7 @@ const assets = [
438
441
  _terra.assets,
439
442
  _terra2.assets,
440
443
  _tgrade.assets,
444
+ _thejaynetwork.assets,
441
445
  _thorchain.assets,
442
446
  _titan.assets,
443
447
  _umee.assets,
@@ -120,6 +120,7 @@ import * as _lorenzo from './lorenzo';
120
120
  import * as _loyal from './loyal';
121
121
  import * as _lumen from './lumen';
122
122
  import * as _lumera from './lumera';
123
+ import * as _lumiwaveprotocol from './lumiwaveprotocol';
123
124
  import * as _lumnetwork from './lumnetwork';
124
125
  import * as _mande from './mande';
125
126
  import * as _manifest from './manifest';
@@ -209,6 +210,7 @@ import * as _terpnetwork from './terpnetwork';
209
210
  import * as _terra from './terra';
210
211
  import * as _terra2 from './terra2';
211
212
  import * as _tgrade from './tgrade';
213
+ import * as _thejaynetwork from './thejaynetwork';
212
214
  import * as _thorchain from './thorchain';
213
215
  import * as _titan from './titan';
214
216
  import * as _umee from './umee';
@@ -349,6 +351,7 @@ const chains = [
349
351
  _loyal.chain,
350
352
  _lumen.chain,
351
353
  _lumera.chain,
354
+ _lumiwaveprotocol.chain,
352
355
  _lumnetwork.chain,
353
356
  _mande.chain,
354
357
  _manifest.chain,
@@ -438,6 +441,7 @@ const chains = [
438
441
  _terra.chain,
439
442
  _terra2.chain,
440
443
  _tgrade.chain,
444
+ _thejaynetwork.chain,
441
445
  _thorchain.chain,
442
446
  _titan.chain,
443
447
  _umee.chain,
@@ -35,6 +35,10 @@ const info = {
35
35
  {
36
36
  address: 'https://rpc.dungeon.chaintools.tech',
37
37
  provider: 'ChainTools'
38
+ },
39
+ {
40
+ address: 'https://rpc.dungeongames.io',
41
+ provider: 'Dungeon Games'
38
42
  }
39
43
  ],
40
44
  rest: [
@@ -57,6 +61,10 @@ const info = {
57
61
  {
58
62
  address: 'https://api.dungeon.chaintools.tech',
59
63
  provider: 'ChainTools'
64
+ },
65
+ {
66
+ address: 'https://api.dungeongames.io',
67
+ provider: 'Dungeon Games'
60
68
  }
61
69
  ],
62
70
  grpc: [{
@@ -85,6 +93,12 @@ const info = {
85
93
  url: 'https://explorer.chaintools.tech/Dungeon',
86
94
  tx_page: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
87
95
  account_page: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
96
+ },
97
+ {
98
+ kind: 'Dungeon Games',
99
+ url: 'https://explorer.dungeongames.io',
100
+ tx_page: 'https://explorer.dungeongames.io/tx/${txHash}',
101
+ account_page: 'https://explorer.dungeongames.io/account/${accountAddress}'
88
102
  }
89
103
  ],
90
104
  logo_URIs: {
@@ -0,0 +1,28 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'lumiwaveprotocol',
4
+ assets: [{
5
+ description: 'The native token of LumiWave Protocol.',
6
+ denom_units: [{
7
+ denom: 'ulwp',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'LWP',
11
+ exponent: 6
12
+ }],
13
+ base: 'ulwp',
14
+ name: 'LumiWave Protocol',
15
+ display: 'LWP',
16
+ symbol: 'LWP',
17
+ type_asset: 'sdk.coin',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
21
+ },
22
+ images: [{
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
25
+ }]
26
+ }]
27
+ };
28
+ export default info;
@@ -0,0 +1,56 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'lumiwaveprotocol',
4
+ pretty_name: 'LumiWave Protocol',
5
+ chain_id: 'lumiwaveprotocol',
6
+ status: 'live',
7
+ network_type: 'mainnet',
8
+ chain_type: 'cosmos',
9
+ bech32_prefix: 'lumi',
10
+ daemon_name: 'lumiwave-protocold',
11
+ node_home: '$HOME/.lumiwave-protocol',
12
+ slip44: 118,
13
+ fees: {
14
+ fee_tokens: [{
15
+ denom: 'ulwp',
16
+ fixed_min_gas_price: 0.005
17
+ }]
18
+ },
19
+ staking: {
20
+ staking_tokens: [{
21
+ denom: 'ulwp'
22
+ }]
23
+ },
24
+ codebase: {
25
+ git_repo: 'https://github.com/LumiWave/lumiwave-protocol',
26
+ genesis: {
27
+ genesis_url: 'https://lwp-mainnet-rpc.lumiwavelab.com/genesis'
28
+ },
29
+ recommended_version: 'v0.0.11',
30
+ compatible_versions: ['v0.0.11']
31
+ },
32
+ logo_URIs: {
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
35
+ },
36
+ images: [{
37
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
38
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
39
+ }],
40
+ apis: {
41
+ rpc: [{
42
+ address: 'https://lwp-mainnet-rpc.lumiwavelab.com',
43
+ provider: 'lwp-mainnet'
44
+ }],
45
+ rest: [{
46
+ address: 'https://lwp-mainnet-api.lumiwavelab.com',
47
+ provider: 'lwp-mainnet'
48
+ }]
49
+ },
50
+ explorers: [{
51
+ kind: 'ping.pub',
52
+ url: 'https://ping.pub/LumiWave',
53
+ tx_page: 'https://ping.pub/LumiWave/tx/${txHash}'
54
+ }]
55
+ };
56
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -120,6 +120,7 @@ export * as lorenzo from './lorenzo';
120
120
  export * as loyal from './loyal';
121
121
  export * as lumen from './lumen';
122
122
  export * as lumera from './lumera';
123
+ export * as lumiwaveprotocol from './lumiwaveprotocol';
123
124
  export * as lumnetwork from './lumnetwork';
124
125
  export * as mande from './mande';
125
126
  export * as manifest from './manifest';
@@ -209,6 +210,7 @@ export * as terpnetwork from './terpnetwork';
209
210
  export * as terra from './terra';
210
211
  export * as terra2 from './terra2';
211
212
  export * as tgrade from './tgrade';
213
+ export * as thejaynetwork from './thejaynetwork';
212
214
  export * as thorchain from './thorchain';
213
215
  export * as titan from './titan';
214
216
  export * as umee from './umee';
@@ -0,0 +1,26 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'thejaynetwork',
4
+ assets: [{
5
+ description: 'The native staking and governance token of The Jay Network.',
6
+ denom_units: [{
7
+ denom: 'ujay',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'jay',
11
+ exponent: 6
12
+ }],
13
+ type_asset: 'sdk.coin',
14
+ base: 'ujay',
15
+ name: 'Jay Token',
16
+ display: 'jay',
17
+ symbol: 'JAY',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
23
+ }]
24
+ }]
25
+ };
26
+ export default info;
@@ -0,0 +1,91 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'thejaynetwork',
4
+ chain_type: 'cosmos',
5
+ chain_id: 'thejaynetwork',
6
+ pretty_name: 'The Jay Network',
7
+ status: 'live',
8
+ network_type: 'mainnet',
9
+ website: 'https://jaynwk.gt.tc',
10
+ bech32_prefix: 'yjay',
11
+ daemon_name: 'jaynd',
12
+ node_home: '$HOME/.jayn',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'ujay',
18
+ fixed_min_gas_price: 0.0025,
19
+ low_gas_price: 0.0025,
20
+ average_gas_price: 0.025,
21
+ high_gas_price: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ staking_tokens: [{
26
+ denom: 'ujay'
27
+ }]
28
+ },
29
+ codebase: {
30
+ git_repo: 'https://github.com/bbtccore/thejaynetwork',
31
+ recommended_version: 'v1.0.0',
32
+ compatible_versions: ['v1.0.0'],
33
+ consensus: {
34
+ type: 'cometbft',
35
+ version: 'v0.38.19'
36
+ },
37
+ sdk: {
38
+ type: 'cosmos',
39
+ version: 'v0.53.6'
40
+ },
41
+ ibc: {
42
+ type: 'go',
43
+ version: 'v10.4.0'
44
+ },
45
+ binaries: {
46
+ "linux/amd64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-amd64',
47
+ "linux/arm64": 'https://github.com/bbtccore/thejaynetwork/releases/download/v1.0.0/jaynd-linux-arm64'
48
+ },
49
+ genesis: {
50
+ name: 'v1',
51
+ genesis_url: 'https://raw.githubusercontent.com/bbtccore/thejaynetwork/master/genesis/genesis.json'
52
+ }
53
+ },
54
+ logo_URIs: {
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
56
+ },
57
+ description: 'The Jay Network is a Cosmos SDK-based blockchain providing fast, secure, and scalable infrastructure for decentralized applications.',
58
+ apis: {
59
+ rpc: [{
60
+ address: 'https://jayscan.duckdns.org/rpc',
61
+ provider: 'Jay Network'
62
+ }, {
63
+ address: 'http://34.67.101.201:26657',
64
+ provider: 'Jay Network (direct)'
65
+ }],
66
+ rest: [{
67
+ address: 'https://jayscan.duckdns.org/api',
68
+ provider: 'Jay Network'
69
+ }, {
70
+ address: 'http://34.67.101.201:1317',
71
+ provider: 'Jay Network (direct)'
72
+ }],
73
+ grpc: [{
74
+ address: '34.67.101.201:9090',
75
+ provider: 'Jay Network'
76
+ }, {
77
+ address: '34.171.203.84:9090',
78
+ provider: 'Jay Network'
79
+ }]
80
+ },
81
+ explorers: [{
82
+ kind: 'Jayscan',
83
+ url: 'https://jayscan.duckdns.org',
84
+ tx_page: 'https://jayscan.duckdns.org/?tx=${txHash}',
85
+ account_page: 'https://jayscan.duckdns.org/?account=${accountAddress}'
86
+ }],
87
+ images: [{
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/thejaynetwork/images/thejaynetwork.png'
89
+ }]
90
+ };
91
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -68,6 +68,7 @@ import * as _likecointestnet from './likecointestnet';
68
68
  import * as _lombardledgertestnet from './lombardledgertestnet';
69
69
  import * as _lumenxtestnet from './lumenxtestnet';
70
70
  import * as _lumeratestnet from './lumeratestnet';
71
+ import * as _lumiwaveprotocoltestnet from './lumiwaveprotocoltestnet';
71
72
  import * as _manifesttestnet from './manifesttestnet';
72
73
  import * as _mantrachaintestnet2 from './mantrachaintestnet2';
73
74
  import * as _marstestnet from './marstestnet';
@@ -93,6 +94,7 @@ import * as _persistencetestnet from './persistencetestnet';
93
94
  import * as _persistencetestnet2 from './persistencetestnet2';
94
95
  import * as _planqtestnet from './planqtestnet';
95
96
  import * as _pockettestnet from './pockettestnet';
97
+ import * as _provenancetestnet from './provenancetestnet';
96
98
  import * as _pryzmtestnet from './pryzmtestnet';
97
99
  import * as _quasartestnet from './quasartestnet';
98
100
  import * as _qubeticstestnet from './qubeticstestnet';
@@ -211,6 +213,7 @@ const assets = [
211
213
  _lombardledgertestnet.assets,
212
214
  _lumenxtestnet.assets,
213
215
  _lumeratestnet.assets,
216
+ _lumiwaveprotocoltestnet.assets,
214
217
  _manifesttestnet.assets,
215
218
  _mantrachaintestnet2.assets,
216
219
  _marstestnet.assets,
@@ -236,6 +239,7 @@ const assets = [
236
239
  _persistencetestnet2.assets,
237
240
  _planqtestnet.assets,
238
241
  _pockettestnet.assets,
242
+ _provenancetestnet.assets,
239
243
  _pryzmtestnet.assets,
240
244
  _quasartestnet.assets,
241
245
  _qubeticstestnet.assets,
@@ -68,6 +68,7 @@ import * as _likecointestnet from './likecointestnet';
68
68
  import * as _lombardledgertestnet from './lombardledgertestnet';
69
69
  import * as _lumenxtestnet from './lumenxtestnet';
70
70
  import * as _lumeratestnet from './lumeratestnet';
71
+ import * as _lumiwaveprotocoltestnet from './lumiwaveprotocoltestnet';
71
72
  import * as _manifesttestnet from './manifesttestnet';
72
73
  import * as _mantrachaintestnet2 from './mantrachaintestnet2';
73
74
  import * as _marstestnet from './marstestnet';
@@ -93,6 +94,7 @@ import * as _persistencetestnet from './persistencetestnet';
93
94
  import * as _persistencetestnet2 from './persistencetestnet2';
94
95
  import * as _planqtestnet from './planqtestnet';
95
96
  import * as _pockettestnet from './pockettestnet';
97
+ import * as _provenancetestnet from './provenancetestnet';
96
98
  import * as _pryzmtestnet from './pryzmtestnet';
97
99
  import * as _quasartestnet from './quasartestnet';
98
100
  import * as _qubeticstestnet from './qubeticstestnet';
@@ -211,6 +213,7 @@ const chains = [
211
213
  _lombardledgertestnet.chain,
212
214
  _lumenxtestnet.chain,
213
215
  _lumeratestnet.chain,
216
+ _lumiwaveprotocoltestnet.chain,
214
217
  _manifesttestnet.chain,
215
218
  _mantrachaintestnet2.chain,
216
219
  _marstestnet.chain,
@@ -236,6 +239,7 @@ const chains = [
236
239
  _persistencetestnet2.chain,
237
240
  _planqtestnet.chain,
238
241
  _pockettestnet.chain,
242
+ _provenancetestnet.chain,
239
243
  _pryzmtestnet.chain,
240
244
  _quasartestnet.chain,
241
245
  _qubeticstestnet.chain,
@@ -0,0 +1,40 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'lumiwaveprotocoltestnet',
4
+ assets: [{
5
+ description: 'The native token of LumiWave Protocol.',
6
+ denom_units: [{
7
+ denom: 'ulwp',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'LWP',
11
+ exponent: 6
12
+ }],
13
+ base: 'ulwp',
14
+ name: 'LumiWave Protocol',
15
+ display: 'LWP',
16
+ symbol: 'LWP',
17
+ type_asset: 'sdk.coin',
18
+ traces: [{
19
+ type: 'test-mintage',
20
+ counterparty: {
21
+ chain_name: 'lumiwaveprotocol',
22
+ base_denom: 'ulwp'
23
+ },
24
+ provider: 'LumiWave Protocol'
25
+ }],
26
+ logo_URIs: {
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
29
+ },
30
+ images: [{
31
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
32
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg',
33
+ image_sync: {
34
+ chain_name: 'lumiwaveprotocol',
35
+ base_denom: 'ulwp'
36
+ }
37
+ }]
38
+ }]
39
+ };
40
+ export default info;
@@ -0,0 +1,59 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'lumiwaveprotocoltestnet',
4
+ pretty_name: 'LumiWave Protocol Testnet',
5
+ chain_id: 'lumiwaveprotocol-testnet',
6
+ status: 'live',
7
+ network_type: 'testnet',
8
+ chain_type: 'cosmos',
9
+ bech32_prefix: 'lumi',
10
+ daemon_name: 'lumiwave-protocold',
11
+ node_home: '$HOME/.lumiwave-protocol',
12
+ slip44: 118,
13
+ fees: {
14
+ fee_tokens: [{
15
+ denom: 'ulwp',
16
+ fixed_min_gas_price: 0.005
17
+ }]
18
+ },
19
+ staking: {
20
+ staking_tokens: [{
21
+ denom: 'ulwp'
22
+ }]
23
+ },
24
+ codebase: {
25
+ git_repo: 'https://github.com/LumiWave/lumiwave-protocol',
26
+ genesis: {
27
+ genesis_url: 'https://lwp-testnet.lumiwavelab.com/tendermint/genesis'
28
+ },
29
+ recommended_version: 'v0.0.11',
30
+ compatible_versions: ['v0.0.11']
31
+ },
32
+ logo_URIs: {
33
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
34
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg'
35
+ },
36
+ images: [{
37
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.png',
38
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumiwaveprotocol/images/lumiwave.svg',
39
+ image_sync: {
40
+ chain_name: 'lumiwaveprotocol'
41
+ }
42
+ }],
43
+ apis: {
44
+ rpc: [{
45
+ address: 'https://lwp-testnet.lumiwavelab.com/tendermint',
46
+ provider: 'pdx-validator'
47
+ }],
48
+ rest: [{
49
+ address: 'https://lwp-testnet.lumiwavelab.com',
50
+ provider: 'pdx-validator'
51
+ }]
52
+ },
53
+ explorers: [{
54
+ kind: 'ping.pub',
55
+ url: 'https://testnet.ping.pub/LumiWave',
56
+ tx_page: 'https://testnet.ping.pub/LumiWave/tx/${txHash}'
57
+ }]
58
+ };
59
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;
@@ -68,6 +68,7 @@ export * as likecointestnet from './likecointestnet';
68
68
  export * as lombardledgertestnet from './lombardledgertestnet';
69
69
  export * as lumenxtestnet from './lumenxtestnet';
70
70
  export * as lumeratestnet from './lumeratestnet';
71
+ export * as lumiwaveprotocoltestnet from './lumiwaveprotocoltestnet';
71
72
  export * as manifesttestnet from './manifesttestnet';
72
73
  export * as mantrachaintestnet2 from './mantrachaintestnet2';
73
74
  export * as marstestnet from './marstestnet';
@@ -93,6 +94,7 @@ export * as persistencetestnet from './persistencetestnet';
93
94
  export * as persistencetestnet2 from './persistencetestnet2';
94
95
  export * as planqtestnet from './planqtestnet';
95
96
  export * as pockettestnet from './pockettestnet';
97
+ export * as provenancetestnet from './provenancetestnet';
96
98
  export * as pryzmtestnet from './pryzmtestnet';
97
99
  export * as quasartestnet from './quasartestnet';
98
100
  export * as qubeticstestnet from './qubeticstestnet';
@@ -0,0 +1,41 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'provenancetestnet',
4
+ assets: [{
5
+ description: 'Hash is the staking token of the Provenance Blockchain',
6
+ denom_units: [{
7
+ denom: 'nhash',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'hash',
11
+ exponent: 9
12
+ }],
13
+ base: 'nhash',
14
+ name: 'Hash',
15
+ display: 'hash',
16
+ symbol: 'HASH',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chain_name: 'provenance',
21
+ base_denom: 'nhash'
22
+ },
23
+ provider: 'Provenance'
24
+ }],
25
+ logo_URIs: {
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
28
+ },
29
+ images: [{
30
+ image_sync: {
31
+ chain_name: 'provenance',
32
+ base_denom: 'nhash'
33
+ },
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
35
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
36
+ }],
37
+ type_asset: 'sdk.coin',
38
+ coingecko_id: 'hash-2'
39
+ }]
40
+ };
41
+ export default info;
@@ -0,0 +1,88 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chain_name: 'provenancetestnet',
4
+ status: 'live',
5
+ network_type: 'testnet',
6
+ website: 'https://provenance.io/',
7
+ pretty_name: 'Provenance Testnet',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'pio-testnet-1',
10
+ bech32_prefix: 'tp',
11
+ daemon_name: 'provenanced',
12
+ node_home: '$HOME/Provenance',
13
+ key_algos: ['secp256k1'],
14
+ slip44: 1,
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'nhash',
18
+ fixed_min_gas_price: 1,
19
+ low_gas_price: 1,
20
+ average_gas_price: 1,
21
+ high_gas_price: 1
22
+ }]
23
+ },
24
+ staking: {
25
+ staking_tokens: [{
26
+ denom: 'nhash'
27
+ }]
28
+ },
29
+ codebase: {
30
+ git_repo: 'https://github.com/provenance-io/provenance',
31
+ recommended_version: 'v1.27.2',
32
+ compatible_versions: ['v1.27.2'],
33
+ consensus: {
34
+ type: 'cometbft',
35
+ version: '0.38.21'
36
+ },
37
+ binaries: {
38
+ "linux/amd64": 'https://github.com/provenance-io/provenance/releases/download/v1.27.2/provenance-linux-amd64-v1.27.2.zip'
39
+ },
40
+ genesis: {
41
+ name: 'v1.0.0',
42
+ genesis_url: 'https://raw.githubusercontent.com/provenance-io/testnet/main/pio-testnet-1/genesis.json'
43
+ },
44
+ sdk: {
45
+ type: 'cosmos',
46
+ version: '0.50.14'
47
+ },
48
+ ibc: {
49
+ type: 'go',
50
+ version: '8.6.1',
51
+ ics_enabled: ['ics20-1', 'ics27-1']
52
+ },
53
+ cosmwasm: {
54
+ version: '0.52',
55
+ enabled: true
56
+ },
57
+ tag: 'v1.27.2'
58
+ },
59
+ logo_URIs: {
60
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
61
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
62
+ },
63
+ apis: {
64
+ rpc: [{
65
+ address: 'https://rpc.test.provenance.io',
66
+ provider: 'Provenance'
67
+ }],
68
+ rest: [{
69
+ address: 'https://api.test.provenance.io',
70
+ provider: 'Provenance'
71
+ }],
72
+ grpc: []
73
+ },
74
+ explorers: [{
75
+ kind: 'Provenance',
76
+ url: 'https://explorer.test.provenance.io',
77
+ tx_page: 'https://explorer.test.provenance.io/tx/${txHash}'
78
+ }],
79
+ images: [{
80
+ image_sync: {
81
+ chain_name: 'provenance',
82
+ base_denom: 'nhash'
83
+ },
84
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.png',
85
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/prov.svg'
86
+ }]
87
+ };
88
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assets from './assets';
2
+ import _chain from './chain';
3
+ export const assets = _assets;
4
+ export const chain = _chain;