chain-registry 1.69.227 → 1.69.228

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.
@@ -78,6 +78,7 @@ import * as _gravitybridge from './gravitybridge';
78
78
  import * as _haqq from './haqq';
79
79
  import * as _heli from './heli';
80
80
  import * as _highbury from './highbury';
81
+ import * as _hippoprotocol from './hippoprotocol';
81
82
  import * as _humans from './humans';
82
83
  import * as _idep from './idep';
83
84
  import * as _impacthub from './impacthub';
@@ -281,6 +282,7 @@ const assets = [
281
282
  _haqq.assets,
282
283
  _heli.assets,
283
284
  _highbury.assets,
285
+ _hippoprotocol.assets,
284
286
  _humans.assets,
285
287
  _idep.assets,
286
288
  _impacthub.assets,
@@ -28,6 +28,32 @@ const info = {
28
28
  twitter: 'https://x.com/_atomone'
29
29
  },
30
30
  coingecko_id: 'atomone'
31
+ }, {
32
+ description: 'The fee token of AtomOne',
33
+ denom_units: [{
34
+ denom: 'uphoton',
35
+ exponent: 0
36
+ }, {
37
+ denom: 'photon',
38
+ exponent: 6
39
+ }],
40
+ base: 'uphoton',
41
+ name: 'Photon',
42
+ display: 'photon',
43
+ symbol: 'PHOTON',
44
+ logo_URIs: {
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
46
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
47
+ },
48
+ images: [{
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
50
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
51
+ }],
52
+ type_asset: 'sdk.coin',
53
+ socials: {
54
+ website: 'https://atom.one',
55
+ twitter: 'https://x.com/_atomone'
56
+ }
31
57
  }]
32
58
  };
33
59
  export default info;
@@ -14,6 +14,12 @@ const info = {
14
14
  slip44: 118,
15
15
  fees: {
16
16
  fee_tokens: [{
17
+ denom: 'uphoton',
18
+ fixed_min_gas_price: 0.225,
19
+ low_gas_price: 0.225,
20
+ average_gas_price: 0.3,
21
+ high_gas_price: 0.5
22
+ }, {
17
23
  denom: 'uatone',
18
24
  fixed_min_gas_price: 0.025,
19
25
  low_gas_price: 0.025,
@@ -28,15 +34,15 @@ const info = {
28
34
  },
29
35
  codebase: {
30
36
  git_repo: 'https://github.com/atomone-hub/atomone',
31
- recommended_version: 'v1.1.2',
32
- compatible_versions: ['v1.1.2'],
37
+ recommended_version: 'v2.0.0',
38
+ compatible_versions: ['v2.0.0'],
33
39
  binaries: {
34
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64',
35
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-arm64',
36
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-amd64',
37
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-arm64',
38
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-amd64.exe',
39
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-arm64.exe'
40
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64',
41
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-arm64',
42
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-amd64',
43
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-arm64',
44
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-amd64.exe',
45
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-arm64.exe'
40
46
  },
41
47
  genesis: {
42
48
  genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
@@ -47,7 +53,7 @@ const info = {
47
53
  },
48
54
  sdk: {
49
55
  type: 'cosmos',
50
- version: 'v0.47.13'
56
+ version: 'v0.47.17'
51
57
  }
52
58
  },
53
59
  logo_URIs: {
@@ -78,6 +78,7 @@ import * as _gravitybridge from './gravitybridge';
78
78
  import * as _haqq from './haqq';
79
79
  import * as _heli from './heli';
80
80
  import * as _highbury from './highbury';
81
+ import * as _hippoprotocol from './hippoprotocol';
81
82
  import * as _humans from './humans';
82
83
  import * as _idep from './idep';
83
84
  import * as _impacthub from './impacthub';
@@ -281,6 +282,7 @@ const chains = [
281
282
  _haqq.chain,
282
283
  _heli.chain,
283
284
  _highbury.chain,
285
+ _hippoprotocol.chain,
284
286
  _humans.chain,
285
287
  _idep.chain,
286
288
  _impacthub.chain,
@@ -146,7 +146,7 @@ const info = {
146
146
  provider: 'Node39'
147
147
  },
148
148
  {
149
- address: 'https://elys.rpc.mtl.vnodesv.net:443',
149
+ address: 'https://elys.mtl.vnodesv.net/rpc',
150
150
  provider: 'vNodes[V] Ser[V]ices'
151
151
  },
152
152
  {
@@ -236,7 +236,7 @@ const info = {
236
236
  provider: 'Node39'
237
237
  },
238
238
  {
239
- address: 'https://elys.rest.mtl.vnodesv.net:443',
239
+ address: 'https://elys.mtl.vnodesv.net/rest',
240
240
  provider: 'vNodes[V] Ser[V]ices'
241
241
  },
242
242
  {
@@ -0,0 +1,28 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chain_name: 'hippoprotocol',
4
+ assets: [{
5
+ description: 'The native token of Hippo Protocol.',
6
+ denom_units: [{
7
+ denom: 'ahp',
8
+ exponent: 0
9
+ }],
10
+ type_asset: 'sdk.coin',
11
+ base: 'ahp',
12
+ name: 'Hippo',
13
+ display: 'ahp',
14
+ symbol: 'HP',
15
+ logo_URIs: {
16
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
17
+ },
18
+ images: [{
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
20
+ }],
21
+ coingecko_id: 'hippo-protocol',
22
+ socials: {
23
+ website: 'https://hippoprotocol.ai/',
24
+ twitter: 'https://x.com/Hippo_Protocol'
25
+ }
26
+ }]
27
+ };
28
+ export default info;
@@ -0,0 +1,86 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chain_name: 'hippoprotocol',
4
+ status: 'live',
5
+ website: 'https://hippoprotocol.ai/',
6
+ network_type: 'mainnet',
7
+ pretty_name: 'Hippo Protocol',
8
+ chain_type: 'cosmos',
9
+ chain_id: 'hippo-protocol-1',
10
+ bech32_prefix: 'hippo',
11
+ slip44: 118,
12
+ daemon_name: 'hippod',
13
+ node_home: '$HOME/.hippod',
14
+ key_algos: ['secp256k1'],
15
+ fees: {
16
+ fee_tokens: [{
17
+ denom: 'ahp',
18
+ low_gas_price: 4000000000000,
19
+ average_gas_price: 5000000000000,
20
+ high_gas_price: 10000000000000
21
+ }]
22
+ },
23
+ staking: {
24
+ staking_tokens: [{
25
+ denom: 'ahp'
26
+ }],
27
+ lock_duration: {
28
+ time: '1814400s'
29
+ }
30
+ },
31
+ codebase: {
32
+ git_repo: 'https://github.com/hippo-protocol/hippo-protocol',
33
+ recommended_version: 'v1.0.0',
34
+ compatible_versions: ['v1.0.0'],
35
+ genesis: {
36
+ genesis_url: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-1/genesis.json'
37
+ },
38
+ consensus: {
39
+ type: 'cometbft',
40
+ repo: 'https://github.com/cometbft/cometbft',
41
+ version: 'v0.38.17',
42
+ tag: 'v0.38.17'
43
+ },
44
+ sdk: {
45
+ type: 'cosmos',
46
+ repo: 'https://github.com/cosmos/cosmos-sdk',
47
+ version: 'v0.50.13',
48
+ tag: 'v0.50.13'
49
+ },
50
+ ibc: {
51
+ type: 'go',
52
+ repo: 'https://github.com/cosmos/ibc-go',
53
+ version: 'v8.7.0',
54
+ tag: 'v8.7.0'
55
+ },
56
+ language: {
57
+ type: 'go',
58
+ version: '1.23.0'
59
+ }
60
+ },
61
+ logo_URIs: {
62
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
63
+ },
64
+ apis: {
65
+ rpc: [{
66
+ address: 'https://rpc.hippo-protocol.com/',
67
+ provider: 'Hippo Protocol'
68
+ }],
69
+ rest: [{
70
+ address: 'https://api.hippo-protocol.com/',
71
+ provider: 'Hippo Protocol'
72
+ }],
73
+ grpc: []
74
+ },
75
+ explorers: [{
76
+ kind: 'Hippo River',
77
+ url: 'https://river.hippoprotocol.ai/',
78
+ tx_page: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
79
+ account_page: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
80
+ }],
81
+ images: [{
82
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
83
+ }],
84
+ description: 'One Protocol. Every Patient. Infinite Possibility.'
85
+ };
86
+ 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;
@@ -1,4 +1,34 @@
1
- const info = [{
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain_1: {
5
+ chain_name: 'initia',
6
+ client_id: '07-tendermint-42',
7
+ connection_id: 'connection-40'
8
+ },
9
+ chain_2: {
10
+ chain_name: 'milkyway',
11
+ client_id: '07-tendermint-7',
12
+ connection_id: 'connection-5'
13
+ },
14
+ channels: [{
15
+ chain_1: {
16
+ channel_id: 'channel-80',
17
+ port_id: 'transfer'
18
+ },
19
+ chain_2: {
20
+ channel_id: 'channel-5',
21
+ port_id: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
2
32
  $schema: '../ibc_data.schema.json',
3
33
  chain_1: {
4
34
  chain_name: 'initia',
@@ -26,7 +56,8 @@ const info = [{
26
56
  preferred: true
27
57
  }
28
58
  }]
29
- }, {
59
+ },
60
+ {
30
61
  $schema: '../ibc_data.schema.json',
31
62
  chain_1: {
32
63
  chain_name: 'initia',
@@ -54,5 +85,6 @@ const info = [{
54
85
  preferred: true
55
86
  }
56
87
  }]
57
- }];
88
+ }
89
+ ];
58
90
  export default info;
@@ -29,6 +29,7 @@ const info = {
29
29
  'automations'
30
30
  ],
31
31
  socials: {
32
+ website: 'https://kopi.money/',
32
33
  twitter: 'https://x.com/kopi_money',
33
34
  discord: 'https://discord.gg/kopi-money'
34
35
  },
@@ -57,6 +57,35 @@ const info = [
57
57
  }
58
58
  }]
59
59
  },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain_1: {
63
+ chain_name: 'initia',
64
+ client_id: '07-tendermint-42',
65
+ connection_id: 'connection-40'
66
+ },
67
+ chain_2: {
68
+ chain_name: 'milkyway',
69
+ client_id: '07-tendermint-7',
70
+ connection_id: 'connection-5'
71
+ },
72
+ channels: [{
73
+ chain_1: {
74
+ channel_id: 'channel-80',
75
+ port_id: 'transfer'
76
+ },
77
+ chain_2: {
78
+ channel_id: 'channel-5',
79
+ port_id: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ },
60
89
  {
61
90
  $schema: '../ibc_data.schema.json',
62
91
  chain_1: {
@@ -78,6 +78,7 @@ export * as gravitybridge from './gravitybridge';
78
78
  export * as haqq from './haqq';
79
79
  export * as heli from './heli';
80
80
  export * as highbury from './highbury';
81
+ export * as hippoprotocol from './hippoprotocol';
81
82
  export * as humans from './humans';
82
83
  export * as idep from './idep';
83
84
  export * as impacthub from './impacthub';
@@ -3,7 +3,7 @@ const info = {
3
3
  chain_name: 'sentinel',
4
4
  assets: [{
5
5
  description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
6
- extended_description: 'Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel\'s native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.',
6
+ extended_description: 'Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel\'s native token, P2P, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.',
7
7
  denom_units: [{
8
8
  denom: 'udvpn',
9
9
  exponent: 0
@@ -14,7 +14,7 @@ const info = {
14
14
  base: 'udvpn',
15
15
  name: 'Sentinel',
16
16
  display: 'dvpn',
17
- symbol: 'DVPN',
17
+ symbol: 'P2P',
18
18
  logo_URIs: {
19
19
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -29,7 +29,7 @@ const info = {
29
29
  }],
30
30
  socials: {
31
31
  website: 'https://www.sentinel.co/',
32
- twitter: 'https://x.com/SentinelDVPN'
32
+ twitter: 'https://x.com/SentinelP2P'
33
33
  },
34
34
  type_asset: 'sdk.coin'
35
35
  }]
@@ -49,14 +49,14 @@ const info = {
49
49
  denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
50
50
  exponent: 0
51
51
  }, {
52
- denom: 'usdc',
52
+ denom: 'usdc.noble',
53
53
  exponent: 6
54
54
  }],
55
55
  type_asset: 'ics20',
56
56
  base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
57
- name: 'USDC',
58
- display: 'usdc',
59
- symbol: 'USDC',
57
+ name: 'USDC.noble',
58
+ display: 'usdc.noble',
59
+ symbol: 'USDC.noble',
60
60
  traces: [{
61
61
  type: 'additional-mintage',
62
62
  counterparty: {
@@ -150,7 +150,8 @@ const info = {
150
150
  type: 'bridge',
151
151
  counterparty: {
152
152
  chain_name: 'ethereum',
153
- base_denom: 'wei'
153
+ base_denom: 'wei',
154
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
154
155
  },
155
156
  provider: 'powerflow.asia, titanlab.io'
156
157
  }],
@@ -181,7 +182,7 @@ const info = {
181
182
  counterparty: {
182
183
  chain_name: 'ethereum',
183
184
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
184
- contract: '0xdac17f958d2ee523a2206206994597c13d831ec7'
185
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
185
186
  },
186
187
  provider: 'powerflow.asia, titanlab.io'
187
188
  }],
@@ -193,6 +194,39 @@ const info = {
193
194
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
194
195
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
195
196
  }]
197
+ },
198
+ {
199
+ description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge https://powerflow.asia/bridge',
200
+ denom_units: [{
201
+ denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdc',
202
+ exponent: 0,
203
+ aliases: ['uusdc']
204
+ }, {
205
+ denom: 'usdc',
206
+ exponent: 6
207
+ }],
208
+ type_asset: 'sdk.coin',
209
+ base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdc',
210
+ name: 'USDC',
211
+ display: 'usdc',
212
+ symbol: 'USDC',
213
+ traces: [{
214
+ type: 'bridge',
215
+ counterparty: {
216
+ chain_name: 'ethereum',
217
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
218
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
219
+ },
220
+ provider: 'powerflow.asia, titanlab.io'
221
+ }],
222
+ logo_URIs: {
223
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
224
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
225
+ },
226
+ images: [{
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
228
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
229
+ }]
196
230
  }
197
231
  ]
198
232
  };
package/mainnet/assets.js CHANGED
@@ -103,6 +103,7 @@ const _gravitybridge = __importStar(require("./gravitybridge"));
103
103
  const _haqq = __importStar(require("./haqq"));
104
104
  const _heli = __importStar(require("./heli"));
105
105
  const _highbury = __importStar(require("./highbury"));
106
+ const _hippoprotocol = __importStar(require("./hippoprotocol"));
106
107
  const _humans = __importStar(require("./humans"));
107
108
  const _idep = __importStar(require("./idep"));
108
109
  const _impacthub = __importStar(require("./impacthub"));
@@ -306,6 +307,7 @@ const assets = [
306
307
  _haqq.assets,
307
308
  _heli.assets,
308
309
  _highbury.assets,
310
+ _hippoprotocol.assets,
309
311
  _humans.assets,
310
312
  _idep.assets,
311
313
  _impacthub.assets,
@@ -30,6 +30,32 @@ const info = {
30
30
  twitter: 'https://x.com/_atomone'
31
31
  },
32
32
  coingecko_id: 'atomone'
33
+ }, {
34
+ description: 'The fee token of AtomOne',
35
+ denom_units: [{
36
+ denom: 'uphoton',
37
+ exponent: 0
38
+ }, {
39
+ denom: 'photon',
40
+ exponent: 6
41
+ }],
42
+ base: 'uphoton',
43
+ name: 'Photon',
44
+ display: 'photon',
45
+ symbol: 'PHOTON',
46
+ logo_URIs: {
47
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
48
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
49
+ },
50
+ images: [{
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
52
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
53
+ }],
54
+ type_asset: 'sdk.coin',
55
+ socials: {
56
+ website: 'https://atom.one',
57
+ twitter: 'https://x.com/_atomone'
58
+ }
33
59
  }]
34
60
  };
35
61
  exports.default = info;
@@ -16,6 +16,12 @@ const info = {
16
16
  slip44: 118,
17
17
  fees: {
18
18
  fee_tokens: [{
19
+ denom: 'uphoton',
20
+ fixed_min_gas_price: 0.225,
21
+ low_gas_price: 0.225,
22
+ average_gas_price: 0.3,
23
+ high_gas_price: 0.5
24
+ }, {
19
25
  denom: 'uatone',
20
26
  fixed_min_gas_price: 0.025,
21
27
  low_gas_price: 0.025,
@@ -30,15 +36,15 @@ const info = {
30
36
  },
31
37
  codebase: {
32
38
  git_repo: 'https://github.com/atomone-hub/atomone',
33
- recommended_version: 'v1.1.2',
34
- compatible_versions: ['v1.1.2'],
39
+ recommended_version: 'v2.0.0',
40
+ compatible_versions: ['v2.0.0'],
35
41
  binaries: {
36
- "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64',
37
- "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-arm64',
38
- "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-darwin-arm64',
40
- "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-amd64.exe',
41
- "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-windows-arm64.exe'
42
+ "linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-amd64',
43
+ "linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-linux-arm64',
44
+ "darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-amd64',
45
+ "darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-darwin-arm64',
46
+ "windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-amd64.exe',
47
+ "windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0/atomoned-v2.0.0-windows-arm64.exe'
42
48
  },
43
49
  genesis: {
44
50
  genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-1/genesis.json'
@@ -49,7 +55,7 @@ const info = {
49
55
  },
50
56
  sdk: {
51
57
  type: 'cosmos',
52
- version: 'v0.47.13'
58
+ version: 'v0.47.17'
53
59
  }
54
60
  },
55
61
  logo_URIs: {
package/mainnet/chains.js CHANGED
@@ -103,6 +103,7 @@ const _gravitybridge = __importStar(require("./gravitybridge"));
103
103
  const _haqq = __importStar(require("./haqq"));
104
104
  const _heli = __importStar(require("./heli"));
105
105
  const _highbury = __importStar(require("./highbury"));
106
+ const _hippoprotocol = __importStar(require("./hippoprotocol"));
106
107
  const _humans = __importStar(require("./humans"));
107
108
  const _idep = __importStar(require("./idep"));
108
109
  const _impacthub = __importStar(require("./impacthub"));
@@ -306,6 +307,7 @@ const chains = [
306
307
  _haqq.chain,
307
308
  _heli.chain,
308
309
  _highbury.chain,
310
+ _hippoprotocol.chain,
309
311
  _humans.chain,
310
312
  _idep.chain,
311
313
  _impacthub.chain,
@@ -148,7 +148,7 @@ const info = {
148
148
  provider: 'Node39'
149
149
  },
150
150
  {
151
- address: 'https://elys.rpc.mtl.vnodesv.net:443',
151
+ address: 'https://elys.mtl.vnodesv.net/rpc',
152
152
  provider: 'vNodes[V] Ser[V]ices'
153
153
  },
154
154
  {
@@ -238,7 +238,7 @@ const info = {
238
238
  provider: 'Node39'
239
239
  },
240
240
  {
241
- address: 'https://elys.rest.mtl.vnodesv.net:443',
241
+ address: 'https://elys.mtl.vnodesv.net/rest',
242
242
  provider: 'vNodes[V] Ser[V]ices'
243
243
  },
244
244
  {
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chain_name: 'hippoprotocol',
6
+ assets: [{
7
+ description: 'The native token of Hippo Protocol.',
8
+ denom_units: [{
9
+ denom: 'ahp',
10
+ exponent: 0
11
+ }],
12
+ type_asset: 'sdk.coin',
13
+ base: 'ahp',
14
+ name: 'Hippo',
15
+ display: 'ahp',
16
+ symbol: 'HP',
17
+ logo_URIs: {
18
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
19
+ },
20
+ images: [{
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
22
+ }],
23
+ coingecko_id: 'hippo-protocol',
24
+ socials: {
25
+ website: 'https://hippoprotocol.ai/',
26
+ twitter: 'https://x.com/Hippo_Protocol'
27
+ }
28
+ }]
29
+ };
30
+ 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,88 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chain_name: 'hippoprotocol',
6
+ status: 'live',
7
+ website: 'https://hippoprotocol.ai/',
8
+ network_type: 'mainnet',
9
+ pretty_name: 'Hippo Protocol',
10
+ chain_type: 'cosmos',
11
+ chain_id: 'hippo-protocol-1',
12
+ bech32_prefix: 'hippo',
13
+ slip44: 118,
14
+ daemon_name: 'hippod',
15
+ node_home: '$HOME/.hippod',
16
+ key_algos: ['secp256k1'],
17
+ fees: {
18
+ fee_tokens: [{
19
+ denom: 'ahp',
20
+ low_gas_price: 4000000000000,
21
+ average_gas_price: 5000000000000,
22
+ high_gas_price: 10000000000000
23
+ }]
24
+ },
25
+ staking: {
26
+ staking_tokens: [{
27
+ denom: 'ahp'
28
+ }],
29
+ lock_duration: {
30
+ time: '1814400s'
31
+ }
32
+ },
33
+ codebase: {
34
+ git_repo: 'https://github.com/hippo-protocol/hippo-protocol',
35
+ recommended_version: 'v1.0.0',
36
+ compatible_versions: ['v1.0.0'],
37
+ genesis: {
38
+ genesis_url: 'https://github.com/hippo-protocol/hippo-protocol-hub/blob/main/hippo-protocol-1/genesis.json'
39
+ },
40
+ consensus: {
41
+ type: 'cometbft',
42
+ repo: 'https://github.com/cometbft/cometbft',
43
+ version: 'v0.38.17',
44
+ tag: 'v0.38.17'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ repo: 'https://github.com/cosmos/cosmos-sdk',
49
+ version: 'v0.50.13',
50
+ tag: 'v0.50.13'
51
+ },
52
+ ibc: {
53
+ type: 'go',
54
+ repo: 'https://github.com/cosmos/ibc-go',
55
+ version: 'v8.7.0',
56
+ tag: 'v8.7.0'
57
+ },
58
+ language: {
59
+ type: 'go',
60
+ version: '1.23.0'
61
+ }
62
+ },
63
+ logo_URIs: {
64
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
65
+ },
66
+ apis: {
67
+ rpc: [{
68
+ address: 'https://rpc.hippo-protocol.com/',
69
+ provider: 'Hippo Protocol'
70
+ }],
71
+ rest: [{
72
+ address: 'https://api.hippo-protocol.com/',
73
+ provider: 'Hippo Protocol'
74
+ }],
75
+ grpc: []
76
+ },
77
+ explorers: [{
78
+ kind: 'Hippo River',
79
+ url: 'https://river.hippoprotocol.ai/',
80
+ tx_page: 'https://river.hippoprotocol.ai/hippo-protocol/tx/${txHash}',
81
+ account_page: 'https://river.hippoprotocol.ai/hippo-protocol/account/${accountAddress}'
82
+ }],
83
+ images: [{
84
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/hippoprotocol/images/logo.svg'
85
+ }],
86
+ description: 'One Protocol. Every Patient. Infinite Possibility.'
87
+ };
88
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assets: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
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.chain = exports.assets = void 0;
7
+ const assets_1 = __importDefault(require("./assets"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assets = assets_1.default;
10
+ exports.chain = chain_1.default;
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = [{
3
+ const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain_1: {
7
+ chain_name: 'initia',
8
+ client_id: '07-tendermint-42',
9
+ connection_id: 'connection-40'
10
+ },
11
+ chain_2: {
12
+ chain_name: 'milkyway',
13
+ client_id: '07-tendermint-7',
14
+ connection_id: 'connection-5'
15
+ },
16
+ channels: [{
17
+ chain_1: {
18
+ channel_id: 'channel-80',
19
+ port_id: 'transfer'
20
+ },
21
+ chain_2: {
22
+ channel_id: 'channel-5',
23
+ port_id: 'transfer'
24
+ },
25
+ ordering: 'unordered',
26
+ version: 'ics20-1',
27
+ tags: {
28
+ status: 'live',
29
+ preferred: true
30
+ }
31
+ }]
32
+ },
33
+ {
4
34
  $schema: '../ibc_data.schema.json',
5
35
  chain_1: {
6
36
  chain_name: 'initia',
@@ -28,7 +58,8 @@ const info = [{
28
58
  preferred: true
29
59
  }
30
60
  }]
31
- }, {
61
+ },
62
+ {
32
63
  $schema: '../ibc_data.schema.json',
33
64
  chain_1: {
34
65
  chain_name: 'initia',
@@ -56,5 +87,6 @@ const info = [{
56
87
  preferred: true
57
88
  }
58
89
  }]
59
- }];
90
+ }
91
+ ];
60
92
  exports.default = info;
@@ -31,6 +31,7 @@ const info = {
31
31
  'automations'
32
32
  ],
33
33
  socials: {
34
+ website: 'https://kopi.money/',
34
35
  twitter: 'https://x.com/kopi_money',
35
36
  discord: 'https://discord.gg/kopi-money'
36
37
  },
@@ -59,6 +59,35 @@ const info = [
59
59
  }
60
60
  }]
61
61
  },
62
+ {
63
+ $schema: '../ibc_data.schema.json',
64
+ chain_1: {
65
+ chain_name: 'initia',
66
+ client_id: '07-tendermint-42',
67
+ connection_id: 'connection-40'
68
+ },
69
+ chain_2: {
70
+ chain_name: 'milkyway',
71
+ client_id: '07-tendermint-7',
72
+ connection_id: 'connection-5'
73
+ },
74
+ channels: [{
75
+ chain_1: {
76
+ channel_id: 'channel-80',
77
+ port_id: 'transfer'
78
+ },
79
+ chain_2: {
80
+ channel_id: 'channel-5',
81
+ port_id: 'transfer'
82
+ },
83
+ ordering: 'unordered',
84
+ version: 'ics20-1',
85
+ tags: {
86
+ status: 'live',
87
+ preferred: true
88
+ }
89
+ }]
90
+ },
62
91
  {
63
92
  $schema: '../ibc_data.schema.json',
64
93
  chain_1: {
@@ -78,6 +78,7 @@ export * as gravitybridge from './gravitybridge';
78
78
  export * as haqq from './haqq';
79
79
  export * as heli from './heli';
80
80
  export * as highbury from './highbury';
81
+ export * as hippoprotocol from './hippoprotocol';
81
82
  export * as humans from './humans';
82
83
  export * as idep from './idep';
83
84
  export * as impacthub from './impacthub';
package/mainnet/named.js CHANGED
@@ -24,10 +24,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.ethereum = void 0;
27
- exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = void 0;
28
- exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = void 0;
29
- exports.xpla = exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = void 0;
30
- exports.zetachain = exports.zenrock = void 0;
27
+ exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.highbury = exports.heli = exports.haqq = exports.gravitybridge = exports.govgen = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.evmos = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = void 0;
28
+ exports.pryzm = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.paloma = exports.osmosis = exports.oraichain = exports.opct = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = void 0;
29
+ exports.xion = exports.vector = exports.uptick = exports.ununifi = exports.unification = exports.unicorn = exports.umee = exports.titan = exports.thorchain = exports.tgrade = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = exports.taketitan = exports.synternet = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = void 0;
30
+ exports.zetachain = exports.zenrock = exports.xpla = void 0;
31
31
  exports.ethereum = __importStar(require("./ethereum"));
32
32
  exports.rootstock = __importStar(require("./rootstock"));
33
33
  exports.solana = __importStar(require("./solana"));
@@ -108,6 +108,7 @@ exports.gravitybridge = __importStar(require("./gravitybridge"));
108
108
  exports.haqq = __importStar(require("./haqq"));
109
109
  exports.heli = __importStar(require("./heli"));
110
110
  exports.highbury = __importStar(require("./highbury"));
111
+ exports.hippoprotocol = __importStar(require("./hippoprotocol"));
111
112
  exports.humans = __importStar(require("./humans"));
112
113
  exports.idep = __importStar(require("./idep"));
113
114
  exports.impacthub = __importStar(require("./impacthub"));
@@ -5,7 +5,7 @@ const info = {
5
5
  chain_name: 'sentinel',
6
6
  assets: [{
7
7
  description: 'Sentinel is a decentralized VPN (dVPN) network that provides private and secure internet access by leveraging blockchain technology.',
8
- extended_description: 'Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel\'s native token, DVPN, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.',
8
+ extended_description: 'Sentinel is a blockchain platform designed to offer decentralized, censorship-resistant internet access via a global network of autonomous dVPN applications. The Sentinel ecosystem includes a decentralized bandwidth marketplace, where users can monetize their unused bandwidth by sharing it with others. This decentralized approach enhances privacy and security, protecting users from traditional centralized VPN vulnerabilities. Sentinel\'s native token, P2P, is used for transactions within the network, staking, and governance. By leveraging blockchain technology, Sentinel ensures that internet access remains private, secure, and resilient against censorship.',
9
9
  denom_units: [{
10
10
  denom: 'udvpn',
11
11
  exponent: 0
@@ -16,7 +16,7 @@ const info = {
16
16
  base: 'udvpn',
17
17
  name: 'Sentinel',
18
18
  display: 'dvpn',
19
- symbol: 'DVPN',
19
+ symbol: 'P2P',
20
20
  logo_URIs: {
21
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png',
22
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.svg'
@@ -31,7 +31,7 @@ const info = {
31
31
  }],
32
32
  socials: {
33
33
  website: 'https://www.sentinel.co/',
34
- twitter: 'https://x.com/SentinelDVPN'
34
+ twitter: 'https://x.com/SentinelP2P'
35
35
  },
36
36
  type_asset: 'sdk.coin'
37
37
  }]
@@ -51,14 +51,14 @@ const info = {
51
51
  denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
52
52
  exponent: 0
53
53
  }, {
54
- denom: 'usdc',
54
+ denom: 'usdc.noble',
55
55
  exponent: 6
56
56
  }],
57
57
  type_asset: 'ics20',
58
58
  base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
59
- name: 'USDC',
60
- display: 'usdc',
61
- symbol: 'USDC',
59
+ name: 'USDC.noble',
60
+ display: 'usdc.noble',
61
+ symbol: 'USDC.noble',
62
62
  traces: [{
63
63
  type: 'additional-mintage',
64
64
  counterparty: {
@@ -152,7 +152,8 @@ const info = {
152
152
  type: 'bridge',
153
153
  counterparty: {
154
154
  chain_name: 'ethereum',
155
- base_denom: 'wei'
155
+ base_denom: 'wei',
156
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
156
157
  },
157
158
  provider: 'powerflow.asia, titanlab.io'
158
159
  }],
@@ -183,7 +184,7 @@ const info = {
183
184
  counterparty: {
184
185
  chain_name: 'ethereum',
185
186
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
186
- contract: '0xdac17f958d2ee523a2206206994597c13d831ec7'
187
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
187
188
  },
188
189
  provider: 'powerflow.asia, titanlab.io'
189
190
  }],
@@ -195,6 +196,39 @@ const info = {
195
196
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
196
197
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
197
198
  }]
199
+ },
200
+ {
201
+ description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge https://powerflow.asia/bridge',
202
+ denom_units: [{
203
+ denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdc',
204
+ exponent: 0,
205
+ aliases: ['uusdc']
206
+ }, {
207
+ denom: 'usdc',
208
+ exponent: 6
209
+ }],
210
+ type_asset: 'sdk.coin',
211
+ base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdc',
212
+ name: 'USDC',
213
+ display: 'usdc',
214
+ symbol: 'USDC',
215
+ traces: [{
216
+ type: 'bridge',
217
+ counterparty: {
218
+ chain_name: 'ethereum',
219
+ base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48',
220
+ contract: '0x9be9c79f1d8bc09c5b9a6c312e360227ddb57230'
221
+ },
222
+ provider: 'powerflow.asia, titanlab.io'
223
+ }],
224
+ logo_URIs: {
225
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
226
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
227
+ },
228
+ images: [{
229
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
230
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
231
+ }]
198
232
  }
199
233
  ]
200
234
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.227",
3
+ "version": "1.69.228",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.140",
32
+ "@chain-registry/utils": "^1.51.141",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.140"
36
+ "@chain-registry/types": "^0.50.141"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "5cdcabf27b614d26b733dbbad564b3707b61b73d"
46
+ "gitHead": "fc8a876157f8e37efbf0fe9935e7a799d9c7b660"
47
47
  }