chain-registry 1.62.1 → 1.62.3

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 (51) hide show
  1. package/esm/mainnet/archway/ibc.js +7 -8
  2. package/esm/mainnet/composable/assets.js +36 -1
  3. package/esm/mainnet/composable/ibc.js +7 -8
  4. package/esm/mainnet/dydx/chain.js +1 -1
  5. package/esm/mainnet/dymension/chain.js +1 -0
  6. package/esm/mainnet/fxcore/assets.js +27 -11
  7. package/esm/mainnet/injective/assets.js +21 -0
  8. package/esm/mainnet/migaloo/assets.js +35 -0
  9. package/esm/mainnet/osmosis/assets.js +10 -4
  10. package/esm/mainnet/pundix/assets.js +2 -11
  11. package/esm/mainnet/sei/chain.js +14 -0
  12. package/esm/mainnet/shido/chain.js +13 -6
  13. package/esm/mainnet/stride/chain.js +3 -3
  14. package/esm/mainnet/zetachain/chain.js +1 -1
  15. package/esm/noncosmos/ethereum/assets.js +9 -7
  16. package/esm/testnet/assets.js +2 -0
  17. package/esm/testnet/chains.js +2 -0
  18. package/esm/testnet/named.js +1 -0
  19. package/esm/testnet/soarchaintestnet/assets.js +31 -0
  20. package/esm/testnet/soarchaintestnet/chain.js +107 -0
  21. package/esm/testnet/soarchaintestnet/index.js +4 -0
  22. package/esm/testnet/swisstroniktestnet/assets.js +2 -2
  23. package/esm/testnet/swisstroniktestnet/chain.js +2 -2
  24. package/mainnet/archway/ibc.js +7 -8
  25. package/mainnet/composable/assets.js +36 -1
  26. package/mainnet/composable/ibc.js +7 -8
  27. package/mainnet/dydx/chain.js +1 -1
  28. package/mainnet/dymension/chain.js +1 -0
  29. package/mainnet/fxcore/assets.js +27 -11
  30. package/mainnet/injective/assets.js +21 -0
  31. package/mainnet/migaloo/assets.js +35 -0
  32. package/mainnet/osmosis/assets.js +10 -4
  33. package/mainnet/pundix/assets.js +2 -11
  34. package/mainnet/sei/chain.js +14 -0
  35. package/mainnet/shido/chain.js +13 -6
  36. package/mainnet/stride/chain.js +3 -3
  37. package/mainnet/zetachain/chain.js +1 -1
  38. package/noncosmos/ethereum/assets.js +9 -7
  39. package/package.json +4 -4
  40. package/testnet/assets.js +2 -0
  41. package/testnet/chains.js +2 -0
  42. package/testnet/named.d.ts +1 -0
  43. package/testnet/named.js +3 -2
  44. package/testnet/soarchaintestnet/assets.d.ts +3 -0
  45. package/testnet/soarchaintestnet/assets.js +33 -0
  46. package/testnet/soarchaintestnet/chain.d.ts +3 -0
  47. package/testnet/soarchaintestnet/chain.js +109 -0
  48. package/testnet/soarchaintestnet/index.d.ts +2 -0
  49. package/testnet/soarchaintestnet/index.js +10 -0
  50. package/testnet/swisstroniktestnet/assets.js +2 -2
  51. package/testnet/swisstroniktestnet/chain.js +2 -2
@@ -171,28 +171,27 @@ const info = [
171
171
  $schema: '../ibc_data.schema.json',
172
172
  chain_1: {
173
173
  chain_name: 'archway',
174
- client_id: '07-tendermint-112',
175
- connection_id: 'connection-105'
174
+ client_id: '07-tendermint-75',
175
+ connection_id: 'connection-79'
176
176
  },
177
177
  chain_2: {
178
178
  chain_name: 'composable',
179
- client_id: '07-tendermint-218',
180
- connection_id: 'connection-111'
179
+ client_id: '07-tendermint-143',
180
+ connection_id: 'connection-63'
181
181
  },
182
182
  channels: [{
183
183
  chain_1: {
184
- channel_id: 'channel-145',
184
+ channel_id: 'channel-108',
185
185
  port_id: 'transfer'
186
186
  },
187
187
  chain_2: {
188
- channel_id: 'channel-73',
188
+ channel_id: 'channel-50',
189
189
  port_id: 'transfer'
190
190
  },
191
191
  ordering: 'unordered',
192
192
  version: 'ics20-1',
193
193
  tags: {
194
- status: 'live',
195
- preferred: true
194
+ status: 'live'
196
195
  }
197
196
  }]
198
197
  },
@@ -1295,7 +1295,42 @@ const info = {
1295
1295
  chain_name: 'solana',
1296
1296
  base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
1297
1297
  },
1298
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/usdt.png'
1298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
1299
+ }]
1300
+ },
1301
+ {
1302
+ description: 'Whinecoin is an experimental memecoin by the Sommelier Finance team.',
1303
+ denom_units: [{
1304
+ denom: 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912',
1305
+ exponent: 0,
1306
+ aliases: ['ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump']
1307
+ }, {
1308
+ denom: 'whine',
1309
+ exponent: 6
1310
+ }],
1311
+ type_asset: 'ics20',
1312
+ base: 'ibc/9D5DA3720001F91DD76B8F609A93F96688EC8185B54BF9A1A1450EB34FF2D912',
1313
+ name: 'WHINEcoin',
1314
+ display: 'whine',
1315
+ symbol: 'WHINE',
1316
+ traces: [{
1317
+ type: 'ibc',
1318
+ counterparty: {
1319
+ chain_name: 'solana',
1320
+ base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump',
1321
+ channel_id: 'channel-1'
1322
+ },
1323
+ chain: {
1324
+ channel_id: 'channel-71',
1325
+ path: 'transfer/channel-71/ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
1326
+ }
1327
+ }],
1328
+ images: [{
1329
+ image_sync: {
1330
+ chain_name: 'solana',
1331
+ base_denom: 'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump'
1332
+ },
1333
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/whine.png'
1299
1334
  }]
1300
1335
  }
1301
1336
  ]
@@ -32,28 +32,27 @@ const info = [
32
32
  $schema: '../ibc_data.schema.json',
33
33
  chain_1: {
34
34
  chain_name: 'archway',
35
- client_id: '07-tendermint-112',
36
- connection_id: 'connection-105'
35
+ client_id: '07-tendermint-75',
36
+ connection_id: 'connection-79'
37
37
  },
38
38
  chain_2: {
39
39
  chain_name: 'composable',
40
- client_id: '07-tendermint-218',
41
- connection_id: 'connection-111'
40
+ client_id: '07-tendermint-143',
41
+ connection_id: 'connection-63'
42
42
  },
43
43
  channels: [{
44
44
  chain_1: {
45
- channel_id: 'channel-145',
45
+ channel_id: 'channel-108',
46
46
  port_id: 'transfer'
47
47
  },
48
48
  chain_2: {
49
- channel_id: 'channel-73',
49
+ channel_id: 'channel-50',
50
50
  port_id: 'transfer'
51
51
  },
52
52
  ordering: 'unordered',
53
53
  version: 'ics20-1',
54
54
  tags: {
55
- status: 'live',
56
- preferred: true
55
+ status: 'live'
57
56
  }
58
57
  }]
59
58
  },
@@ -32,7 +32,7 @@ const info = {
32
32
  }]
33
33
  },
34
34
  codebase: {
35
- cosmos_sdk_version: 'dydxprotocol/cosmos-sdk v0.50.5-0.20240220212824-35f31482370c'
35
+ cosmos_sdk_version: 'dydxprotocol/cosmos-sdk v0.50.6-0.20240517185527-7330926cd9ad'
36
36
  },
37
37
  logo_URIs: {
38
38
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
@@ -13,6 +13,7 @@ const info = {
13
13
  fees: {
14
14
  fee_tokens: [{
15
15
  denom: 'adym',
16
+ fixed_min_gas_price: 5000000000,
16
17
  low_gas_price: 5000000000,
17
18
  average_gas_price: 5000000000,
18
19
  high_gas_price: 20000000000
@@ -3,6 +3,7 @@ const info = {
3
3
  chain_name: 'fxcore',
4
4
  assets: [{
5
5
  description: 'The native staking token of the Function X',
6
+ extended_description: 'FX coin is the native token on the Function X ecosystem. It is currently utilized as a governance token as well as a gas token on f(x)Core and f(x)EVM. The subnets that are built on the Function X ecosystem can also choose to utilize FX as their gas token.',
6
7
  denom_units: [{
7
8
  denom: 'FX',
8
9
  exponent: 0
@@ -22,31 +23,46 @@ const info = {
22
23
  images: [{
23
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.png',
24
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fxcore/images/fx.svg'
25
- }]
26
+ }],
27
+ socials: {
28
+ website: 'https://functionx.io',
29
+ twitter: 'https://x.com/functionx_io'
30
+ }
26
31
  }, {
27
32
  description: 'The cross chain token of the Function X',
33
+ extended_description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
28
34
  denom_units: [{
29
35
  denom: 'eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
30
- exponent: 0,
31
- aliases: []
36
+ exponent: 0
32
37
  }, {
33
38
  denom: 'PUNDIX',
34
- exponent: 18,
35
- aliases: []
39
+ exponent: 18
36
40
  }],
37
41
  base: 'eth0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
38
42
  display: 'PUNDIX',
39
43
  name: 'Pundi X Token',
40
44
  symbol: 'PUNDIX',
41
- coingecko_id: 'pundi-x-2',
42
- logo_URIs: {
43
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png',
44
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg'
45
- },
45
+ traces: [{
46
+ type: 'bridge',
47
+ counterparty: {
48
+ chain_name: 'ethereum',
49
+ base_denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
50
+ contract: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
51
+ },
52
+ provider: 'Function X'
53
+ }],
46
54
  images: [{
55
+ image_sync: {
56
+ chain_name: 'ethereum',
57
+ base_denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
58
+ },
47
59
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png',
48
60
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg'
49
- }]
61
+ }],
62
+ socials: {
63
+ website: 'https://pundix.com',
64
+ twitter: 'https://x.com/PundiXLabs'
65
+ }
50
66
  }]
51
67
  };
52
68
  export default info;
@@ -524,6 +524,27 @@ const info = {
524
524
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/NBZ.png'
525
525
  }
526
526
  },
527
+ {
528
+ description: 'Talis governance token',
529
+ denom_units: [{
530
+ denom: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis',
531
+ exponent: 0
532
+ }, {
533
+ denom: 'Talis',
534
+ exponent: 6
535
+ }],
536
+ base: 'factory/inj1maeyvxfamtn8lfyxpjca8kuvauuf2qeu6gtxm3/Talis',
537
+ name: 'Talis Token',
538
+ display: 'Talis',
539
+ symbol: 'TALIS',
540
+ images: [{
541
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/talis.png'
542
+ }],
543
+ socials: {
544
+ website: 'https://talis.art/',
545
+ twitter: 'https://twitter.com/ProtocolTalis'
546
+ }
547
+ },
527
548
  {
528
549
  description: 'Talis revenue sharing token',
529
550
  denom_units: [{
@@ -531,6 +531,41 @@ const info = {
531
531
  logo_URIs: {
532
532
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/wind.png'
533
533
  }
534
+ },
535
+ {
536
+ denom_units: [{
537
+ denom: 'ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9',
538
+ exponent: 0,
539
+ aliases: ['factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos']
540
+ }, {
541
+ denom: 'shitmos',
542
+ exponent: 6
543
+ }],
544
+ type_asset: 'ics20',
545
+ base: 'ibc/0E1B883A15D5FCA533332CBAB1A672934C3936920399F2A3EB4F438E3EBAD0E9',
546
+ name: 'Shitmos',
547
+ display: 'shitmos',
548
+ symbol: 'SHITMOS',
549
+ traces: [{
550
+ type: 'ibc',
551
+ counterparty: {
552
+ chain_name: 'osmosis',
553
+ base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos',
554
+ channel_id: 'channel-642'
555
+ },
556
+ chain: {
557
+ channel_id: 'channel-5',
558
+ path: 'transfer/channel-5/factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
559
+ }
560
+ }],
561
+ images: [{
562
+ image_sync: {
563
+ chain_name: 'osmosis',
564
+ base_denom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos'
565
+ },
566
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
567
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
568
+ }]
534
569
  }
535
570
  ]
536
571
  };
@@ -13488,6 +13488,14 @@ const info = {
13488
13488
  display: 'PUNDIX',
13489
13489
  symbol: 'PUNDIX',
13490
13490
  traces: [{
13491
+ type: 'bridge',
13492
+ counterparty: {
13493
+ chain_name: 'ethereum',
13494
+ base_denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
13495
+ contract: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38'
13496
+ },
13497
+ provider: 'Function X'
13498
+ }, {
13491
13499
  type: 'ibc',
13492
13500
  counterparty: {
13493
13501
  chain_name: 'fxcore',
@@ -14953,11 +14961,9 @@ const info = {
14953
14961
  name: 'Shitmos',
14954
14962
  display: 'SHITMOS',
14955
14963
  symbol: 'SHITMOS',
14956
- logo_URIs: {
14957
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
14958
- },
14959
14964
  images: [{
14960
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SHITMOS.png'
14965
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.png',
14966
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shitmos.svg'
14961
14967
  }]
14962
14968
  },
14963
14969
  {
@@ -2,7 +2,8 @@ const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'pundix',
4
4
  assets: [{
5
- description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
5
+ description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem.',
6
+ extended_description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
6
7
  denom_units: [{
7
8
  denom: 'ibc/55367B7B6572631B78A93C66EF9FDFCE87CDE372CC4ED7848DA78C1EB1DCDD78',
8
9
  exponent: 0
@@ -15,10 +16,6 @@ const info = {
15
16
  name: 'Pundi X Token',
16
17
  display: 'PUNDIX',
17
18
  symbol: 'PUNDIX',
18
- logo_URIs: {
19
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png',
20
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg'
21
- },
22
19
  traces: [{
23
20
  type: 'ibc',
24
21
  counterparty: {
@@ -39,7 +36,6 @@ const info = {
39
36
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png',
40
37
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg'
41
38
  }],
42
- coingecko_id: 'pundi-x-2',
43
39
  socials: {
44
40
  website: 'https://pundix.com',
45
41
  twitter: 'https://twitter.com/PundiXLabs'
@@ -58,10 +54,6 @@ const info = {
58
54
  name: 'PURSE Token',
59
55
  display: 'PURSE',
60
56
  symbol: 'PURSE',
61
- logo_URIs: {
62
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png',
63
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg'
64
- },
65
57
  traces: [{
66
58
  type: 'bridge',
67
59
  counterparty: {
@@ -79,7 +71,6 @@ const info = {
79
71
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.svg',
80
72
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/purse-token-logo.png'
81
73
  }],
82
- coingecko_id: 'pundi-x-purse',
83
74
  socials: {
84
75
  website: 'https://purse.land',
85
76
  twitter: 'https://twitter.com/Purse_Land'
@@ -121,6 +121,20 @@ const info = {
121
121
  address: 'sei-grpc.publicnode.com:443',
122
122
  provider: 'Allnodes ⚡️ Nodes & Staking'
123
123
  }
124
+ ],
125
+ "evm-http-jsonrpc": [
126
+ {
127
+ address: 'https://evm-rpc.sei-apis.com',
128
+ provider: 'Rhino'
129
+ },
130
+ {
131
+ address: 'https://seievm-rpc.polkachu.com',
132
+ provider: 'Polkachu'
133
+ },
134
+ {
135
+ address: 'https://sei-jsonrpc.lavenderfive.com',
136
+ provider: 'Lavender.Five Nodes'
137
+ }
124
138
  ]
125
139
  },
126
140
  explorers: [
@@ -47,7 +47,7 @@ const info = {
47
47
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
48
48
  },
49
49
  {
50
- address: 'https://shido-rpc.applejuice.256x25.tech:443',
50
+ address: 'https://s2.shido-rpc.applejuice.256x25.tech:443',
51
51
  provider: 'Apple juice 🧃'
52
52
  },
53
53
  {
@@ -65,7 +65,7 @@ const info = {
65
65
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
66
66
  },
67
67
  {
68
- address: 'https://shido-api.applejuice.256x25.tech:443',
68
+ address: 'https://s2.shido-api.applejuice.256x25.tech:443',
69
69
  provider: 'Apple juice 🧃'
70
70
  },
71
71
  {
@@ -73,13 +73,20 @@ const info = {
73
73
  provider: 'Indonode'
74
74
  }
75
75
  ],
76
- grpc: [{
76
+ grpc: [
77
+ {
77
78
  address: 'https://grpc.shidoscan.com',
78
79
  provider: 'shido.io'
79
- }, {
80
+ },
81
+ {
80
82
  address: 'https://grpc-web.shidoscan.com',
81
83
  provider: 'shido.io'
82
- }],
84
+ },
85
+ {
86
+ address: 'https://s2.shido-grpc.applejuice.256x25.tech',
87
+ provider: 'Apple juice 🧃'
88
+ }
89
+ ],
83
90
  "evm-http-jsonrpc": [
84
91
  {
85
92
  address: 'https://rpc-nodes.shidoscan.com',
@@ -94,7 +101,7 @@ const info = {
94
101
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
95
102
  },
96
103
  {
97
- address: 'https://shido-evm.applejuice.256x25.tech:443',
104
+ address: 'https://s2.shido-evm.applejuice.256x25.tech:443',
98
105
  provider: 'Apple juice 🧃'
99
106
  }
100
107
  ]
@@ -16,9 +16,9 @@ const info = {
16
16
  {
17
17
  denom: 'ustrd',
18
18
  fixed_min_gas_price: 0.0005,
19
- low_gas_price: 0.0005,
20
- average_gas_price: 0.001,
21
- high_gas_price: 0.002
19
+ low_gas_price: 0.005,
20
+ average_gas_price: 0.005,
21
+ high_gas_price: 0.05
22
22
  },
23
23
  {
24
24
  denom: 'stuatom',
@@ -25,7 +25,7 @@ const info = {
25
25
  }]
26
26
  },
27
27
  codebase: {
28
- cosmos_sdk_version: 'v0.46.13'
28
+ cosmos_sdk_version: 'v0.47.10'
29
29
  },
30
30
  apis: {
31
31
  rpc: [
@@ -981,12 +981,12 @@ const info = {
981
981
  },
982
982
  {
983
983
  description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
984
+ extended_description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS. PUNDIX has several core use cases, including:\n- Payment for goods and services from merchants through XPOS\n- Gas Fee on PundiX Chain\n- Listing tokens in the XPOS\n- Merchant payments for loyalty programs and ads',
984
985
  type_asset: 'erc20',
985
986
  address: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
986
987
  denom_units: [{
987
988
  denom: '0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38',
988
- exponent: 0,
989
- aliases: []
989
+ exponent: 0
990
990
  }, {
991
991
  denom: 'PUNDIX',
992
992
  exponent: 18
@@ -996,12 +996,14 @@ const info = {
996
996
  display: 'PUNDIX',
997
997
  symbol: 'PUNDIX',
998
998
  coingecko_id: 'pundi-x-2',
999
- logo_URIs: {
1000
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
1001
- },
1002
999
  images: [{
1003
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pundix.png'
1004
- }]
1000
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.png',
1001
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pundix/images/pundi-x-token-logo.svg'
1002
+ }],
1003
+ socials: {
1004
+ website: 'https://pundix.com',
1005
+ twitter: 'https://x.com/PundiXLabs'
1006
+ }
1005
1007
  },
1006
1008
  {
1007
1009
  description: 'Staked FRAX (sFRAX) is an ERC4626 staking vault that distributes part of the Frax Protocol yield weekly to stakers denominated in FRAX stablecoins.',
@@ -81,6 +81,7 @@ import * as _selfchaindevnet from './selfchaindevnet';
81
81
  import * as _sgetestnet from './sgetestnet';
82
82
  import * as _sgetestnet4 from './sgetestnet4';
83
83
  import * as _sixtestnet from './sixtestnet';
84
+ import * as _soarchaintestnet from './soarchaintestnet';
84
85
  import * as _sourcetestnet from './sourcetestnet';
85
86
  import * as _stargazetestnet from './stargazetestnet';
86
87
  import * as _statesettestnet from './statesettestnet';
@@ -183,6 +184,7 @@ const assets = [
183
184
  _sgetestnet.assets,
184
185
  _sgetestnet4.assets,
185
186
  _sixtestnet.assets,
187
+ _soarchaintestnet.assets,
186
188
  _sourcetestnet.assets,
187
189
  _stargazetestnet.assets,
188
190
  _statesettestnet.assets,
@@ -81,6 +81,7 @@ import * as _selfchaindevnet from './selfchaindevnet';
81
81
  import * as _sgetestnet from './sgetestnet';
82
82
  import * as _sgetestnet4 from './sgetestnet4';
83
83
  import * as _sixtestnet from './sixtestnet';
84
+ import * as _soarchaintestnet from './soarchaintestnet';
84
85
  import * as _sourcetestnet from './sourcetestnet';
85
86
  import * as _stargazetestnet from './stargazetestnet';
86
87
  import * as _statesettestnet from './statesettestnet';
@@ -183,6 +184,7 @@ const chains = [
183
184
  _sgetestnet.chain,
184
185
  _sgetestnet4.chain,
185
186
  _sixtestnet.chain,
187
+ _soarchaintestnet.chain,
186
188
  _sourcetestnet.chain,
187
189
  _stargazetestnet.chain,
188
190
  _statesettestnet.chain,
@@ -81,6 +81,7 @@ export * as selfchaindevnet from './selfchaindevnet';
81
81
  export * as sgetestnet from './sgetestnet';
82
82
  export * as sgetestnet4 from './sgetestnet4';
83
83
  export * as sixtestnet from './sixtestnet';
84
+ export * as soarchaintestnet from './soarchaintestnet';
84
85
  export * as sourcetestnet from './sourcetestnet';
85
86
  export * as stargazetestnet from './stargazetestnet';
86
87
  export * as statesettestnet from './statesettestnet';
@@ -0,0 +1,31 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chain_name: 'soarchaintestnet',
4
+ assets: [{
5
+ description: 'The native staking coin of the Soarchain-core.',
6
+ denom_units: [{
7
+ denom: 'utsoar',
8
+ exponent: 0,
9
+ aliases: ['microtsoar']
10
+ }, {
11
+ denom: 'tsoar',
12
+ exponent: 6,
13
+ aliases: []
14
+ }],
15
+ base: 'utsoar',
16
+ display: 'tsoar',
17
+ name: 'tsoar',
18
+ symbol: 'tsoar',
19
+ coingecko_id: '',
20
+ keywords: ['DePin'],
21
+ socials: {
22
+ website: 'https://www.soarchain.com',
23
+ twitter: 'https://x.com/soar_chain'
24
+ },
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/soarchaintestnet/images/soarchain.svg'
28
+ }]
29
+ }]
30
+ };
31
+ export default info;