chain-registry 2.0.72 → 2.0.74

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 (104) hide show
  1. package/devnet/seidevnet3/asset-list.js +16 -2
  2. package/esm/devnet/seidevnet3/asset-list.js +16 -2
  3. package/esm/mainnet/asset-lists.js +2 -0
  4. package/esm/mainnet/axelar/asset-list.js +32 -0
  5. package/esm/mainnet/axelar/ibc-data.js +29 -0
  6. package/esm/mainnet/chains.js +2 -0
  7. package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
  8. package/esm/mainnet/cryptoorgchain/chain.js +4 -11
  9. package/esm/mainnet/echelon/asset-list.js +2 -0
  10. package/esm/mainnet/echelon/chain.js +8 -4
  11. package/esm/mainnet/ethereum/asset-list.js +24 -0
  12. package/esm/mainnet/ggezchain/asset-list.js +4 -8
  13. package/esm/mainnet/ibc-data.js +3 -1
  14. package/esm/mainnet/likecoin/chain.js +8 -4
  15. package/esm/mainnet/mun/asset-list.js +2 -4
  16. package/esm/mainnet/mun/chain.js +2 -4
  17. package/esm/mainnet/neutron/chain.js +3 -3
  18. package/esm/mainnet/noble/ibc-data.js +29 -0
  19. package/esm/mainnet/shareledger/chain.js +2 -2
  20. package/esm/mainnet/stafihub/chain.js +2 -2
  21. package/esm/mainnet/terpnetwork/chain.js +2 -2
  22. package/esm/mainnet/terra/asset-list.js +40 -6
  23. package/esm/mainnet/tgrade/asset-list.js +20 -2
  24. package/esm/mainnet/tgrade/chain.js +26 -4
  25. package/esm/mainnet/union/chain.js +8 -0
  26. package/esm/mainnet/wardenprotocol/asset-list.js +34 -0
  27. package/esm/mainnet/wardenprotocol/chain.js +82 -0
  28. package/esm/mainnet/wardenprotocol/index.js +4 -0
  29. package/esm/mainnet/zigchain/asset-list.js +150 -3
  30. package/esm/mainnet/zigchain/chain.js +1 -1
  31. package/esm/mainnet/zigchain/ibc-data.js +90 -0
  32. package/esm/mainnet/zigchain/index.js +2 -0
  33. package/esm/testnet/airchainstestnet/chain.js +4 -0
  34. package/esm/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
  35. package/esm/testnet/airchainsvaranasitestnet/chain.js +6 -2
  36. package/esm/testnet/archwaytestnet/chain.js +7 -4
  37. package/esm/testnet/intentotestnet/asset-list.js +16 -4
  38. package/esm/testnet/junotestnet/asset-list.js +8 -4
  39. package/esm/testnet/likecointestnet/chain.js +7 -4
  40. package/esm/testnet/neutrontestnet/asset-list.js +32 -8
  41. package/esm/testnet/neutrontestnet/chain.js +16 -4
  42. package/esm/testnet/nolustestnet/asset-list.js +16 -4
  43. package/esm/testnet/nolustestnet/chain.js +7 -4
  44. package/esm/testnet/osmosistestnet/asset-list.js +5 -5
  45. package/esm/testnet/osmosistestnet/chain.js +7 -2
  46. package/esm/testnet/planqtestnet/asset-list.js +16 -4
  47. package/esm/testnet/planqtestnet/chain.js +8 -4
  48. package/esm/testnet/seitestnet/asset-list.js +21 -1
  49. package/esm/testnet/seitestnet2/asset-list.js +16 -2
  50. package/esm/testnet/sourcetestnet/asset-list.js +16 -4
  51. package/mainnet/asset-lists.js +2 -0
  52. package/mainnet/axelar/asset-list.js +32 -0
  53. package/mainnet/axelar/ibc-data.js +29 -0
  54. package/mainnet/chains.js +2 -0
  55. package/mainnet/cosmoshub/ibc-data.js +29 -0
  56. package/mainnet/cryptoorgchain/chain.js +4 -11
  57. package/mainnet/echelon/asset-list.js +2 -0
  58. package/mainnet/echelon/chain.js +8 -4
  59. package/mainnet/ethereum/asset-list.js +24 -0
  60. package/mainnet/ggezchain/asset-list.js +4 -8
  61. package/mainnet/ibc-data.js +3 -1
  62. package/mainnet/likecoin/chain.js +8 -4
  63. package/mainnet/mun/asset-list.js +2 -4
  64. package/mainnet/mun/chain.js +2 -4
  65. package/mainnet/neutron/chain.js +3 -3
  66. package/mainnet/noble/ibc-data.js +29 -0
  67. package/mainnet/shareledger/chain.js +2 -2
  68. package/mainnet/stafihub/chain.js +2 -2
  69. package/mainnet/terpnetwork/chain.js +2 -2
  70. package/mainnet/terra/asset-list.js +40 -6
  71. package/mainnet/tgrade/asset-list.js +20 -2
  72. package/mainnet/tgrade/chain.js +26 -4
  73. package/mainnet/union/chain.js +8 -0
  74. package/mainnet/wardenprotocol/asset-list.d.ts +3 -0
  75. package/mainnet/wardenprotocol/asset-list.js +36 -0
  76. package/mainnet/wardenprotocol/chain.d.ts +3 -0
  77. package/mainnet/wardenprotocol/chain.js +84 -0
  78. package/mainnet/wardenprotocol/index.d.ts +2 -0
  79. package/mainnet/wardenprotocol/index.js +10 -0
  80. package/mainnet/zigchain/asset-list.js +150 -3
  81. package/mainnet/zigchain/chain.js +1 -1
  82. package/mainnet/zigchain/ibc-data.d.ts +3 -0
  83. package/mainnet/zigchain/ibc-data.js +92 -0
  84. package/mainnet/zigchain/index.d.ts +1 -0
  85. package/mainnet/zigchain/index.js +3 -1
  86. package/package.json +3 -3
  87. package/testnet/airchainstestnet/chain.js +4 -0
  88. package/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
  89. package/testnet/airchainsvaranasitestnet/chain.js +6 -2
  90. package/testnet/archwaytestnet/chain.js +7 -4
  91. package/testnet/intentotestnet/asset-list.js +16 -4
  92. package/testnet/junotestnet/asset-list.js +8 -4
  93. package/testnet/likecointestnet/chain.js +7 -4
  94. package/testnet/neutrontestnet/asset-list.js +32 -8
  95. package/testnet/neutrontestnet/chain.js +16 -4
  96. package/testnet/nolustestnet/asset-list.js +16 -4
  97. package/testnet/nolustestnet/chain.js +7 -4
  98. package/testnet/osmosistestnet/asset-list.js +5 -5
  99. package/testnet/osmosistestnet/chain.js +7 -2
  100. package/testnet/planqtestnet/asset-list.js +16 -4
  101. package/testnet/planqtestnet/chain.js +8 -4
  102. package/testnet/seitestnet/asset-list.js +21 -1
  103. package/testnet/seitestnet2/asset-list.js +16 -2
  104. package/testnet/sourcetestnet/asset-list.js +16 -4
@@ -61,12 +61,34 @@ const info = {
61
61
  accountPage: 'https://tgrade.aneka.io/accounts/${accountAddress}'
62
62
  }],
63
63
  logoURIs: {
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png',
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
65
65
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
66
66
  },
67
- images: [{
68
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-logo-gradient_h.png',
67
+ images: [
68
+ {
69
+ imageSync: {
70
+ chainName: 'tgrade',
71
+ baseDenom: 'utgd'
72
+ },
73
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
69
74
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
70
- }]
75
+ },
76
+ {
77
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
78
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
79
+ },
80
+ {
81
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
82
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
83
+ },
84
+ {
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
86
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
87
+ },
88
+ {
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
90
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
91
+ }
92
+ ]
71
93
  };
72
94
  export default info;
@@ -84,6 +84,10 @@ const info = {
84
84
  {
85
85
  address: 'https://m-union-rpc.ruangnode.com:443',
86
86
  provider: 'ruangnode'
87
+ },
88
+ {
89
+ address: 'https://union-rpc.highstakes.ch',
90
+ provider: 'High Stakes 🇨🇭'
87
91
  }
88
92
  ],
89
93
  rest: [
@@ -114,6 +118,10 @@ const info = {
114
118
  {
115
119
  address: 'https://m-union-api.ruangnode.com:443',
116
120
  provider: 'ruangnode'
121
+ },
122
+ {
123
+ address: 'https://union-api.highstakes.ch',
124
+ provider: 'High Stakes 🇨🇭'
117
125
  }
118
126
  ],
119
127
  grpc: [
@@ -0,0 +1,34 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'wardenprotocol',
4
+ assets: [{
5
+ description: 'Warden is the Global Agent Network—an open platform that gives AI Agents identity, trust, payments, and instant access to millions of users.',
6
+ extendedDescription: 'Warden is building the Global Agent Network, the foundation of the Agent economy. Through its full-stack platform—Warden Studio, Warden Chain, and Warden Agent Hub—developers can create and deploy AI Agents with onchain identity, trust, and monetization, while users access them through Warden, the \'Everything App\' for crypto.',
7
+ denomUnits: [{
8
+ denom: 'award',
9
+ exponent: 0
10
+ }, {
11
+ denom: 'ward',
12
+ exponent: 18
13
+ }],
14
+ base: 'award',
15
+ name: 'Warden',
16
+ display: 'ward',
17
+ symbol: 'WARD',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
21
+ },
22
+ coingeckoId: 'warden-2',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
26
+ }],
27
+ socials: {
28
+ website: 'https://wardenprotocol.org/',
29
+ twitter: 'https://twitter.com/wardenprotocol'
30
+ },
31
+ typeAsset: 'sdk.coin'
32
+ }]
33
+ };
34
+ export default info;
@@ -0,0 +1,82 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'wardenprotocol',
4
+ status: 'live',
5
+ networkType: 'mainnet',
6
+ website: 'https://wardenprotocol.org/',
7
+ prettyName: 'Warden',
8
+ chainType: 'cosmos',
9
+ chainId: 'warden_8765-1',
10
+ bech32Prefix: 'warden',
11
+ daemonName: 'wardend',
12
+ nodeHome: '$HOME/.warden',
13
+ keyAlgos: ['ethsecp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'award',
18
+ fixedMinGasPrice: 140000000000,
19
+ lowGasPrice: 196000000000,
20
+ averageGasPrice: 225400000000,
21
+ highGasPrice: 254800000000
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'award'
27
+ }],
28
+ lockDuration: {
29
+ time: '1209600s'
30
+ }
31
+ },
32
+ codebase: {
33
+ gitRepo: 'https://github.com/warden-protocol/wardenprotocol',
34
+ recommendedVersion: 'v0.7.0',
35
+ compatibleVersions: ['v0.7.0'],
36
+ binaries: {
37
+ "linux/amd64": 'https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.0/wardend-v0.7.0-linux-amd64',
38
+ "linux/arm64": 'https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.0/wardend-v0.7.0-linux-arm64'
39
+ },
40
+ consensus: {
41
+ type: 'cometbft',
42
+ version: 'v0.38.18'
43
+ },
44
+ genesis: {
45
+ genesisUrl: 'https://github.com/warden-protocol/networks/raw/main/mainnet/genesis.json'
46
+ },
47
+ sdk: {
48
+ type: 'cosmos',
49
+ version: 'v0.53.4'
50
+ }
51
+ },
52
+ logoURIs: {
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
55
+ },
56
+ description: 'Warden is building the Global Agent Network, the foundation of the Agent economy. Through its full-stack platform—Warden Studio, Warden Chain, and Warden Agent Hub—developers can create and deploy AI Agents with onchain identity, trust, and monetization, while users access them through Warden, the \'Everything App\' for crypto.',
57
+ apis: {
58
+ rpc: [{
59
+ address: 'https://rpc.wardenprotocol.org',
60
+ provider: 'Warden Labs'
61
+ }],
62
+ rest: [{
63
+ address: 'https://api.wardenprotocol.org',
64
+ provider: 'Warden Labs'
65
+ }],
66
+ grpc: [{
67
+ address: 'https://grpc.wardenprotocol.org',
68
+ provider: 'Warden Labs'
69
+ }]
70
+ },
71
+ explorers: [{
72
+ kind: 'Warden Labs',
73
+ url: 'https://explorer.wardenprotocol.org/',
74
+ txPage: 'https://explorer.wardenprotocol.org/tx/${txHash}',
75
+ accountPage: 'https://explorer.wardenprotocol.org/address/${accountAddress}'
76
+ }],
77
+ images: [{
78
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
79
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
80
+ }]
81
+ };
82
+ export default info;
@@ -0,0 +1,4 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ export const assetList = _assetList;
4
+ export const chain = _chain;
@@ -1,7 +1,8 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chainName: 'zigchain',
4
- assets: [{
4
+ assets: [
5
+ {
5
6
  description: 'The native token of ZIGChain',
6
7
  extendedDescription: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
7
8
  denomUnits: [
@@ -47,7 +48,8 @@ const info = {
47
48
  discord: 'https://discord.zignaly.com',
48
49
  medium: 'https://medium.com/zignaly'
49
50
  }
50
- }, {
51
+ },
52
+ {
51
53
  description: 'Staked Zig Token by Valdora Finance - Decentralized staking with stZIG',
52
54
  denomUnits: [{
53
55
  denom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig',
@@ -75,6 +77,151 @@ const info = {
75
77
  telegram: 'https://t.me/ValdoraWarriors',
76
78
  discord: 'http://discord.gg/valdora'
77
79
  }
78
- }]
80
+ },
81
+ {
82
+ description: 'Noble USDC on ZIGChain',
83
+ denomUnits: [{
84
+ denom: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
85
+ exponent: 0,
86
+ aliases: ['microusdc', 'uusdc']
87
+ }, {
88
+ denom: 'usdc',
89
+ exponent: 6
90
+ }],
91
+ typeAsset: 'ics20',
92
+ base: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
93
+ name: 'Noble USDC',
94
+ display: 'usdc',
95
+ symbol: 'USDC',
96
+ traces: [
97
+ {
98
+ type: 'synthetic',
99
+ counterparty: {
100
+ chainName: 'forex',
101
+ baseDenom: 'USD'
102
+ },
103
+ provider: 'Circle'
104
+ },
105
+ {
106
+ type: 'additional-mintage',
107
+ counterparty: {
108
+ chainName: 'ethereum',
109
+ baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
110
+ },
111
+ provider: 'Circle'
112
+ },
113
+ {
114
+ type: 'ibc',
115
+ counterparty: {
116
+ chainName: 'noble',
117
+ baseDenom: 'uusdc',
118
+ channelId: 'channel-175'
119
+ },
120
+ chain: {
121
+ channelId: 'channel-3',
122
+ path: 'transfer/channel-3/uusdc'
123
+ }
124
+ }
125
+ ],
126
+ logoURIs: {
127
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
129
+ },
130
+ images: [{
131
+ imageSync: {
132
+ chainName: 'noble',
133
+ baseDenom: 'uusdc'
134
+ },
135
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
136
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
137
+ theme: {
138
+ circle: true
139
+ }
140
+ }],
141
+ coingeckoId: 'usd-coin'
142
+ },
143
+ {
144
+ description: 'Cosmos Hub Atom on ZIGChain',
145
+ denomUnits: [{
146
+ denom: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
147
+ exponent: 0,
148
+ aliases: ['uatom']
149
+ }, {
150
+ denom: 'atom',
151
+ exponent: 6
152
+ }],
153
+ typeAsset: 'ics20',
154
+ base: 'ibc/EF48E6B1A1A19F47ECAEA62F5670C37C0580E86A9E88498B7E393EB6F49F33C0',
155
+ name: 'Cosmos Hub Atom',
156
+ display: 'atom',
157
+ symbol: 'ATOM',
158
+ traces: [{
159
+ type: 'ibc',
160
+ counterparty: {
161
+ chainName: 'cosmoshub',
162
+ baseDenom: 'uatom',
163
+ channelId: 'channel-1555'
164
+ },
165
+ chain: {
166
+ channelId: 'channel-4',
167
+ path: 'transfer/channel-4/uatom'
168
+ }
169
+ }],
170
+ logoURIs: {
171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
172
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
173
+ },
174
+ images: [{
175
+ imageSync: {
176
+ chainName: 'cosmoshub',
177
+ baseDenom: 'uatom'
178
+ },
179
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
181
+ }],
182
+ coingeckoId: 'cosmos'
183
+ },
184
+ {
185
+ description: 'ZIG bridged via Axelar on ZIGChain',
186
+ denomUnits: [{
187
+ denom: 'ibc/9BEE293E6559ED860CC702685996F394D4991D6DFFD60A19ABC3723E6F34788A',
188
+ exponent: 0,
189
+ aliases: ['weizig.axl']
190
+ }, {
191
+ denom: 'zig.axl',
192
+ exponent: 18
193
+ }],
194
+ typeAsset: 'ics20',
195
+ base: 'ibc/9BEE293E6559ED860CC702685996F394D4991D6DFFD60A19ABC3723E6F34788A',
196
+ name: 'ZIG (Axelar)',
197
+ display: 'zig.axl',
198
+ symbol: 'ZIG.axl',
199
+ traces: [{
200
+ type: 'ibc',
201
+ counterparty: {
202
+ chainName: 'axelar',
203
+ baseDenom: 'unit-zig',
204
+ channelId: 'channel-182'
205
+ },
206
+ chain: {
207
+ channelId: 'channel-1',
208
+ path: 'transfer/channel-1/unit-zig'
209
+ }
210
+ }],
211
+ logoURIs: {
212
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
213
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
214
+ },
215
+ images: [{
216
+ imageSync: {
217
+ chainName: 'zigchain',
218
+ baseDenom: 'uzig'
219
+ },
220
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
221
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
222
+ }],
223
+ coingeckoId: 'zignaly'
224
+ }
225
+ ]
79
226
  };
80
227
  export default info;
@@ -9,7 +9,7 @@ const info = {
9
9
  chainId: 'zigchain-1',
10
10
  bech32Prefix: 'zig',
11
11
  daemonName: 'zigchaind',
12
- nodeHome: '$HOME/.zigchaind',
12
+ nodeHome: '$HOME/.zigchain',
13
13
  keyAlgos: ['secp256k1'],
14
14
  slip44: 118,
15
15
  description: 'ZIGChain (ZIG) is a Layer 1 blockchain focused on unlocking financial opportunities for everyone - regardless of their income, location, or level of knowledge.',
@@ -0,0 +1,90 @@
1
+ const info = [
2
+ {
3
+ $schema: '../ibc_data.schema.json',
4
+ chain1: {
5
+ chainName: 'axelar',
6
+ clientId: '07-tendermint-251',
7
+ connectionId: 'connection-242'
8
+ },
9
+ chain2: {
10
+ chainName: 'zigchain',
11
+ clientId: '07-tendermint-1',
12
+ connectionId: 'connection-1'
13
+ },
14
+ channels: [{
15
+ chain1: {
16
+ channelId: 'channel-182',
17
+ portId: 'transfer'
18
+ },
19
+ chain2: {
20
+ channelId: 'channel-1',
21
+ portId: 'transfer'
22
+ },
23
+ ordering: 'unordered',
24
+ version: 'ics20-1',
25
+ tags: {
26
+ status: 'live',
27
+ preferred: true
28
+ }
29
+ }]
30
+ },
31
+ {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'cosmoshub',
35
+ clientId: '07-tendermint-1439',
36
+ connectionId: 'connection-1177'
37
+ },
38
+ chain2: {
39
+ chainName: 'zigchain',
40
+ clientId: '07-tendermint-4',
41
+ connectionId: 'connection-4'
42
+ },
43
+ channels: [{
44
+ chain1: {
45
+ channelId: 'channel-1555',
46
+ portId: 'transfer'
47
+ },
48
+ chain2: {
49
+ channelId: 'channel-4',
50
+ portId: 'transfer'
51
+ },
52
+ ordering: 'unordered',
53
+ version: 'ics20-1',
54
+ tags: {
55
+ status: 'live',
56
+ preferred: true
57
+ }
58
+ }]
59
+ },
60
+ {
61
+ $schema: '../ibc_data.schema.json',
62
+ chain1: {
63
+ chainName: 'noble',
64
+ clientId: '07-tendermint-184',
65
+ connectionId: 'connection-179'
66
+ },
67
+ chain2: {
68
+ chainName: 'zigchain',
69
+ clientId: '07-tendermint-3',
70
+ connectionId: 'connection-3'
71
+ },
72
+ channels: [{
73
+ chain1: {
74
+ channelId: 'channel-175',
75
+ portId: 'transfer'
76
+ },
77
+ chain2: {
78
+ channelId: 'channel-3',
79
+ portId: 'transfer'
80
+ },
81
+ ordering: 'unordered',
82
+ version: 'ics20-1',
83
+ tags: {
84
+ status: 'live',
85
+ preferred: true
86
+ }
87
+ }]
88
+ }
89
+ ];
90
+ 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;
@@ -39,6 +39,10 @@ const info = {
39
39
  compatibleVersions: ['v0.1.0']
40
40
  },
41
41
  images: [{
42
+ imageSync: {
43
+ chainName: 'airchainstestnet',
44
+ baseDenom: 'amf'
45
+ },
42
46
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
43
47
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
44
48
  }],
@@ -14,9 +14,21 @@ const info = {
14
14
  name: 'Airchains',
15
15
  display: 'AMF',
16
16
  symbol: 'AMF',
17
+ traces: [{
18
+ type: 'additional-mintage',
19
+ counterparty: {
20
+ chainName: 'airchainstestnet',
21
+ baseDenom: 'amf'
22
+ },
23
+ provider: 'Airchains'
24
+ }],
17
25
  images: [{
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainsvaranasitestnet/images/airchains-logo.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainsvaranasitestnet/images/airchains-logo.svg'
26
+ imageSync: {
27
+ chainName: 'airchainstestnet',
28
+ baseDenom: 'amf'
29
+ },
30
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
31
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
20
32
  }],
21
33
  typeAsset: 'sdk.coin'
22
34
  }]
@@ -39,8 +39,12 @@ const info = {
39
39
  compatibleVersions: ['v0.3.1']
40
40
  },
41
41
  images: [{
42
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainsvaranasitestnet/images/airchains-logo.png',
43
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainsvaranasitestnet/images/airchains-logo.svg'
42
+ imageSync: {
43
+ chainName: 'airchainstestnet',
44
+ baseDenom: 'amf'
45
+ },
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.png',
47
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/airchainstestnet/images/airchains-logo.svg'
44
48
  }],
45
49
  description: 'Airchains',
46
50
  apis: {
@@ -29,8 +29,8 @@ const info = {
29
29
  gitRepo: 'https://github.com/archway-network/archway'
30
30
  },
31
31
  logoURIs: {
32
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg'
32
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
33
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
34
34
  },
35
35
  apis: {
36
36
  rpc: [{
@@ -51,8 +51,11 @@ const info = {
51
51
  txPage: 'https://testnet.archway.explorers.guru/transaction/${txHash}'
52
52
  }],
53
53
  images: [{
54
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.png',
55
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/archwaytestnet/images/ArchwayBrandmark.svg'
54
+ imageSync: {
55
+ chainName: 'archway'
56
+ },
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
58
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
56
59
  }]
57
60
  };
58
61
  export default info;
@@ -14,13 +14,25 @@ const info = {
14
14
  name: 'Intento',
15
15
  display: 'into',
16
16
  symbol: 'INTO',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chainName: 'intento',
21
+ baseDenom: 'uinto'
22
+ },
23
+ provider: 'Intento'
24
+ }],
17
25
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/intentotestnet/images/into.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/intentotestnet/images/into.svg'
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
20
28
  },
21
29
  images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/intentotestnet/images/into.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/intentotestnet/images/into.svg'
30
+ imageSync: {
31
+ chainName: 'intento',
32
+ baseDenom: 'uinto'
33
+ },
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
35
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
24
36
  }],
25
37
  typeAsset: 'sdk.coin'
26
38
  }]
@@ -24,13 +24,17 @@ const info = {
24
24
  provider: 'Juno'
25
25
  }],
26
26
  logoURIs: {
27
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
28
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
29
29
  },
30
30
  coingeckoId: 'juno-network',
31
31
  images: [{
32
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
33
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
32
+ imageSync: {
33
+ chainName: 'juno',
34
+ baseDenom: 'ujuno'
35
+ },
36
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
37
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
34
38
  }],
35
39
  typeAsset: 'sdk.coin'
36
40
  },
@@ -83,13 +83,16 @@ const info = {
83
83
  url: 'https://likecoin-public-testnet-5.netlify.app/'
84
84
  }],
85
85
  logoURIs: {
86
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png',
87
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg'
86
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
87
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
88
88
  },
89
89
  keywords: [],
90
90
  images: [{
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png',
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg'
91
+ imageSync: {
92
+ chainName: 'likecoin'
93
+ },
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
95
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
93
96
  }]
94
97
  };
95
98
  export default info;