chain-registry 2.0.95 → 2.0.96

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.
@@ -31,6 +31,10 @@ const info = {
31
31
  {
32
32
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
33
33
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
34
+ },
35
+ {
36
+ address: 'https://rpc.dungeon.chaintools.tech',
37
+ provider: 'ChainTools'
34
38
  }
35
39
  ],
36
40
  rest: [
@@ -49,24 +53,40 @@ const info = {
49
53
  {
50
54
  address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
51
55
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
56
+ },
57
+ {
58
+ address: 'https://api.dungeon.chaintools.tech',
59
+ provider: 'ChainTools'
52
60
  }
53
61
  ],
54
62
  grpc: [{
55
- address: 'dungeon.grpc.quasarstaking.ai',
63
+ address: 'dungeon.grpc.quasarstaking.ai:80',
56
64
  provider: 'Quasar'
65
+ }, {
66
+ address: 'grpc.dungeon.chaintools.tech:443',
67
+ provider: 'ChainTools'
57
68
  }]
58
69
  },
59
- explorers: [{
70
+ explorers: [
71
+ {
60
72
  kind: 'Ping.Pub',
61
73
  url: 'https://ping.pub/Dungeonchain',
62
74
  txPage: 'https://ping.pub/Dungeonchain/tx/${txHash}',
63
75
  accountPage: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
64
- }, {
76
+ },
77
+ {
65
78
  kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
66
79
  url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
67
80
  txPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
68
81
  accountPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
69
- }],
82
+ },
83
+ {
84
+ kind: 'ChainTools',
85
+ url: 'https://explorer.chaintools.tech/Dungeon',
86
+ txPage: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
87
+ accountPage: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
88
+ }
89
+ ],
70
90
  logoURIs: {
71
91
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
72
92
  },
@@ -16,8 +16,8 @@ const info = {
16
16
  feeTokens: [
17
17
  {
18
18
  denom: 'uosmo',
19
- fixedMinGasPrice: 0.01,
20
- lowGasPrice: 0.01,
19
+ fixedMinGasPrice: 0.03,
20
+ lowGasPrice: 0.03,
21
21
  averageGasPrice: 0.1,
22
22
  highGasPrice: 0.16
23
23
  },
@@ -27,12 +27,8 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/sentinel-official/hub',
30
- recommendedVersion: 'v0.11.3',
31
- compatibleVersions: [
32
- 'v0.11.1',
33
- 'v0.11.2',
34
- 'v0.11.3'
35
- ],
30
+ recommendedVersion: 'v12.0.0',
31
+ compatibleVersions: ['v12.0.0'],
36
32
  genesis: {
37
33
  genesisUrl: 'https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip'
38
34
  }
@@ -33,6 +33,10 @@ const info = {
33
33
  {
34
34
  address: 'https://dungeon_mainnet_rpc.chain.whenmoonwhenlambo.money',
35
35
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
36
+ },
37
+ {
38
+ address: 'https://rpc.dungeon.chaintools.tech',
39
+ provider: 'ChainTools'
36
40
  }
37
41
  ],
38
42
  rest: [
@@ -51,24 +55,40 @@ const info = {
51
55
  {
52
56
  address: 'https://dungeon_mainnet_api.chain.whenmoonwhenlambo.money',
53
57
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
58
+ },
59
+ {
60
+ address: 'https://api.dungeon.chaintools.tech',
61
+ provider: 'ChainTools'
54
62
  }
55
63
  ],
56
64
  grpc: [{
57
- address: 'dungeon.grpc.quasarstaking.ai',
65
+ address: 'dungeon.grpc.quasarstaking.ai:80',
58
66
  provider: 'Quasar'
67
+ }, {
68
+ address: 'grpc.dungeon.chaintools.tech:443',
69
+ provider: 'ChainTools'
59
70
  }]
60
71
  },
61
- explorers: [{
72
+ explorers: [
73
+ {
62
74
  kind: 'Ping.Pub',
63
75
  url: 'https://ping.pub/Dungeonchain',
64
76
  txPage: 'https://ping.pub/Dungeonchain/tx/${txHash}',
65
77
  accountPage: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
66
- }, {
78
+ },
79
+ {
67
80
  kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
68
81
  url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
69
82
  txPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
70
83
  accountPage: 'https://explorer.whenmoonwhenlambo.money/dungeon/account/${accountAddress}'
71
- }],
84
+ },
85
+ {
86
+ kind: 'ChainTools',
87
+ url: 'https://explorer.chaintools.tech/Dungeon',
88
+ txPage: 'https://explorer.chaintools.tech/Dungeon/tx/${txHash}',
89
+ accountPage: 'https://explorer.chaintools.tech/Dungeon/account/${accountAddress}'
90
+ }
91
+ ],
72
92
  logoURIs: {
73
93
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
74
94
  },
@@ -18,8 +18,8 @@ const info = {
18
18
  feeTokens: [
19
19
  {
20
20
  denom: 'uosmo',
21
- fixedMinGasPrice: 0.01,
22
- lowGasPrice: 0.01,
21
+ fixedMinGasPrice: 0.03,
22
+ lowGasPrice: 0.03,
23
23
  averageGasPrice: 0.1,
24
24
  highGasPrice: 0.16
25
25
  },
@@ -29,12 +29,8 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/sentinel-official/hub',
32
- recommendedVersion: 'v0.11.3',
33
- compatibleVersions: [
34
- 'v0.11.1',
35
- 'v0.11.2',
36
- 'v0.11.3'
37
- ],
32
+ recommendedVersion: 'v12.0.0',
33
+ compatibleVersions: ['v12.0.0'],
38
34
  genesis: {
39
35
  genesisUrl: 'https://raw.githubusercontent.com/sentinel-official/networks/main/sentinelhub-2/genesis.zip'
40
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.95",
3
+ "version": "2.0.96",
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.95"
32
+ "@chain-registry/types": "^2.0.96"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "b1d7642cba4a6dd807ea49cc3e765d5b0bd748d5"
42
+ "gitHead": "38050696309cd398699ce498840d9e8e16845b63"
43
43
  }