chain-registry 2.0.64 → 2.0.66

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 (71) hide show
  1. package/esm/mainnet/andromeda/chain.js +0 -8
  2. package/esm/mainnet/aura/chain.js +0 -8
  3. package/esm/mainnet/babylon/asset-list.js +8 -20
  4. package/esm/mainnet/gateway/chain.js +0 -6
  5. package/esm/mainnet/juno/asset-list.js +1 -9
  6. package/esm/mainnet/lefeef/asset-list.js +0 -8
  7. package/esm/mainnet/migaloo/asset-list.js +2 -2
  8. package/esm/mainnet/neutron/asset-list.js +1 -1
  9. package/esm/mainnet/neutron/chain.js +3 -10
  10. package/esm/mainnet/omniflixhub/asset-list.js +0 -3
  11. package/esm/mainnet/pryzm/asset-list.js +2 -4
  12. package/esm/mainnet/sunrise/chain.js +4 -0
  13. package/esm/mainnet/terra/asset-list.js +1 -7
  14. package/esm/noncosmos/asset-lists.js +3 -1
  15. package/esm/noncosmos/tsc/asset-list.js +23 -0
  16. package/esm/noncosmos/tsc/index.js +2 -0
  17. package/esm/testnet/axelartestnet/ibc-data.js +29 -0
  18. package/esm/testnet/composabletestnet/asset-list.js +0 -8
  19. package/esm/testnet/desmostestnet/asset-list.js +0 -8
  20. package/esm/testnet/ibc-data.js +3 -1
  21. package/esm/testnet/iopntestnet/asset-list.js +2 -2
  22. package/esm/testnet/iopntestnet/chain.js +1 -1
  23. package/esm/testnet/junotestnet/asset-list.js +0 -12
  24. package/esm/testnet/nobletestnet/ibc-data.js +29 -0
  25. package/esm/testnet/nyxtestnet/asset-list.js +8 -8
  26. package/esm/testnet/nyxtestnet/chain.js +9 -15
  27. package/esm/testnet/osmosistestnet/asset-list.js +8 -8
  28. package/esm/testnet/seitestnet/asset-list.js +0 -6
  29. package/esm/testnet/sgetestnet/asset-list.js +0 -6
  30. package/esm/testnet/zenrocktestnet/chain.js +0 -6
  31. package/esm/testnet/zigchaintestnet/asset-list.js +95 -2
  32. package/esm/testnet/zigchaintestnet/ibc-data.js +58 -0
  33. package/esm/testnet/zigchaintestnet/index.js +2 -0
  34. package/mainnet/andromeda/chain.js +0 -8
  35. package/mainnet/aura/chain.js +0 -8
  36. package/mainnet/babylon/asset-list.js +8 -20
  37. package/mainnet/gateway/chain.js +0 -6
  38. package/mainnet/juno/asset-list.js +1 -9
  39. package/mainnet/lefeef/asset-list.js +0 -8
  40. package/mainnet/migaloo/asset-list.js +2 -2
  41. package/mainnet/neutron/asset-list.js +1 -1
  42. package/mainnet/neutron/chain.js +3 -10
  43. package/mainnet/omniflixhub/asset-list.js +0 -3
  44. package/mainnet/pryzm/asset-list.js +2 -4
  45. package/mainnet/sunrise/chain.js +4 -0
  46. package/mainnet/terra/asset-list.js +1 -7
  47. package/noncosmos/asset-lists.js +3 -1
  48. package/noncosmos/tsc/asset-list.d.ts +3 -0
  49. package/noncosmos/tsc/asset-list.js +25 -0
  50. package/noncosmos/tsc/index.d.ts +1 -0
  51. package/noncosmos/tsc/index.js +8 -0
  52. package/package.json +3 -3
  53. package/testnet/axelartestnet/ibc-data.js +29 -0
  54. package/testnet/composabletestnet/asset-list.js +0 -8
  55. package/testnet/desmostestnet/asset-list.js +0 -8
  56. package/testnet/ibc-data.js +3 -1
  57. package/testnet/iopntestnet/asset-list.js +2 -2
  58. package/testnet/iopntestnet/chain.js +1 -1
  59. package/testnet/junotestnet/asset-list.js +0 -12
  60. package/testnet/nobletestnet/ibc-data.js +29 -0
  61. package/testnet/nyxtestnet/asset-list.js +8 -8
  62. package/testnet/nyxtestnet/chain.js +9 -15
  63. package/testnet/osmosistestnet/asset-list.js +8 -8
  64. package/testnet/seitestnet/asset-list.js +0 -6
  65. package/testnet/sgetestnet/asset-list.js +0 -6
  66. package/testnet/zenrocktestnet/chain.js +0 -6
  67. package/testnet/zigchaintestnet/asset-list.js +95 -2
  68. package/testnet/zigchaintestnet/ibc-data.d.ts +3 -0
  69. package/testnet/zigchaintestnet/ibc-data.js +60 -0
  70. package/testnet/zigchaintestnet/index.d.ts +1 -0
  71. package/testnet/zigchaintestnet/index.js +3 -1
@@ -16,14 +16,6 @@ const info = {
16
16
  name: 'Pica',
17
17
  display: 'pica',
18
18
  symbol: 'PICA',
19
- logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
22
- },
23
- images: [{
24
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
25
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
26
- }],
27
19
  typeAsset: 'sdk.coin'
28
20
  }]
29
21
  };
@@ -24,15 +24,7 @@ const info = {
24
24
  },
25
25
  provider: 'Desmos'
26
26
  }],
27
- logoURIs: {
28
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
29
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
30
- },
31
27
  coingeckoId: 'desmos',
32
- images: [{
33
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
34
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
35
- }],
36
28
  typeAsset: 'sdk.coin'
37
29
  }]
38
30
  };
@@ -72,6 +72,7 @@ const _titantestnet = __importStar(require("./titantestnet"));
72
72
  const _wardenprotocoltestnet = __importStar(require("./wardenprotocoltestnet"));
73
73
  const _xiontestnet2 = __importStar(require("./xiontestnet2"));
74
74
  const _xrplevmtestnet = __importStar(require("./xrplevmtestnet"));
75
+ const _zigchaintestnet = __importStar(require("./zigchaintestnet"));
75
76
  const ibcData = [
76
77
  ..._agoricdevnet.ibcData,
77
78
  ..._akashtestnet.ibcData,
@@ -121,6 +122,7 @@ const ibcData = [
121
122
  ..._titantestnet.ibcData,
122
123
  ..._wardenprotocoltestnet.ibcData,
123
124
  ..._xiontestnet2.ibcData,
124
- ..._xrplevmtestnet.ibcData
125
+ ..._xrplevmtestnet.ibcData,
126
+ ..._zigchaintestnet.ibcData
125
127
  ];
126
128
  exports.default = ibcData;
@@ -17,14 +17,14 @@ const info = {
17
17
  display: 'opn',
18
18
  symbol: 'OPN',
19
19
  logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
21
21
  },
22
22
  socials: {
23
23
  website: 'https://iopn.tech'
24
24
  },
25
25
  typeAsset: 'sdk.coin',
26
26
  images: [{
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
28
28
  }]
29
29
  }]
30
30
  };
@@ -57,7 +57,7 @@ const info = {
57
57
  }
58
58
  },
59
59
  images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
60
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
61
61
  }],
62
62
  apis: {
63
63
  rpc: [{
@@ -79,18 +79,6 @@ const info = {
79
79
  baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
80
80
  },
81
81
  provider: 'Arena DAO'
82
- }],
83
- logoURIs: {
84
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
85
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
86
- },
87
- images: [{
88
- imageSync: {
89
- chainName: 'juno',
90
- baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
91
- },
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
94
82
  }]
95
83
  }
96
84
  ]
@@ -397,6 +397,35 @@ const info = [
397
397
  preferred: true
398
398
  }
399
399
  }]
400
+ },
401
+ {
402
+ $schema: '../../ibc_data.schema.json',
403
+ chain1: {
404
+ chainName: 'nobletestnet',
405
+ clientId: '07-tendermint-555',
406
+ connectionId: 'connection-507'
407
+ },
408
+ chain2: {
409
+ chainName: 'zigchaintestnet',
410
+ clientId: '07-tendermint-72',
411
+ connectionId: 'connection-52'
412
+ },
413
+ channels: [{
414
+ chain1: {
415
+ channelId: 'channel-664',
416
+ portId: 'transfer'
417
+ },
418
+ chain2: {
419
+ channelId: 'channel-35',
420
+ portId: 'transfer'
421
+ },
422
+ ordering: 'unordered',
423
+ version: 'ics20-1',
424
+ tags: {
425
+ status: 'live',
426
+ preferred: true
427
+ }
428
+ }]
400
429
  }
401
430
  ];
402
431
  exports.default = info;
@@ -17,10 +17,10 @@ const info = {
17
17
  display: 'nyx',
18
18
  symbol: 'NYX',
19
19
  logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
21
21
  },
22
22
  images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
23
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
24
24
  }],
25
25
  typeAsset: 'sdk.coin'
26
26
  }, {
@@ -37,19 +37,19 @@ const info = {
37
37
  display: 'nym',
38
38
  symbol: 'NYM',
39
39
  logoURIs: {
40
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
41
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
40
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
41
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
42
42
  },
43
43
  images: [{
44
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
45
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
44
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
45
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
46
46
  theme: {
47
47
  darkMode: false,
48
48
  circle: true
49
49
  }
50
50
  }, {
51
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
52
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
51
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
52
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
53
53
  theme: {
54
54
  darkMode: true,
55
55
  circle: true
@@ -52,8 +52,8 @@ const info = {
52
52
  tag: 'v0.43.0'
53
53
  },
54
54
  logoURIs: {
55
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
56
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
57
57
  },
58
58
  apis: {
59
59
  rpc: [{
@@ -74,26 +74,20 @@ const info = {
74
74
  url: 'https://sandbox-blocks.nymtech.net/sandbox',
75
75
  txPage: 'https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}'
76
76
  }],
77
- images: [
78
- {
79
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
80
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
77
+ images: [{
78
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
79
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
81
80
  theme: {
82
81
  darkMode: false,
83
82
  circle: true
84
83
  }
85
- },
86
- {
87
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
88
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
84
+ }, {
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
86
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
89
87
  theme: {
90
88
  darkMode: true,
91
89
  circle: true
92
90
  }
93
- },
94
- {
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png'
96
- }
97
- ]
91
+ }]
98
92
  };
99
93
  exports.default = info;
@@ -1618,12 +1618,12 @@ const info = {
1618
1618
  }
1619
1619
  }],
1620
1620
  logoURIs: {
1621
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1622
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1621
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
1622
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
1623
1623
  },
1624
1624
  images: [{
1625
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1626
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1625
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
1626
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
1627
1627
  }, {
1628
1628
  imageSync: {
1629
1629
  chainName: 'int3facetestnet',
@@ -1668,12 +1668,12 @@ const info = {
1668
1668
  }
1669
1669
  }],
1670
1670
  logoURIs: {
1671
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1672
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1671
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1672
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1673
1673
  },
1674
1674
  images: [{
1675
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1676
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1675
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1676
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1677
1677
  }, {
1678
1678
  imageSync: {
1679
1679
  chainName: 'int3facetestnet',
@@ -16,12 +16,6 @@ const info = {
16
16
  name: 'Sei',
17
17
  display: 'sei',
18
18
  symbol: 'SEI',
19
- logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
21
- },
22
- images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
24
- }],
25
19
  typeAsset: 'sdk.coin'
26
20
  }]
27
21
  };
@@ -18,12 +18,6 @@ const info = {
18
18
  name: 'SGE Testnet',
19
19
  display: 'sge',
20
20
  symbol: 'SGE',
21
- logoURIs: {
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
23
- },
24
- images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
26
- }],
27
21
  typeAsset: 'sdk.coin'
28
22
  }]
29
23
  };
@@ -54,9 +54,6 @@ const info = {
54
54
  },
55
55
  tag: 'v5.3.8'
56
56
  },
57
- images: [{
58
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
59
- }],
60
57
  apis: {
61
58
  rpc: [{
62
59
  address: 'https://rpc.gardia.zenrocklabs.io/',
@@ -77,9 +74,6 @@ const info = {
77
74
  txPage: 'https://explorer.gardia.zenrocklabs.io/tx/${txHash}',
78
75
  accountPage: 'https://explorer.gardia.zenrocklabs.io/account/${accountAddress}'
79
76
  }],
80
- logoURIs: {
81
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
82
- },
83
77
  keywords: ['mpc', 'testnet']
84
78
  };
85
79
  exports.default = info;
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = {
4
4
  $schema: '../../assetlist.schema.json',
5
5
  chainName: 'zigchaintestnet',
6
- assets: [{
6
+ assets: [
7
+ {
7
8
  description: 'The native token of ZIGChain',
8
9
  denomUnits: [
9
10
  {
@@ -50,6 +51,98 @@ const info = {
50
51
  discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
51
52
  medium: 'https://medium.com/zignaly'
52
53
  }
53
- }]
54
+ },
55
+ {
56
+ description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
57
+ denomUnits: [{
58
+ denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
59
+ exponent: 0
60
+ }, {
61
+ denom: 'stzig',
62
+ exponent: 6
63
+ }],
64
+ base: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
65
+ name: 'Staked Zig',
66
+ display: 'stzig',
67
+ symbol: 'STZIG',
68
+ logoURIs: {
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
71
+ },
72
+ images: [{
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png',
74
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.svg'
75
+ }],
76
+ typeAsset: 'sdk.coin',
77
+ socials: {
78
+ website: 'https://dev.valdora.finance',
79
+ twitter: 'https://x.com/Valdora_finance',
80
+ telegram: 'https://t.me/ValdoraWarriors',
81
+ discord: 'http://discord.gg/valdora'
82
+ }
83
+ },
84
+ {
85
+ description: 'Noble USDC on ZIGChain',
86
+ denomUnits: [{
87
+ denom: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
88
+ exponent: 0,
89
+ aliases: ['microusdc', 'uusdc']
90
+ }, {
91
+ denom: 'usdc',
92
+ exponent: 6
93
+ }],
94
+ typeAsset: 'ics20',
95
+ base: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
96
+ name: 'Noble USDC',
97
+ display: 'usdc',
98
+ symbol: 'USDC',
99
+ traces: [
100
+ {
101
+ type: 'synthetic',
102
+ counterparty: {
103
+ chainName: 'forex',
104
+ baseDenom: 'USD'
105
+ },
106
+ provider: 'Circle'
107
+ },
108
+ {
109
+ type: 'test-mintage',
110
+ counterparty: {
111
+ chainName: 'noble',
112
+ baseDenom: 'uusdc'
113
+ },
114
+ provider: 'Circle'
115
+ },
116
+ {
117
+ type: 'ibc',
118
+ counterparty: {
119
+ chainName: 'nobletestnet',
120
+ baseDenom: 'uusdc',
121
+ channelId: 'channel-664'
122
+ },
123
+ chain: {
124
+ channelId: 'channel-35',
125
+ path: 'transfer/channel-35/uusdc'
126
+ }
127
+ }
128
+ ],
129
+ logoURIs: {
130
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
131
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
132
+ },
133
+ images: [{
134
+ imageSync: {
135
+ chainName: 'nobletestnet',
136
+ baseDenom: 'uusdc'
137
+ },
138
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
139
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
140
+ theme: {
141
+ circle: true
142
+ }
143
+ }],
144
+ coingeckoId: 'usd-coin'
145
+ }
146
+ ]
54
147
  };
55
148
  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,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'axelartestnet',
7
+ clientId: '07-tendermint-1163',
8
+ connectionId: 'connection-916'
9
+ },
10
+ chain2: {
11
+ chainName: 'zigchaintestnet',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-612',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'nobletestnet',
35
+ clientId: '07-tendermint-555',
36
+ connectionId: 'connection-507'
37
+ },
38
+ chain2: {
39
+ chainName: 'zigchaintestnet',
40
+ clientId: '07-tendermint-72',
41
+ connectionId: 'connection-52'
42
+ },
43
+ channels: [{
44
+ chain1: {
45
+ channelId: 'channel-664',
46
+ portId: 'transfer'
47
+ },
48
+ chain2: {
49
+ channelId: 'channel-35',
50
+ portId: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ }];
60
+ exports.default = info;
@@ -1,2 +1,3 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.chain = exports.assetList = void 0;
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
7
  const asset_list_1 = __importDefault(require("./asset-list"));
8
8
  const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;