@chain-registry/assets 1.70.221 → 1.70.223

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 (39) hide show
  1. package/esm/mainnet/babylon.js +86 -0
  2. package/esm/mainnet/dungeon.js +314 -0
  3. package/esm/mainnet/elys.js +434 -0
  4. package/esm/mainnet/kopi.js +254 -0
  5. package/esm/mainnet/milkyway.js +76 -0
  6. package/esm/mainnet/noble.js +82 -0
  7. package/esm/testnet/agoricdevnet.js +478 -0
  8. package/esm/testnet/assets.js +4 -1
  9. package/esm/testnet/axelartestnet.js +164 -0
  10. package/esm/testnet/cosmosicsprovidertestnet.js +164 -0
  11. package/esm/testnet/elystestnet.js +164 -0
  12. package/esm/testnet/index.js +3 -0
  13. package/esm/testnet/int3facetestnet.js +5 -0
  14. package/esm/testnet/neutrontestnet.js +164 -0
  15. package/esm/testnet/nobletestnet.js +164 -0
  16. package/esm/testnet/osmosistestnet.js +244 -0
  17. package/esm/testnet/stridetestnet.js +170 -0
  18. package/mainnet/babylon.js +86 -0
  19. package/mainnet/dungeon.js +314 -0
  20. package/mainnet/elys.js +434 -0
  21. package/mainnet/kopi.js +254 -0
  22. package/mainnet/milkyway.js +76 -0
  23. package/mainnet/noble.js +82 -0
  24. package/package.json +5 -5
  25. package/testnet/agoricdevnet.d.ts +3 -0
  26. package/testnet/agoricdevnet.js +480 -0
  27. package/testnet/assets.js +4 -1
  28. package/testnet/axelartestnet.js +164 -0
  29. package/testnet/cosmosicsprovidertestnet.js +164 -0
  30. package/testnet/elystestnet.js +164 -0
  31. package/testnet/index.d.ts +3 -0
  32. package/testnet/index.js +4 -1
  33. package/testnet/int3facetestnet.d.ts +3 -0
  34. package/testnet/int3facetestnet.js +7 -0
  35. package/testnet/neutrontestnet.js +164 -0
  36. package/testnet/nobletestnet.js +164 -0
  37. package/testnet/osmosistestnet.js +244 -0
  38. package/testnet/stridetestnet.d.ts +3 -0
  39. package/testnet/stridetestnet.js +172 -0
@@ -0,0 +1,172 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'stridetestnet',
5
+ assets: [
6
+ {
7
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
8
+ denom_units: [{
9
+ denom: 'ibc/A5E505FDA8F4C4A0E8239AE0A591D998E31CFD99ADA429F6B8695A8D5A5894B3',
10
+ exponent: 0,
11
+ aliases: ['ubld']
12
+ }, {
13
+ denom: 'bld',
14
+ exponent: 6
15
+ }],
16
+ base: 'ibc/A5E505FDA8F4C4A0E8239AE0A591D998E31CFD99ADA429F6B8695A8D5A5894B3',
17
+ name: 'Agoric',
18
+ display: 'bld',
19
+ symbol: 'BLD',
20
+ logo_URIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
22
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
23
+ },
24
+ coingecko_id: 'agoric',
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
28
+ theme: {
29
+ primary_color_hex: '#c42b44'
30
+ }
31
+ }],
32
+ socials: {
33
+ website: 'https://agoric.com/',
34
+ twitter: 'https://twitter.com/agoric'
35
+ },
36
+ type_asset: 'sdk.coin',
37
+ traces: [{
38
+ type: 'ibc',
39
+ counterparty: {
40
+ channel_id: 'channel-13',
41
+ base_denom: 'ubld',
42
+ chain_name: 'agoricdevnet'
43
+ },
44
+ chain: {
45
+ channel_id: 'channel-60'
46
+ }
47
+ }]
48
+ },
49
+ {
50
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
51
+ denom_units: [{
52
+ denom: 'ibc/75CA12A6709A262BC1ACA90140BA54DECFA4E3D25E066000DF81955A10DC1A98',
53
+ exponent: 0,
54
+ aliases: ['uist']
55
+ }, {
56
+ denom: 'ist',
57
+ exponent: 6
58
+ }],
59
+ base: 'ibc/75CA12A6709A262BC1ACA90140BA54DECFA4E3D25E066000DF81955A10DC1A98',
60
+ name: 'Inter Stable Token',
61
+ display: 'ist',
62
+ symbol: 'IST',
63
+ logo_URIs: {
64
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
65
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
66
+ },
67
+ coingecko_id: 'inter-stable-token',
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
71
+ theme: {
72
+ primary_color_hex: '#d485e2'
73
+ }
74
+ }],
75
+ type_asset: 'sdk.coin',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ channel_id: 'channel-13',
80
+ base_denom: 'uist',
81
+ chain_name: 'agoricdevnet'
82
+ },
83
+ chain: {
84
+ channel_id: 'channel-60'
85
+ }
86
+ }]
87
+ },
88
+ {
89
+ description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
90
+ denom_units: [{
91
+ denom: 'ibc/A5E505FDA8F4C4A0E8239AE0A591D998E31CFD99ADA429F6B8695A8D5A5894B3',
92
+ exponent: 0,
93
+ aliases: ['ubld']
94
+ }, {
95
+ denom: 'bld',
96
+ exponent: 6
97
+ }],
98
+ base: 'ibc/A5E505FDA8F4C4A0E8239AE0A591D998E31CFD99ADA429F6B8695A8D5A5894B3',
99
+ name: 'Agoric',
100
+ display: 'bld',
101
+ symbol: 'BLD',
102
+ logo_URIs: {
103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
104
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg'
105
+ },
106
+ coingecko_id: 'agoric',
107
+ images: [{
108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.png',
109
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/bld.svg',
110
+ theme: {
111
+ primary_color_hex: '#c42b44'
112
+ }
113
+ }],
114
+ socials: {
115
+ website: 'https://agoric.com/',
116
+ twitter: 'https://twitter.com/agoric'
117
+ },
118
+ type_asset: 'sdk.coin',
119
+ traces: [{
120
+ type: 'ibc',
121
+ counterparty: {
122
+ channel_id: 'channel-13',
123
+ base_denom: 'ubld',
124
+ chain_name: 'agoricdevnet'
125
+ },
126
+ chain: {
127
+ channel_id: 'channel-60'
128
+ }
129
+ }]
130
+ },
131
+ {
132
+ description: 'IST is the stable token used by the Agoric chain for execution fees and commerce.',
133
+ denom_units: [{
134
+ denom: 'ibc/75CA12A6709A262BC1ACA90140BA54DECFA4E3D25E066000DF81955A10DC1A98',
135
+ exponent: 0,
136
+ aliases: ['uist']
137
+ }, {
138
+ denom: 'ist',
139
+ exponent: 6
140
+ }],
141
+ base: 'ibc/75CA12A6709A262BC1ACA90140BA54DECFA4E3D25E066000DF81955A10DC1A98',
142
+ name: 'Inter Stable Token',
143
+ display: 'ist',
144
+ symbol: 'IST',
145
+ logo_URIs: {
146
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
147
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg'
148
+ },
149
+ coingecko_id: 'inter-stable-token',
150
+ images: [{
151
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.png',
152
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/agoric/images/ist.svg',
153
+ theme: {
154
+ primary_color_hex: '#d485e2'
155
+ }
156
+ }],
157
+ type_asset: 'sdk.coin',
158
+ traces: [{
159
+ type: 'ibc',
160
+ counterparty: {
161
+ channel_id: 'channel-13',
162
+ base_denom: 'uist',
163
+ chain_name: 'agoricdevnet'
164
+ },
165
+ chain: {
166
+ channel_id: 'channel-60'
167
+ }
168
+ }]
169
+ }
170
+ ]
171
+ };
172
+ exports.default = assets;