chain-registry 2.0.65 → 2.0.67

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 (90) hide show
  1. package/esm/mainnet/andromeda/chain.js +0 -8
  2. package/esm/mainnet/asset-lists.js +2 -0
  3. package/esm/mainnet/aura/chain.js +0 -8
  4. package/esm/mainnet/babylon/asset-list.js +8 -20
  5. package/esm/mainnet/chains.js +2 -0
  6. package/esm/mainnet/gateway/chain.js +0 -6
  7. package/esm/mainnet/juno/asset-list.js +1 -9
  8. package/esm/mainnet/lefeef/asset-list.js +0 -8
  9. package/esm/mainnet/migaloo/asset-list.js +2 -2
  10. package/esm/mainnet/neutron/asset-list.js +1 -1
  11. package/esm/mainnet/neutron/chain.js +3 -18
  12. package/esm/mainnet/omniflixhub/asset-list.js +0 -3
  13. package/esm/mainnet/pryzm/asset-list.js +2 -4
  14. package/esm/mainnet/sunrise/chain.js +4 -0
  15. package/esm/mainnet/terra/asset-list.js +1 -7
  16. package/esm/mainnet/union/asset-list.js +36 -0
  17. package/esm/mainnet/union/chain.js +149 -0
  18. package/esm/mainnet/union/index.js +4 -0
  19. package/esm/noncosmos/asset-lists.js +5 -1
  20. package/esm/noncosmos/optio/asset-list.js +24 -0
  21. package/esm/noncosmos/optio/index.js +2 -0
  22. package/esm/noncosmos/tsc/asset-list.js +23 -0
  23. package/esm/noncosmos/tsc/index.js +2 -0
  24. package/esm/testnet/axelartestnet/ibc-data.js +29 -0
  25. package/esm/testnet/composabletestnet/asset-list.js +0 -8
  26. package/esm/testnet/desmostestnet/asset-list.js +0 -8
  27. package/esm/testnet/ibc-data.js +3 -1
  28. package/esm/testnet/iopntestnet/asset-list.js +2 -2
  29. package/esm/testnet/iopntestnet/chain.js +1 -1
  30. package/esm/testnet/junotestnet/asset-list.js +0 -12
  31. package/esm/testnet/nobletestnet/ibc-data.js +29 -0
  32. package/esm/testnet/nyxtestnet/asset-list.js +8 -8
  33. package/esm/testnet/nyxtestnet/chain.js +9 -15
  34. package/esm/testnet/osmosistestnet/asset-list.js +8 -8
  35. package/esm/testnet/seitestnet/asset-list.js +0 -6
  36. package/esm/testnet/sgetestnet/asset-list.js +0 -6
  37. package/esm/testnet/zenrocktestnet/chain.js +0 -6
  38. package/esm/testnet/zigchaintestnet/asset-list.js +70 -5
  39. package/esm/testnet/zigchaintestnet/ibc-data.js +58 -0
  40. package/esm/testnet/zigchaintestnet/index.js +2 -0
  41. package/mainnet/andromeda/chain.js +0 -8
  42. package/mainnet/asset-lists.js +2 -0
  43. package/mainnet/aura/chain.js +0 -8
  44. package/mainnet/babylon/asset-list.js +8 -20
  45. package/mainnet/chains.js +2 -0
  46. package/mainnet/gateway/chain.js +0 -6
  47. package/mainnet/juno/asset-list.js +1 -9
  48. package/mainnet/lefeef/asset-list.js +0 -8
  49. package/mainnet/migaloo/asset-list.js +2 -2
  50. package/mainnet/neutron/asset-list.js +1 -1
  51. package/mainnet/neutron/chain.js +3 -18
  52. package/mainnet/omniflixhub/asset-list.js +0 -3
  53. package/mainnet/pryzm/asset-list.js +2 -4
  54. package/mainnet/sunrise/chain.js +4 -0
  55. package/mainnet/terra/asset-list.js +1 -7
  56. package/mainnet/union/asset-list.d.ts +3 -0
  57. package/mainnet/union/asset-list.js +38 -0
  58. package/mainnet/union/chain.d.ts +3 -0
  59. package/mainnet/union/chain.js +151 -0
  60. package/mainnet/union/index.d.ts +2 -0
  61. package/mainnet/union/index.js +10 -0
  62. package/noncosmos/asset-lists.js +5 -1
  63. package/noncosmos/optio/asset-list.d.ts +3 -0
  64. package/noncosmos/optio/asset-list.js +26 -0
  65. package/noncosmos/optio/index.d.ts +1 -0
  66. package/noncosmos/optio/index.js +8 -0
  67. package/noncosmos/tsc/asset-list.d.ts +3 -0
  68. package/noncosmos/tsc/asset-list.js +25 -0
  69. package/noncosmos/tsc/index.d.ts +1 -0
  70. package/noncosmos/tsc/index.js +8 -0
  71. package/package.json +3 -3
  72. package/testnet/axelartestnet/ibc-data.js +29 -0
  73. package/testnet/composabletestnet/asset-list.js +0 -8
  74. package/testnet/desmostestnet/asset-list.js +0 -8
  75. package/testnet/ibc-data.js +3 -1
  76. package/testnet/iopntestnet/asset-list.js +2 -2
  77. package/testnet/iopntestnet/chain.js +1 -1
  78. package/testnet/junotestnet/asset-list.js +0 -12
  79. package/testnet/nobletestnet/ibc-data.js +29 -0
  80. package/testnet/nyxtestnet/asset-list.js +8 -8
  81. package/testnet/nyxtestnet/chain.js +9 -15
  82. package/testnet/osmosistestnet/asset-list.js +8 -8
  83. package/testnet/seitestnet/asset-list.js +0 -6
  84. package/testnet/sgetestnet/asset-list.js +0 -6
  85. package/testnet/zenrocktestnet/chain.js +0 -6
  86. package/testnet/zigchaintestnet/asset-list.js +70 -5
  87. package/testnet/zigchaintestnet/ibc-data.d.ts +3 -0
  88. package/testnet/zigchaintestnet/ibc-data.js +60 -0
  89. package/testnet/zigchaintestnet/index.d.ts +1 -0
  90. package/testnet/zigchaintestnet/index.js +3 -1
@@ -404,6 +404,35 @@ const info = [
404
404
  status: 'live'
405
405
  }
406
406
  }]
407
+ },
408
+ {
409
+ $schema: '../../ibc_data.schema.json',
410
+ chain1: {
411
+ chainName: 'axelartestnet',
412
+ clientId: '07-tendermint-1163',
413
+ connectionId: 'connection-916'
414
+ },
415
+ chain2: {
416
+ chainName: 'zigchaintestnet',
417
+ clientId: '07-tendermint-0',
418
+ connectionId: 'connection-0'
419
+ },
420
+ channels: [{
421
+ chain1: {
422
+ channelId: 'channel-612',
423
+ portId: 'transfer'
424
+ },
425
+ chain2: {
426
+ channelId: 'channel-0',
427
+ portId: 'transfer'
428
+ },
429
+ ordering: 'unordered',
430
+ version: 'ics20-1',
431
+ tags: {
432
+ status: 'live',
433
+ preferred: true
434
+ }
435
+ }]
407
436
  }
408
437
  ];
409
438
  export default info;
@@ -14,14 +14,6 @@ const info = {
14
14
  name: 'Pica',
15
15
  display: 'pica',
16
16
  symbol: 'PICA',
17
- logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
20
- },
21
- images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/composable.svg'
24
- }],
25
17
  typeAsset: 'sdk.coin'
26
18
  }]
27
19
  };
@@ -22,15 +22,7 @@ const info = {
22
22
  },
23
23
  provider: 'Desmos'
24
24
  }],
25
- logoURIs: {
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
28
- },
29
25
  coingeckoId: 'desmos',
30
- images: [{
31
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.png',
32
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/desmos/images/dsm.svg'
33
- }],
34
26
  typeAsset: 'sdk.coin'
35
27
  }]
36
28
  };
@@ -47,6 +47,7 @@ import * as _titantestnet from './titantestnet';
47
47
  import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
48
48
  import * as _xiontestnet2 from './xiontestnet2';
49
49
  import * as _xrplevmtestnet from './xrplevmtestnet';
50
+ import * as _zigchaintestnet from './zigchaintestnet';
50
51
  const ibcData = [
51
52
  ..._agoricdevnet.ibcData,
52
53
  ..._akashtestnet.ibcData,
@@ -96,6 +97,7 @@ const ibcData = [
96
97
  ..._titantestnet.ibcData,
97
98
  ..._wardenprotocoltestnet.ibcData,
98
99
  ..._xiontestnet2.ibcData,
99
- ..._xrplevmtestnet.ibcData
100
+ ..._xrplevmtestnet.ibcData,
101
+ ..._zigchaintestnet.ibcData
100
102
  ];
101
103
  export default ibcData;
@@ -15,14 +15,14 @@ const info = {
15
15
  display: 'opn',
16
16
  symbol: 'OPN',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
19
19
  },
20
20
  socials: {
21
21
  website: 'https://iopn.tech'
22
22
  },
23
23
  typeAsset: 'sdk.coin',
24
24
  images: [{
25
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
25
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
26
26
  }]
27
27
  }]
28
28
  };
@@ -55,7 +55,7 @@ const info = {
55
55
  }
56
56
  },
57
57
  images: [{
58
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_Dark.png'
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/iopntestnet/images/iopn_white_bg_99x99.png'
59
59
  }],
60
60
  apis: {
61
61
  rpc: [{
@@ -77,18 +77,6 @@ const info = {
77
77
  baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
78
78
  },
79
79
  provider: 'Arena DAO'
80
- }],
81
- logoURIs: {
82
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png',
83
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg'
84
- },
85
- images: [{
86
- imageSync: {
87
- chainName: 'juno',
88
- baseDenom: 'factory/juno1vwmnqk0vyxc96qgffrure4nqxupjrql0zut8s02hadgp0n79r8xq5xdsxy/ARENA'
89
- },
90
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.svg',
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena.png'
92
80
  }]
93
81
  }
94
82
  ]
@@ -395,6 +395,35 @@ const info = [
395
395
  preferred: true
396
396
  }
397
397
  }]
398
+ },
399
+ {
400
+ $schema: '../../ibc_data.schema.json',
401
+ chain1: {
402
+ chainName: 'nobletestnet',
403
+ clientId: '07-tendermint-555',
404
+ connectionId: 'connection-507'
405
+ },
406
+ chain2: {
407
+ chainName: 'zigchaintestnet',
408
+ clientId: '07-tendermint-72',
409
+ connectionId: 'connection-52'
410
+ },
411
+ channels: [{
412
+ chain1: {
413
+ channelId: 'channel-664',
414
+ portId: 'transfer'
415
+ },
416
+ chain2: {
417
+ channelId: 'channel-35',
418
+ portId: 'transfer'
419
+ },
420
+ ordering: 'unordered',
421
+ version: 'ics20-1',
422
+ tags: {
423
+ status: 'live',
424
+ preferred: true
425
+ }
426
+ }]
398
427
  }
399
428
  ];
400
429
  export default info;
@@ -15,10 +15,10 @@ const info = {
15
15
  display: 'nyx',
16
16
  symbol: 'NYX',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
19
19
  },
20
20
  images: [{
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nyx.png'
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nyx.png'
22
22
  }],
23
23
  typeAsset: 'sdk.coin'
24
24
  }, {
@@ -35,19 +35,19 @@ const info = {
35
35
  display: 'nym',
36
36
  symbol: 'NYM',
37
37
  logoURIs: {
38
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
39
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
38
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
39
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
40
40
  },
41
41
  images: [{
42
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
43
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
42
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
43
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
44
44
  theme: {
45
45
  darkMode: false,
46
46
  circle: true
47
47
  }
48
48
  }, {
49
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
50
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
49
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
50
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
51
51
  theme: {
52
52
  darkMode: true,
53
53
  circle: true
@@ -50,8 +50,8 @@ const info = {
50
50
  tag: 'v0.43.0'
51
51
  },
52
52
  logoURIs: {
53
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
54
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg'
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg'
55
55
  },
56
56
  apis: {
57
57
  rpc: [{
@@ -72,26 +72,20 @@ const info = {
72
72
  url: 'https://sandbox-blocks.nymtech.net/sandbox',
73
73
  txPage: 'https://sandbox-blocks.nymtech.net/sandbox/tx/${txHash}'
74
74
  }],
75
- images: [
76
- {
77
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png',
78
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.svg',
75
+ images: [{
76
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.png',
77
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_light.svg',
79
78
  theme: {
80
79
  darkMode: false,
81
80
  circle: true
82
81
  }
83
- },
84
- {
85
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.png',
86
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_dark.svg',
82
+ }, {
83
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.png',
84
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nyxtestnet/images/nym_token_dark.svg',
87
85
  theme: {
88
86
  darkMode: true,
89
87
  circle: true
90
88
  }
91
- },
92
- {
93
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nyxtestnet/images/nym_token_light.png'
94
- }
95
- ]
89
+ }]
96
90
  };
97
91
  export default info;
@@ -1616,12 +1616,12 @@ const info = {
1616
1616
  }
1617
1617
  }],
1618
1618
  logoURIs: {
1619
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1620
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1619
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
1620
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
1621
1621
  },
1622
1622
  images: [{
1623
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
1624
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
1623
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.png',
1624
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SOL.int3.svg'
1625
1625
  }, {
1626
1626
  imageSync: {
1627
1627
  chainName: 'int3facetestnet',
@@ -1666,12 +1666,12 @@ const info = {
1666
1666
  }
1667
1667
  }],
1668
1668
  logoURIs: {
1669
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1670
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1669
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1670
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1671
1671
  },
1672
1672
  images: [{
1673
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.png',
1674
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.int3.svg'
1673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.png',
1674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XRP.int3.svg'
1675
1675
  }, {
1676
1676
  imageSync: {
1677
1677
  chainName: 'int3facetestnet',
@@ -14,12 +14,6 @@ const info = {
14
14
  name: 'Sei',
15
15
  display: 'sei',
16
16
  symbol: 'SEI',
17
- logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
19
- },
20
- images: [{
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seitestnet/images/sei.png'
22
- }],
23
17
  typeAsset: 'sdk.coin'
24
18
  }]
25
19
  };
@@ -16,12 +16,6 @@ const info = {
16
16
  name: 'SGE Testnet',
17
17
  display: 'sge',
18
18
  symbol: 'SGE',
19
- logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
21
- },
22
- images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sgetestnet/images/sge.png'
24
- }],
25
19
  typeAsset: 'sdk.coin'
26
20
  }]
27
21
  };
@@ -52,9 +52,6 @@ const info = {
52
52
  },
53
53
  tag: 'v5.3.8'
54
54
  },
55
- images: [{
56
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
57
- }],
58
55
  apis: {
59
56
  rpc: [{
60
57
  address: 'https://rpc.gardia.zenrocklabs.io/',
@@ -75,9 +72,6 @@ const info = {
75
72
  txPage: 'https://explorer.gardia.zenrocklabs.io/tx/${txHash}',
76
73
  accountPage: 'https://explorer.gardia.zenrocklabs.io/account/${accountAddress}'
77
74
  }],
78
- logoURIs: {
79
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zenrocktestnet/images/zenrock.png'
80
- },
81
75
  keywords: ['mpc', 'testnet']
82
76
  };
83
77
  export default info;
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../../assetlist.schema.json',
3
3
  chainName: 'zigchaintestnet',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of ZIGChain',
6
7
  denomUnits: [
7
8
  {
@@ -48,16 +49,17 @@ const info = {
48
49
  discord: 'https://discord.com/invite/zignaly-the-better-way-to-invest-in-crypto-486954374845956097',
49
50
  medium: 'https://medium.com/zignaly'
50
51
  }
51
- }, {
52
+ },
53
+ {
52
54
  description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
53
55
  denomUnits: [{
54
- denom: 'factory/zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak/stzig',
56
+ denom: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
55
57
  exponent: 0
56
58
  }, {
57
59
  denom: 'stzig',
58
60
  exponent: 6
59
61
  }],
60
- base: 'factory/zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak/stzig',
62
+ base: 'coin.zig1q5cuxuekvjdsl3l2t87jv83gdwjryc4hmh8s90y7mwgpyfwkqutsy9tqak.stzig',
61
63
  name: 'Staked Zig',
62
64
  display: 'stzig',
63
65
  symbol: 'STZIG',
@@ -76,6 +78,69 @@ const info = {
76
78
  telegram: 'https://t.me/ValdoraWarriors',
77
79
  discord: 'http://discord.gg/valdora'
78
80
  }
79
- }]
81
+ },
82
+ {
83
+ description: 'Noble USDC on ZIGChain',
84
+ denomUnits: [{
85
+ denom: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
86
+ exponent: 0,
87
+ aliases: ['microusdc', 'uusdc']
88
+ }, {
89
+ denom: 'usdc',
90
+ exponent: 6
91
+ }],
92
+ typeAsset: 'ics20',
93
+ base: 'ibc/8E452E728A6598EEF051E63FFE49AF19004F5D2AA3F690413C2985660AAFD38F',
94
+ name: 'Noble USDC',
95
+ display: 'usdc',
96
+ symbol: 'USDC',
97
+ traces: [
98
+ {
99
+ type: 'synthetic',
100
+ counterparty: {
101
+ chainName: 'forex',
102
+ baseDenom: 'USD'
103
+ },
104
+ provider: 'Circle'
105
+ },
106
+ {
107
+ type: 'test-mintage',
108
+ counterparty: {
109
+ chainName: 'noble',
110
+ baseDenom: 'uusdc'
111
+ },
112
+ provider: 'Circle'
113
+ },
114
+ {
115
+ type: 'ibc',
116
+ counterparty: {
117
+ chainName: 'nobletestnet',
118
+ baseDenom: 'uusdc',
119
+ channelId: 'channel-664'
120
+ },
121
+ chain: {
122
+ channelId: 'channel-35',
123
+ path: 'transfer/channel-35/uusdc'
124
+ }
125
+ }
126
+ ],
127
+ logoURIs: {
128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
129
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
130
+ },
131
+ images: [{
132
+ imageSync: {
133
+ chainName: 'nobletestnet',
134
+ baseDenom: 'uusdc'
135
+ },
136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
137
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
138
+ theme: {
139
+ circle: true
140
+ }
141
+ }],
142
+ coingeckoId: 'usd-coin'
143
+ }
144
+ ]
80
145
  };
81
146
  export default info;
@@ -0,0 +1,58 @@
1
+ const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'axelartestnet',
5
+ clientId: '07-tendermint-1163',
6
+ connectionId: 'connection-916'
7
+ },
8
+ chain2: {
9
+ chainName: 'zigchaintestnet',
10
+ clientId: '07-tendermint-0',
11
+ connectionId: 'connection-0'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-612',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-0',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true
27
+ }
28
+ }]
29
+ }, {
30
+ $schema: '../../ibc_data.schema.json',
31
+ chain1: {
32
+ chainName: 'nobletestnet',
33
+ clientId: '07-tendermint-555',
34
+ connectionId: 'connection-507'
35
+ },
36
+ chain2: {
37
+ chainName: 'zigchaintestnet',
38
+ clientId: '07-tendermint-72',
39
+ connectionId: 'connection-52'
40
+ },
41
+ channels: [{
42
+ chain1: {
43
+ channelId: 'channel-664',
44
+ portId: 'transfer'
45
+ },
46
+ chain2: {
47
+ channelId: 'channel-35',
48
+ portId: 'transfer'
49
+ },
50
+ ordering: 'unordered',
51
+ version: 'ics20-1',
52
+ tags: {
53
+ status: 'live',
54
+ preferred: true
55
+ }
56
+ }]
57
+ }];
58
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -85,10 +85,6 @@ const info = {
85
85
  address: 'https://andromeda-rpc.stakerhouse.com:443',
86
86
  provider: 'StakerHouse'
87
87
  },
88
- {
89
- address: 'https://andromeda-rpc.highstakes.ch',
90
- provider: 'High Stakes 🇨🇭'
91
- },
92
88
  {
93
89
  address: 'https://andromeda-rpc.genznodes.dev',
94
90
  provider: 'genznodes'
@@ -135,10 +131,6 @@ const info = {
135
131
  address: 'https://andromeda-rest.stakerhouse.com:443',
136
132
  provider: 'StakerHouse'
137
133
  },
138
- {
139
- address: 'https://andromeda-api.highstakes.ch',
140
- provider: 'High Stakes 🇨🇭'
141
- },
142
134
  {
143
135
  address: 'https://andromeda-api.genznodes.dev',
144
136
  provider: 'genznodes'
@@ -229,6 +229,7 @@ const _titan = __importStar(require("./titan"));
229
229
  const _umee = __importStar(require("./umee"));
230
230
  const _unicorn = __importStar(require("./unicorn"));
231
231
  const _unification = __importStar(require("./unification"));
232
+ const _union = __importStar(require("./union"));
232
233
  const _ununifi = __importStar(require("./ununifi"));
233
234
  const _uptick = __importStar(require("./uptick"));
234
235
  const _vector = __importStar(require("./vector"));
@@ -446,6 +447,7 @@ const assetList = [
446
447
  _umee.assetList,
447
448
  _unicorn.assetList,
448
449
  _unification.assetList,
450
+ _union.assetList,
449
451
  _ununifi.assetList,
450
452
  _uptick.assetList,
451
453
  _vector.assetList,
@@ -118,10 +118,6 @@ const info = {
118
118
  address: 'https://aura.rpc.srv.stakr.space',
119
119
  provider: 'STAKR.space'
120
120
  },
121
- {
122
- address: 'https://aura-rpc.highstakes.ch',
123
- provider: 'High Stakes 🇨🇭'
124
- },
125
121
  {
126
122
  address: 'https://aura-rpc.noders.services',
127
123
  provider: '[NODERS]TEAM'
@@ -180,10 +176,6 @@ const info = {
180
176
  address: 'https://aura.api.srv.stakr.space',
181
177
  provider: 'STAKR.space'
182
178
  },
183
- {
184
- address: 'https://aura-api.highstakes.ch',
185
- provider: 'High Stakes 🇨🇭'
186
- },
187
179
  {
188
180
  address: 'https://aura-api.noders.services',
189
181
  provider: '[NODERS]TEAM'