chain-registry 2.0.87 → 2.0.89

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 (62) hide show
  1. package/esm/mainnet/atomone/ibc-data.js +62 -0
  2. package/esm/mainnet/axelar/asset-list.js +1 -2
  3. package/esm/mainnet/axelar/ibc-data.js +31 -0
  4. package/esm/mainnet/composable/asset-list.js +1 -1
  5. package/esm/mainnet/cosmoshub/asset-list.js +50 -1
  6. package/esm/mainnet/cosmoshub/chain.js +12 -12
  7. package/esm/mainnet/dungeon/ibc-data.js +62 -0
  8. package/esm/mainnet/ethereum/asset-list.js +23 -0
  9. package/esm/mainnet/fandomchain/chain.js +1 -1
  10. package/esm/mainnet/fandomchain/ibc-data.js +3 -3
  11. package/esm/mainnet/neutron/ibc-data.js +31 -0
  12. package/esm/mainnet/oraichain/asset-list.js +1 -1
  13. package/esm/mainnet/osmosis/asset-list.js +1 -1
  14. package/esm/mainnet/osmosis/ibc-data.js +3 -3
  15. package/esm/mainnet/terra2/asset-list.js +59 -2
  16. package/esm/mainnet/zigchain/asset-list.js +9 -2
  17. package/esm/testnet/asset-lists.js +2 -0
  18. package/esm/testnet/atomonetestnet/ibc-data.js +32 -0
  19. package/esm/testnet/atomonetestnet/index.js +2 -0
  20. package/esm/testnet/axelartestnet/ibc-data.js +31 -0
  21. package/esm/testnet/babylontestnet/asset-list.js +4 -4
  22. package/esm/testnet/chains.js +2 -0
  23. package/esm/testnet/daodiseotestnet/asset-list.js +32 -0
  24. package/esm/testnet/daodiseotestnet/chain.js +267 -0
  25. package/esm/testnet/daodiseotestnet/index.js +4 -0
  26. package/esm/testnet/ibc-data.js +2 -0
  27. package/esm/testnet/zigchaintestnet/asset-list.js +32 -6
  28. package/esm/testnet/zigchaintestnet/chain.js +4 -4
  29. package/mainnet/atomone/ibc-data.js +62 -0
  30. package/mainnet/axelar/asset-list.js +1 -2
  31. package/mainnet/axelar/ibc-data.js +31 -0
  32. package/mainnet/composable/asset-list.js +1 -1
  33. package/mainnet/cosmoshub/asset-list.js +50 -1
  34. package/mainnet/cosmoshub/chain.js +12 -12
  35. package/mainnet/dungeon/ibc-data.js +62 -0
  36. package/mainnet/ethereum/asset-list.js +23 -0
  37. package/mainnet/fandomchain/chain.js +1 -1
  38. package/mainnet/fandomchain/ibc-data.js +3 -3
  39. package/mainnet/neutron/ibc-data.js +31 -0
  40. package/mainnet/oraichain/asset-list.js +1 -1
  41. package/mainnet/osmosis/asset-list.js +1 -1
  42. package/mainnet/osmosis/ibc-data.js +3 -3
  43. package/mainnet/terra2/asset-list.js +59 -2
  44. package/mainnet/zigchain/asset-list.js +9 -2
  45. package/package.json +3 -3
  46. package/testnet/asset-lists.js +2 -0
  47. package/testnet/atomonetestnet/ibc-data.d.ts +3 -0
  48. package/testnet/atomonetestnet/ibc-data.js +34 -0
  49. package/testnet/atomonetestnet/index.d.ts +1 -0
  50. package/testnet/atomonetestnet/index.js +3 -1
  51. package/testnet/axelartestnet/ibc-data.js +31 -0
  52. package/testnet/babylontestnet/asset-list.js +4 -4
  53. package/testnet/chains.js +2 -0
  54. package/testnet/daodiseotestnet/asset-list.d.ts +3 -0
  55. package/testnet/daodiseotestnet/asset-list.js +34 -0
  56. package/testnet/daodiseotestnet/chain.d.ts +3 -0
  57. package/testnet/daodiseotestnet/chain.js +269 -0
  58. package/testnet/daodiseotestnet/index.d.ts +2 -0
  59. package/testnet/daodiseotestnet/index.js +10 -0
  60. package/testnet/ibc-data.js +2 -0
  61. package/testnet/zigchaintestnet/asset-list.js +32 -6
  62. package/testnet/zigchaintestnet/chain.js +4 -4
@@ -30,7 +30,7 @@ const info = {
30
30
  exponent: 0
31
31
  }, {
32
32
  denom: 'IBC6',
33
- exponent: 18
33
+ exponent: 6
34
34
  }],
35
35
  base: 'ibc/2278567FFA6D754BDD8C159CE1770D8AF27649BFB58E5132CF530460591E479D',
36
36
  name: 'IBC Test Token 6',
@@ -67,7 +67,7 @@ const info = {
67
67
  exponent: 0
68
68
  }, {
69
69
  denom: 'IBC1',
70
- exponent: 6
70
+ exponent: 18
71
71
  }],
72
72
  base: 'ibc/241F1FFE4117C31D7DFC2A91C026F083FCEB6868C169BA5002FF0B3E17B88EDF',
73
73
  name: 'IBC Test Token 1',
@@ -104,7 +104,7 @@ const info = {
104
104
  exponent: 0
105
105
  }, {
106
106
  denom: 'IBC5',
107
- exponent: 18
107
+ exponent: 6
108
108
  }],
109
109
  base: 'ibc/3AA6631D204C192DDB757935A4C49A0E83EEEE14AC045E8A180CCB4EE08B6196',
110
110
  name: 'IBC Test Token 5',
@@ -178,7 +178,7 @@ const info = {
178
178
  exponent: 0
179
179
  }, {
180
180
  denom: 'IBC3',
181
- exponent: 6
181
+ exponent: 18
182
182
  }],
183
183
  base: 'ibc/53BE513F8FEA2E000E8522CD60383AFA431F0F655EC05A1D56B7428836F3F314',
184
184
  name: 'IBC Test Token 3',
@@ -27,6 +27,7 @@ import * as _cosmosicsprovidertestnet from './cosmosicsprovidertestnet';
27
27
  import * as _cosmwasmtestnet from './cosmwasmtestnet';
28
28
  import * as _cosstestnet from './cosstestnet';
29
29
  import * as _cudostestnet from './cudostestnet';
30
+ import * as _daodiseotestnet from './daodiseotestnet';
30
31
  import * as _deardogetestnet from './deardogetestnet';
31
32
  import * as _desmostestnet from './desmostestnet';
32
33
  import * as _dhealthtestnet from './dhealthtestnet';
@@ -165,6 +166,7 @@ const chains = [
165
166
  _cosmwasmtestnet.chain,
166
167
  _cosstestnet.chain,
167
168
  _cudostestnet.chain,
169
+ _daodiseotestnet.chain,
168
170
  _deardogetestnet.chain,
169
171
  _desmostestnet.chain,
170
172
  _dhealthtestnet.chain,
@@ -0,0 +1,32 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chainName: 'daodiseotestnet',
4
+ assets: [{
5
+ denomUnits: [{
6
+ denom: 'uodis',
7
+ exponent: 0
8
+ }, {
9
+ denom: 'ODIS',
10
+ exponent: 6
11
+ }],
12
+ base: 'uodis',
13
+ name: 'Odis',
14
+ display: 'ODIS',
15
+ symbol: 'ODIS',
16
+ logoURIs: {
17
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
18
+ },
19
+ socials: {
20
+ website: 'https://daodiseo.money',
21
+ twitter: 'https://x.com/DaoDiseoMoney'
22
+ },
23
+ images: [{
24
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg',
25
+ theme: {
26
+ circle: true
27
+ }
28
+ }],
29
+ typeAsset: 'sdk.coin'
30
+ }]
31
+ };
32
+ export default info;
@@ -0,0 +1,267 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chainName: 'daodiseotestnet',
4
+ chainType: 'cosmos',
5
+ chainId: 'ithaca-1',
6
+ prettyName: 'DAODISEO Testnet',
7
+ status: 'live',
8
+ networkType: 'testnet',
9
+ website: 'https://daodiseo.money',
10
+ bech32Prefix: 'odiseo',
11
+ daemonName: 'achillesd',
12
+ nodeHome: '.achillesd',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ fees: {
16
+ feeTokens: [{
17
+ denom: 'uodis',
18
+ fixedMinGasPrice: 0.025,
19
+ lowGasPrice: 0.01,
20
+ averageGasPrice: 0.025,
21
+ highGasPrice: 0.04
22
+ }]
23
+ },
24
+ staking: {
25
+ stakingTokens: [{
26
+ denom: 'uodis'
27
+ }]
28
+ },
29
+ apis: {
30
+ rpc: [
31
+ {
32
+ address: 'https://odiseo-testnet-rpc.polkachu.com:443',
33
+ provider: 'Polkachu'
34
+ },
35
+ {
36
+ address: 'https://rpc-testnet-daodiseo.nodeist.net:443',
37
+ provider: 'Nodeist'
38
+ },
39
+ {
40
+ address: 'https://daodiseo-testnet-rpc.stakerhouse.com',
41
+ provider: 'StakerHouse'
42
+ },
43
+ {
44
+ address: 'https://odiseo-testnet-rpc.bonynode.online',
45
+ provider: 'BonyNode'
46
+ },
47
+ {
48
+ address: 'https://odiseo_testnet_rpc.chain.whenmoonwhenlambo.money',
49
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
50
+ },
51
+ {
52
+ address: 'https://odiseo-testnet.rpc.stakevillage.net:443',
53
+ provider: 'Stake Village'
54
+ },
55
+ {
56
+ address: 'https://rpc.odiseo-testnet.irynamcc.co.uk:443 ',
57
+ provider: 'Iryna'
58
+ },
59
+ {
60
+ address: 'https://daodiseo-testnet.rpc.mrsml.fun:443',
61
+ provider: 'Mrs_ml'
62
+ },
63
+ {
64
+ address: 'https://odiseo-testnet.rpc.sbgid.com:443',
65
+ provider: 'SbGid'
66
+ },
67
+ {
68
+ address: 'https://rpc-daodiseo.dnsarz.xyz',
69
+ provider: 'dnsarz'
70
+ },
71
+ {
72
+ address: 'https://rpc-test.odiseo.vinjan.xyz',
73
+ provider: 'Vinjan.Inc'
74
+ },
75
+ {
76
+ address: 'https://rpc.odiseo-testnet.liora.fun:443',
77
+ provider: 'Monika'
78
+ },
79
+ {
80
+ address: 'https://odiseo-rpctest.codeblocklabs.com',
81
+ provider: 'CodeBlockLabs'
82
+ },
83
+ {
84
+ address: 'https://testnet-rpc.daodiseo.chaintools.tech:443',
85
+ provider: 'ChainTools'
86
+ },
87
+ {
88
+ address: 'https://rpc.odiseo-t.nodevism.com',
89
+ provider: 'Nodevism'
90
+ },
91
+ {
92
+ address: 'https://odiseo.blocksync.me/rpc',
93
+ provider: 'BlockSync'
94
+ }
95
+ ],
96
+ rest: [
97
+ {
98
+ address: 'https://odiseo-testnet-api.polkachu.com:443',
99
+ provider: 'Polkachu'
100
+ },
101
+ {
102
+ address: 'https://daodiseo-testnet-rest.stakerhouse.com',
103
+ provider: 'StakerHouse'
104
+ },
105
+ {
106
+ address: 'https://odiseo-testnet-api.bonynode.online',
107
+ provider: 'BonyNode'
108
+ },
109
+ {
110
+ address: 'https://odiseo_testnet_api.chain.whenmoonwhenlambo.money',
111
+ provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
112
+ },
113
+ {
114
+ address: 'https://odiseo-testnet.api.stakevillage.net',
115
+ provider: 'Stake Village'
116
+ },
117
+ {
118
+ address: 'https://api.odiseo-testnet.irynamcc.co.uk',
119
+ provider: 'Iryna'
120
+ },
121
+ {
122
+ address: 'https://daodiseo-testnet.api.mrsml.fun',
123
+ provider: 'Mrs_ml'
124
+ },
125
+ {
126
+ address: 'https://odiseo-testnet.api.sbgid.com',
127
+ provider: 'SbGid'
128
+ },
129
+ {
130
+ address: 'https://api-daodiseo.dnsarz.xyz',
131
+ provider: 'dnsarz'
132
+ },
133
+ {
134
+ address: 'https://api-test.odiseo.vinjan.xyz',
135
+ provider: 'Vinjan.Inc'
136
+ },
137
+ {
138
+ address: 'https://api.odiseo-testnet.liora.fun',
139
+ provider: 'Monika'
140
+ },
141
+ {
142
+ address: 'https://api.odiseo-t.nodevism.com',
143
+ provider: 'Nodevism'
144
+ },
145
+ {
146
+ address: 'https://odiseo-apitest.codeblocklabs.com',
147
+ provider: 'CodeBlockLabs'
148
+ },
149
+ {
150
+ address: 'https://testnet-api.daodiseo.chaintools.tech:443',
151
+ provider: 'ChainTools'
152
+ },
153
+ {
154
+ address: 'https://odiseo.blocksync.me/api',
155
+ provider: 'BlockSync'
156
+ }
157
+ ],
158
+ grpc: [
159
+ {
160
+ address: 'odiseo-testnet-grpc.polkachu.com:31390',
161
+ provider: 'Polkachu'
162
+ },
163
+ {
164
+ address: 'daodiseo-testnet-grpc.stakerhouse.com:443',
165
+ provider: 'StakerHouse'
166
+ },
167
+ {
168
+ address: ' grpc.odiseo-testnet.irynamcc.co.uk:443',
169
+ provider: 'Iryna'
170
+ },
171
+ {
172
+ address: 'odiseo-testnet.grpc.stakevillage.net:443',
173
+ provider: 'Stake Village'
174
+ },
175
+ {
176
+ address: 'daodiseo-testnet.grpc.mrsml.fun:443',
177
+ provider: 'Mrs_ml'
178
+ },
179
+ {
180
+ address: 'odiseo-testnet.grpc.sbgid.com:443',
181
+ provider: 'SbGid'
182
+ },
183
+ {
184
+ address: 'https://grpc.odiseo-testnet.liora.fun:443',
185
+ provider: 'Monika'
186
+ },
187
+ {
188
+ address: 'grpc-test.odiseo.vinjan.xyz:28090',
189
+ provider: 'Vinjan.Inc'
190
+ },
191
+ {
192
+ address: 'https://testnet-grpc.daodiseo.chaintools.tech:443',
193
+ provider: 'ChainTools'
194
+ },
195
+ {
196
+ address: 'https://odiseo.blocksync.me:24090',
197
+ provider: 'BlockSync'
198
+ }
199
+ ]
200
+ },
201
+ explorers: [
202
+ {
203
+ kind: 'cosmotracker',
204
+ url: 'https://testnet.cosmotracker.com/daodiseo',
205
+ txPage: 'https://testnet.cosmotracker.com/daodiseo/tx/${txHash}',
206
+ accountPage: 'https://testnet.cosmotracker.com/daodiseo/account/${accountAddress}'
207
+ },
208
+ {
209
+ kind: 'bony-explorer',
210
+ url: 'https://explorer.bonynode.online/odiseo/staking',
211
+ txPage: 'https://explorer.bonynode.online/odiseo/tx/${txHash}',
212
+ accountPage: 'https://explorer.bonynode.online/odiseo/account/${accountAddress}'
213
+ },
214
+ {
215
+ kind: 'Stake Village',
216
+ url: 'https://exp.stakevillage.net/odiseo-testnet',
217
+ txPage: 'https://exp.stakevillage.net/odiseo-testnet/txs/${txHash}',
218
+ accountPage: 'https://exp.stakevillage.net/odiseo-testnet/account/${accountAddress}'
219
+ },
220
+ {
221
+ kind: 'SbGid',
222
+ url: 'https://exp.sbgid.com/odiseo-testnet',
223
+ txPage: 'https://exp.sbgid.com/odiseo-testnet/txs/${txHash}',
224
+ accountPage: 'https://exp.sbgid.com/odiseo-testnet/account/${accountAddress}'
225
+ },
226
+ {
227
+ kind: 'dnsarz',
228
+ url: 'https://ping.dnsarz.xyz/daodiseo-testnet',
229
+ txPage: 'https://ping.dnsarz.xyz/daodiseo-testnet/txs/${txHash}',
230
+ accountPage: 'https://ping.dnsarz.xyz/daodiseo-testnet/account/${accountAddress}'
231
+ },
232
+ {
233
+ kind: 'CodeBlockLabs',
234
+ url: 'https://explorer.codeblocklabs.com/odiseo-testnet',
235
+ txPage: 'https://explorer.codeblocklabs.com/odiseo-testnet/txs/${txHash}',
236
+ accountPage: 'https://explorer.codeblocklabs.com/odiseo-testnet/account/${accountAddress}'
237
+ },
238
+ {
239
+ kind: 'Vinjan.Inc',
240
+ url: 'https://xplorer.vinjan.xyz/odiseo-testnet',
241
+ txPage: 'https://xplorer.vinjan.xyz/odiseo-testnet/txs/${txHash}',
242
+ accountPage: 'https://xplorer.vinjan.xyz/odiseo-testnet/account/${accountAddress}'
243
+ },
244
+ {
245
+ kind: 'ChainTools',
246
+ url: 'https://testnet.explorer.chaintools.tech/odiseo',
247
+ txPage: 'https://testnet.explorer.chaintools.tech/odiseo/txs/${txHash}',
248
+ accountPage: 'https://testnet.explorer.chaintools.tech/odiseo/account/${accountAddress}'
249
+ },
250
+ {
251
+ kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
252
+ url: 'https://explorer.whenmoonwhenlambo.money/odiseo-testnet',
253
+ txPage: 'https://explorer.whenmoonwhenlambo.money/odiseo-testnet/tx/${txHash}',
254
+ accountPage: 'https://explorer.whenmoonwhenlambo.money/odiseo-testnet/account/${accountAddress}'
255
+ },
256
+ {
257
+ kind: 'BlockSync Dashboard',
258
+ url: 'https://dashboard.blocksync.me/odiseo',
259
+ txPage: 'https://dashboard.blocksync.me/odiseo/tx/${txHash}',
260
+ accountPage: 'https://dashboard.blocksync.me/odiseo/account/${accountAddress}'
261
+ }
262
+ ],
263
+ logoURIs: {
264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/daodiseotestnet/images/odiseo.svg'
265
+ }
266
+ };
267
+ 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,5 +1,6 @@
1
1
  import * as _agoricdevnet from './agoricdevnet';
2
2
  import * as _archwaytestnet from './archwaytestnet';
3
+ import * as _atomonetestnet from './atomonetestnet';
3
4
  import * as _axelartestnet from './axelartestnet';
4
5
  import * as _babylontestnet from './babylontestnet';
5
6
  import * as _celestiatestnet3 from './celestiatestnet3';
@@ -50,6 +51,7 @@ import * as _zigchaintestnet from './zigchaintestnet';
50
51
  const ibcData = [
51
52
  ..._agoricdevnet.ibcData,
52
53
  ..._archwaytestnet.ibcData,
54
+ ..._atomonetestnet.ibcData,
53
55
  ..._axelartestnet.ibcData,
54
56
  ..._babylontestnet.ibcData,
55
57
  ..._celestiatestnet3.ibcData,
@@ -24,6 +24,14 @@ const info = {
24
24
  name: 'ZIG',
25
25
  display: 'zig',
26
26
  symbol: 'ZIG',
27
+ traces: [{
28
+ type: 'test-mintage',
29
+ counterparty: {
30
+ chainName: 'zigchain',
31
+ baseDenom: 'uzig'
32
+ },
33
+ provider: 'ZIGChain'
34
+ }],
27
35
  coingeckoId: 'zignaly',
28
36
  keywords: [
29
37
  'zigchain',
@@ -34,12 +42,16 @@ const info = {
34
42
  'defi'
35
43
  ],
36
44
  logoURIs: {
37
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
38
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
45
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
46
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
39
47
  },
40
48
  images: [{
41
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
42
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
49
+ imageSync: {
50
+ chainName: 'zigchain',
51
+ baseDenom: 'uzig'
52
+ },
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
43
55
  }],
44
56
  typeAsset: 'sdk.coin',
45
57
  socials: {
@@ -63,11 +75,25 @@ const info = {
63
75
  name: 'Staked Zig',
64
76
  display: 'stzig',
65
77
  symbol: 'STZIG',
78
+ traces: [{
79
+ type: 'test-mintage',
80
+ counterparty: {
81
+ chainName: 'zigchain',
82
+ baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
83
+ },
84
+ provider: 'ZIGChain'
85
+ }],
66
86
  logoURIs: {
67
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
87
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
88
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
68
89
  },
69
90
  images: [{
70
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/stzig.png'
91
+ imageSync: {
92
+ chainName: 'zigchain',
93
+ baseDenom: 'coin.zig109f7g2rzl2aqee7z6gffn8kfe9cpqx0mjkk7ethmx8m2hq4xpe9snmaam2.stzig'
94
+ },
95
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.png',
96
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/stzig.svg'
71
97
  }],
72
98
  typeAsset: 'sdk.coin',
73
99
  socials: {
@@ -11,8 +11,8 @@ const info = {
11
11
  daemonName: 'zigchaind',
12
12
  nodeHome: '$HOME/.zigchain',
13
13
  logoURIs: {
14
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
15
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
14
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
15
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
16
16
  },
17
17
  keyAlgos: ['secp256k1'],
18
18
  slip44: 118,
@@ -107,8 +107,8 @@ const info = {
107
107
  chainName: 'zigchaintestnet',
108
108
  baseDenom: 'uzig'
109
109
  },
110
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.png',
111
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/zigchaintestnet/images/zigchain.svg'
110
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
111
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
112
112
  }]
113
113
  };
114
114
  export default info;
@@ -1,6 +1,37 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [
4
+ {
5
+ $schema: '../ibc_data.schema.json',
6
+ chain1: {
7
+ chainName: 'atomone',
8
+ chainId: 'atomone-1',
9
+ clientId: '07-tendermint-38',
10
+ connectionId: 'connection-40'
11
+ },
12
+ chain2: {
13
+ chainName: 'axelar',
14
+ chainId: 'axelar-dojo-1',
15
+ clientId: '07-tendermint-258',
16
+ connectionId: 'connection-252'
17
+ },
18
+ channels: [{
19
+ chain1: {
20
+ channelId: 'channel-10',
21
+ portId: 'transfer'
22
+ },
23
+ chain2: {
24
+ channelId: 'channel-190',
25
+ portId: 'transfer'
26
+ },
27
+ ordering: 'unordered',
28
+ version: 'ics20-1',
29
+ tags: {
30
+ preferred: true,
31
+ status: 'ACTIVE'
32
+ }
33
+ }]
34
+ },
4
35
  {
5
36
  $schema: '../ibc_data.schema.json',
6
37
  chain1: {
@@ -32,6 +63,37 @@ const info = [
32
63
  }
33
64
  }]
34
65
  },
66
+ {
67
+ $schema: '../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'atomone',
70
+ chainId: 'atomone-1',
71
+ clientId: '07-tendermint-37',
72
+ connectionId: 'connection-39'
73
+ },
74
+ chain2: {
75
+ chainName: 'dungeon',
76
+ chainId: 'dungeon-1',
77
+ clientId: '07-tendermint-34',
78
+ connectionId: 'connection-8635'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-9',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-5310',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
35
97
  {
36
98
  $schema: '../ibc_data.schema.json',
37
99
  chain1: {
@@ -1684,8 +1684,7 @@ const info = {
1684
1684
  logoURIs: {
1685
1685
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
1686
1686
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
1687
- },
1688
- coingeckoId: 'zignaly'
1687
+ }
1689
1688
  }
1690
1689
  ]
1691
1690
  };
@@ -120,6 +120,37 @@ const info = [
120
120
  }
121
121
  }]
122
122
  },
123
+ {
124
+ $schema: '../ibc_data.schema.json',
125
+ chain1: {
126
+ chainName: 'atomone',
127
+ chainId: 'atomone-1',
128
+ clientId: '07-tendermint-38',
129
+ connectionId: 'connection-40'
130
+ },
131
+ chain2: {
132
+ chainName: 'axelar',
133
+ chainId: 'axelar-dojo-1',
134
+ clientId: '07-tendermint-258',
135
+ connectionId: 'connection-252'
136
+ },
137
+ channels: [{
138
+ chain1: {
139
+ channelId: 'channel-10',
140
+ portId: 'transfer'
141
+ },
142
+ chain2: {
143
+ channelId: 'channel-190',
144
+ portId: 'transfer'
145
+ },
146
+ ordering: 'unordered',
147
+ version: 'ics20-1',
148
+ tags: {
149
+ preferred: true,
150
+ status: 'ACTIVE'
151
+ }
152
+ }]
153
+ },
123
154
  {
124
155
  $schema: '../ibc_data.schema.json',
125
156
  chain1: {
@@ -614,7 +614,7 @@ const info = {
614
614
  aliases: ['wbtc-satoshi']
615
615
  }, {
616
616
  denom: 'wbtc',
617
- exponent: 18
617
+ exponent: 8
618
618
  }],
619
619
  typeAsset: 'ics20',
620
620
  base: 'ibc/1507315B0C337368B85A7EC67C3956C508E1106EBD96336B1B092F7B2815B3E5',
@@ -82,11 +82,14 @@ const info = {
82
82
  denom: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
83
83
  exponent: 0,
84
84
  aliases: ['FX']
85
+ }, {
86
+ denom: 'WFX',
87
+ exponent: 18
85
88
  }],
86
89
  typeAsset: 'ics20',
87
90
  base: 'ibc/4925E6ABA571A44D2BE0286D2D29AF42A294D0FF2BB16490149A1B26EAD33729',
88
91
  name: 'Function X',
89
- display: 'FX',
92
+ display: 'WFX',
90
93
  symbol: 'FX',
91
94
  traces: [{
92
95
  type: 'ibc',
@@ -897,6 +900,52 @@ const info = {
897
900
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
898
901
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
899
902
  }]
903
+ },
904
+ {
905
+ description: 'Tether Gold bridged via Eureka on Cosmos Hub.',
906
+ denomUnits: [
907
+ {
908
+ denom: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
909
+ exponent: 0,
910
+ aliases: ['uxaut']
911
+ },
912
+ {
913
+ denom: 'xaut',
914
+ exponent: 6
915
+ },
916
+ {
917
+ denom: 'xaut.atom',
918
+ exponent: 6
919
+ }
920
+ ],
921
+ typeAsset: 'ics20',
922
+ base: 'ibc/A96C4DBCB7E36F8D265E92240510DB0F29F39CE4AAF52DBDE686E448BA447886',
923
+ name: 'Eureka Bridged Tether Gold (ATOM)',
924
+ display: 'xaut',
925
+ symbol: 'XAUt',
926
+ traces: [{
927
+ type: 'ibc-bridge',
928
+ counterparty: {
929
+ chainName: 'ethereum',
930
+ baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
931
+ channelId: 'channel-0'
932
+ },
933
+ chain: {
934
+ channelId: '08-wasm-1369',
935
+ path: 'transfer/08-wasm-1369/0x68749665ff8d2d112fa859aa293f07a622782f38'
936
+ },
937
+ provider: 'Eureka'
938
+ }],
939
+ logoURIs: {
940
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
941
+ },
942
+ images: [{
943
+ imageSync: {
944
+ chainName: 'ethereum',
945
+ baseDenom: '0x68749665ff8d2d112fa859aa293f07a622782f38'
946
+ },
947
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
948
+ }]
900
949
  }
901
950
  ]
902
951
  };