chain-registry 2.0.73 → 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 (67) 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/cryptoorgchain/chain.js +4 -11
  4. package/esm/mainnet/echelon/asset-list.js +2 -0
  5. package/esm/mainnet/echelon/chain.js +8 -4
  6. package/esm/mainnet/ggezchain/asset-list.js +4 -8
  7. package/esm/mainnet/likecoin/chain.js +8 -4
  8. package/esm/mainnet/mun/asset-list.js +2 -4
  9. package/esm/mainnet/mun/chain.js +2 -4
  10. package/esm/mainnet/neutron/chain.js +3 -3
  11. package/esm/mainnet/shareledger/chain.js +2 -2
  12. package/esm/mainnet/stafihub/chain.js +2 -2
  13. package/esm/mainnet/terpnetwork/chain.js +2 -2
  14. package/esm/mainnet/terra/asset-list.js +40 -6
  15. package/esm/mainnet/tgrade/asset-list.js +20 -2
  16. package/esm/mainnet/tgrade/chain.js +26 -4
  17. package/esm/testnet/airchainstestnet/chain.js +4 -0
  18. package/esm/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
  19. package/esm/testnet/airchainsvaranasitestnet/chain.js +6 -2
  20. package/esm/testnet/archwaytestnet/chain.js +7 -4
  21. package/esm/testnet/intentotestnet/asset-list.js +16 -4
  22. package/esm/testnet/junotestnet/asset-list.js +8 -4
  23. package/esm/testnet/likecointestnet/chain.js +7 -4
  24. package/esm/testnet/neutrontestnet/asset-list.js +32 -8
  25. package/esm/testnet/neutrontestnet/chain.js +16 -4
  26. package/esm/testnet/nolustestnet/asset-list.js +16 -4
  27. package/esm/testnet/nolustestnet/chain.js +7 -4
  28. package/esm/testnet/osmosistestnet/asset-list.js +5 -5
  29. package/esm/testnet/osmosistestnet/chain.js +7 -2
  30. package/esm/testnet/planqtestnet/asset-list.js +16 -4
  31. package/esm/testnet/planqtestnet/chain.js +8 -4
  32. package/esm/testnet/seitestnet/asset-list.js +21 -1
  33. package/esm/testnet/seitestnet2/asset-list.js +16 -2
  34. package/esm/testnet/sourcetestnet/asset-list.js +16 -4
  35. package/mainnet/cryptoorgchain/chain.js +4 -11
  36. package/mainnet/echelon/asset-list.js +2 -0
  37. package/mainnet/echelon/chain.js +8 -4
  38. package/mainnet/ggezchain/asset-list.js +4 -8
  39. package/mainnet/likecoin/chain.js +8 -4
  40. package/mainnet/mun/asset-list.js +2 -4
  41. package/mainnet/mun/chain.js +2 -4
  42. package/mainnet/neutron/chain.js +3 -3
  43. package/mainnet/shareledger/chain.js +2 -2
  44. package/mainnet/stafihub/chain.js +2 -2
  45. package/mainnet/terpnetwork/chain.js +2 -2
  46. package/mainnet/terra/asset-list.js +40 -6
  47. package/mainnet/tgrade/asset-list.js +20 -2
  48. package/mainnet/tgrade/chain.js +26 -4
  49. package/package.json +3 -3
  50. package/testnet/airchainstestnet/chain.js +4 -0
  51. package/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
  52. package/testnet/airchainsvaranasitestnet/chain.js +6 -2
  53. package/testnet/archwaytestnet/chain.js +7 -4
  54. package/testnet/intentotestnet/asset-list.js +16 -4
  55. package/testnet/junotestnet/asset-list.js +8 -4
  56. package/testnet/likecointestnet/chain.js +7 -4
  57. package/testnet/neutrontestnet/asset-list.js +32 -8
  58. package/testnet/neutrontestnet/chain.js +16 -4
  59. package/testnet/nolustestnet/asset-list.js +16 -4
  60. package/testnet/nolustestnet/chain.js +7 -4
  61. package/testnet/osmosistestnet/asset-list.js +5 -5
  62. package/testnet/osmosistestnet/chain.js +7 -2
  63. package/testnet/planqtestnet/asset-list.js +16 -4
  64. package/testnet/planqtestnet/chain.js +8 -4
  65. package/testnet/seitestnet/asset-list.js +21 -1
  66. package/testnet/seitestnet2/asset-list.js +16 -2
  67. package/testnet/sourcetestnet/asset-list.js +16 -4
@@ -16,11 +16,25 @@ const info = {
16
16
  name: 'Sei',
17
17
  display: 'sei',
18
18
  symbol: 'SEI',
19
+ traces: [{
20
+ type: 'test-mintage',
21
+ counterparty: {
22
+ chainName: 'sei',
23
+ baseDenom: 'usei'
24
+ },
25
+ provider: 'Sei'
26
+ }],
19
27
  logoURIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
28
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
29
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
21
30
  },
22
31
  images: [{
23
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
32
+ imageSync: {
33
+ chainName: 'sei',
34
+ baseDenom: 'usei'
35
+ },
36
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
37
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
24
38
  }],
25
39
  typeAsset: 'sdk.coin'
26
40
  }]
@@ -14,11 +14,25 @@ const info = {
14
14
  name: 'Sei',
15
15
  display: 'sei',
16
16
  symbol: 'SEI',
17
+ traces: [{
18
+ type: 'test-mintage',
19
+ counterparty: {
20
+ chainName: 'sei',
21
+ baseDenom: 'usei'
22
+ },
23
+ provider: 'Sei'
24
+ }],
17
25
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
19
28
  },
20
29
  images: [{
21
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/seidevnet3/images/sei.png'
30
+ imageSync: {
31
+ chainName: 'sei',
32
+ baseDenom: 'usei'
33
+ },
34
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
35
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
22
36
  }],
23
37
  typeAsset: 'sdk.coin'
24
38
  }]
@@ -162,17 +162,10 @@ const info = {
162
162
  txPage: 'https://ping.pub/crypto-com-chain/tx/${txHash}'
163
163
  }
164
164
  ],
165
- images: [
166
- {
165
+ images: [{
167
166
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/cronos.png'
168
- },
169
- {
170
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cryptoorgchain/images/Cronos_POS_Chain_Colour.svg'
171
- },
172
- {
173
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png',
174
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cro.svg'
175
- }
176
- ]
167
+ }, {
168
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png'
169
+ }]
177
170
  };
178
171
  export default info;
@@ -15,9 +15,11 @@ const info = {
15
15
  display: 'echelon',
16
16
  symbol: 'ECH',
17
17
  logoURIs: {
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
18
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
19
20
  },
20
21
  images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
21
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
22
24
  }],
23
25
  typeAsset: 'sdk.coin'
@@ -38,8 +38,8 @@ const info = {
38
38
  }
39
39
  },
40
40
  logoURIs: {
41
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png',
42
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg'
41
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
42
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
43
43
  },
44
44
  apis: {
45
45
  rpc: [{
@@ -89,8 +89,12 @@ const info = {
89
89
  }
90
90
  ],
91
91
  images: [{
92
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/logo.png',
93
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/echelon.svg'
92
+ imageSync: {
93
+ chainName: 'echelon',
94
+ baseDenom: 'aechelon'
95
+ },
96
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.png',
97
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/echelon/images/ech.svg'
94
98
  }]
95
99
  };
96
100
  export default info;
@@ -23,12 +23,10 @@ const info = {
23
23
  symbol: 'GGEZ1',
24
24
  coingeckoId: 'ggez1',
25
25
  logoURIs: {
26
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png',
27
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
28
27
  },
29
28
  images: [{
30
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png',
31
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.svg'
29
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
32
30
  }],
33
31
  socials: {
34
32
  website: 'https://ggez.one',
@@ -57,12 +55,10 @@ const info = {
57
55
  display: 'uggz',
58
56
  symbol: 'GGZ',
59
57
  images: [{
60
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png',
61
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
62
59
  }],
63
60
  logoURIs: {
64
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png',
65
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.svg'
61
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggz.png'
66
62
  },
67
63
  socials: {
68
64
  website: 'https://ggez.one',
@@ -169,8 +169,8 @@ const info = {
169
169
  }
170
170
  ],
171
171
  logoURIs: {
172
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png',
173
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg'
172
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
173
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
174
174
  },
175
175
  keywords: [
176
176
  'ebook',
@@ -182,8 +182,12 @@ const info = {
182
182
  'nft'
183
183
  ],
184
184
  images: [{
185
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.png',
186
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/likecoin-chain-logo.svg'
185
+ imageSync: {
186
+ chainName: 'likecoin',
187
+ baseDenom: 'nanolike'
188
+ },
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
190
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
187
191
  }]
188
192
  };
189
193
  export default info;
@@ -15,12 +15,10 @@ const info = {
15
15
  display: 'mun',
16
16
  symbol: 'MUN',
17
17
  logoURIs: {
18
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
19
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
20
19
  },
21
20
  images: [{
22
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
23
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
24
22
  }],
25
23
  typeAsset: 'sdk.coin'
26
24
  }]
@@ -32,8 +32,7 @@ const info = {
32
32
  }
33
33
  },
34
34
  logoURIs: {
35
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
36
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
37
36
  },
38
37
  apis: {
39
38
  rpc: [
@@ -92,8 +91,7 @@ const info = {
92
91
  }
93
92
  ],
94
93
  images: [{
95
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png',
96
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
94
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
97
95
  }]
98
96
  };
99
97
  export default info;
@@ -271,10 +271,10 @@ const info = {
271
271
  circle: false
272
272
  }
273
273
  }, {
274
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
275
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
274
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
275
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg',
276
276
  theme: {
277
- circle: true
277
+ circle: false
278
278
  }
279
279
  }]
280
280
  };
@@ -82,12 +82,12 @@ const info = {
82
82
  accountPage: 'https://staking-explorer.com/account.php?chain=shareledger&addr=${accountAddress}'
83
83
  }],
84
84
  logoURIs: {
85
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png',
85
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
86
86
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
87
87
  },
88
88
  keywords: ['id'],
89
89
  images: [{
90
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/chain-logo.png',
90
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
91
91
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
92
92
  }]
93
93
  };
@@ -131,11 +131,11 @@ const info = {
131
131
  }
132
132
  ],
133
133
  logoURIs: {
134
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png'
134
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
135
135
  },
136
136
  keywords: ['liquid staking'],
137
137
  images: [{
138
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub-chain-logo.png'
138
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
139
139
  }]
140
140
  };
141
141
  export default info;
@@ -43,7 +43,7 @@ const info = {
43
43
  }]
44
44
  },
45
45
  logoURIs: {
46
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png'
46
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
47
47
  },
48
48
  apis: {
49
49
  rpc: [
@@ -120,7 +120,7 @@ const info = {
120
120
  }
121
121
  ],
122
122
  images: [{
123
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/logo.png'
123
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
124
124
  }]
125
125
  };
126
126
  export default info;
@@ -1640,11 +1640,21 @@ const info = {
1640
1640
  name: 'Chainlink (Portal)',
1641
1641
  display: 'link',
1642
1642
  symbol: 'LINK',
1643
+ traces: [{
1644
+ type: 'bridge',
1645
+ counterparty: {
1646
+ chainName: 'ethereum',
1647
+ baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
1648
+ },
1649
+ provider: 'Portal'
1650
+ }],
1643
1651
  logoURIs: {
1644
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
1652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
1653
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
1645
1654
  },
1646
1655
  images: [{
1647
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
1656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
1657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
1648
1658
  }]
1649
1659
  },
1650
1660
  {
@@ -2856,11 +2866,25 @@ const info = {
2856
2866
  name: 'Paxos Gold (Portal)',
2857
2867
  display: 'paxg',
2858
2868
  symbol: 'PAXG',
2869
+ traces: [{
2870
+ type: 'bridge',
2871
+ counterparty: {
2872
+ chainName: 'ethereum',
2873
+ baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
2874
+ },
2875
+ provider: 'Portal'
2876
+ }],
2859
2877
  logoURIs: {
2860
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
2878
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
2879
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
2861
2880
  },
2862
2881
  images: [{
2863
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/paxg.png'
2882
+ imageSync: {
2883
+ chainName: 'ethereum',
2884
+ baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
2885
+ },
2886
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
2887
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
2864
2888
  }]
2865
2889
  },
2866
2890
  {
@@ -2898,11 +2922,21 @@ const info = {
2898
2922
  name: 'ChainLink Token',
2899
2923
  display: 'link',
2900
2924
  symbol: 'LINK',
2925
+ traces: [{
2926
+ type: 'synthetic',
2927
+ counterparty: {
2928
+ chainName: 'ethereum',
2929
+ baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
2930
+ },
2931
+ provider: 'Unknown'
2932
+ }],
2901
2933
  logoURIs: {
2902
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
2934
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
2935
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
2903
2936
  },
2904
2937
  images: [{
2905
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/link.png'
2938
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
2939
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
2906
2940
  }]
2907
2941
  },
2908
2942
  {
@@ -18,10 +18,28 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
20
20
  },
21
- images: [{
21
+ images: [
22
+ {
22
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
23
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
24
- }],
25
+ },
26
+ {
27
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
28
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
29
+ },
30
+ {
31
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
32
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
33
+ },
34
+ {
35
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
36
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
37
+ },
38
+ {
39
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
40
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
41
+ }
42
+ ],
25
43
  typeAsset: 'sdk.coin'
26
44
  }]
27
45
  };
@@ -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;
@@ -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;