chain-registry 2.0.226 → 2.0.227

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 (36) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/chains.js +2 -0
  3. package/esm/mainnet/ibc-data.js +2 -0
  4. package/esm/mainnet/noble/ibc-data.js +31 -0
  5. package/esm/mainnet/osmosis/ibc-data.js +31 -0
  6. package/esm/mainnet/safrochain/asset-list.js +93 -0
  7. package/esm/mainnet/safrochain/chain.js +151 -0
  8. package/esm/mainnet/safrochain/ibc-data.js +62 -0
  9. package/esm/mainnet/safrochain/index.js +6 -0
  10. package/esm/testnet/asset-lists.js +2 -0
  11. package/esm/testnet/chains.js +2 -0
  12. package/esm/testnet/limonatatestnet/asset-list.js +26 -0
  13. package/esm/testnet/limonatatestnet/chain.js +58 -0
  14. package/esm/testnet/limonatatestnet/index.js +4 -0
  15. package/mainnet/asset-lists.js +2 -0
  16. package/mainnet/chains.js +2 -0
  17. package/mainnet/ibc-data.js +2 -0
  18. package/mainnet/noble/ibc-data.js +31 -0
  19. package/mainnet/osmosis/ibc-data.js +31 -0
  20. package/mainnet/safrochain/asset-list.d.ts +3 -0
  21. package/mainnet/safrochain/asset-list.js +95 -0
  22. package/mainnet/safrochain/chain.d.ts +3 -0
  23. package/mainnet/safrochain/chain.js +153 -0
  24. package/mainnet/safrochain/ibc-data.d.ts +3 -0
  25. package/mainnet/safrochain/ibc-data.js +64 -0
  26. package/mainnet/safrochain/index.d.ts +3 -0
  27. package/mainnet/safrochain/index.js +12 -0
  28. package/package.json +3 -3
  29. package/testnet/asset-lists.js +2 -0
  30. package/testnet/chains.js +2 -0
  31. package/testnet/limonatatestnet/asset-list.d.ts +3 -0
  32. package/testnet/limonatatestnet/asset-list.js +28 -0
  33. package/testnet/limonatatestnet/chain.d.ts +3 -0
  34. package/testnet/limonatatestnet/chain.js +60 -0
  35. package/testnet/limonatatestnet/index.d.ts +2 -0
  36. package/testnet/limonatatestnet/index.js +10 -0
@@ -171,6 +171,7 @@ import * as _realio from './realio';
171
171
  import * as _rebus from './rebus';
172
172
  import * as _regen from './regen';
173
173
  import * as _rizon from './rizon';
174
+ import * as _safrochain from './safrochain';
174
175
  import * as _saga from './saga';
175
176
  import * as _scorum from './scorum';
176
177
  import * as _secretnetwork from './secretnetwork';
@@ -395,6 +396,7 @@ const assetList = [
395
396
  _rebus.assetList,
396
397
  _regen.assetList,
397
398
  _rizon.assetList,
399
+ _safrochain.assetList,
398
400
  _saga.assetList,
399
401
  _scorum.assetList,
400
402
  _secretnetwork.assetList,
@@ -171,6 +171,7 @@ import * as _realio from './realio';
171
171
  import * as _rebus from './rebus';
172
172
  import * as _regen from './regen';
173
173
  import * as _rizon from './rizon';
174
+ import * as _safrochain from './safrochain';
174
175
  import * as _saga from './saga';
175
176
  import * as _scorum from './scorum';
176
177
  import * as _secretnetwork from './secretnetwork';
@@ -395,6 +396,7 @@ const chains = [
395
396
  _rebus.chain,
396
397
  _regen.chain,
397
398
  _rizon.chain,
399
+ _safrochain.chain,
398
400
  _saga.chain,
399
401
  _scorum.chain,
400
402
  _secretnetwork.chain,
@@ -131,6 +131,7 @@ import * as _realio from './realio';
131
131
  import * as _rebus from './rebus';
132
132
  import * as _regen from './regen';
133
133
  import * as _rizon from './rizon';
134
+ import * as _safrochain from './safrochain';
134
135
  import * as _saga from './saga';
135
136
  import * as _scorum from './scorum';
136
137
  import * as _secretnetwork from './secretnetwork';
@@ -302,6 +303,7 @@ const ibcData = [
302
303
  ..._rebus.ibcData,
303
304
  ..._regen.ibcData,
304
305
  ..._rizon.ibcData,
306
+ ..._safrochain.ibcData,
305
307
  ..._saga.ibcData,
306
308
  ..._scorum.ibcData,
307
309
  ..._secretnetwork.ibcData,
@@ -1355,6 +1355,37 @@ const info = [
1355
1355
  }
1356
1356
  }]
1357
1357
  },
1358
+ {
1359
+ $schema: '../ibc_data.schema.json',
1360
+ chain1: {
1361
+ chainName: 'noble',
1362
+ chainId: 'noble-1',
1363
+ clientId: '07-tendermint-224',
1364
+ connectionId: 'connection-210'
1365
+ },
1366
+ chain2: {
1367
+ chainName: 'safrochain',
1368
+ chainId: 'safrochain-1',
1369
+ clientId: '07-tendermint-0',
1370
+ connectionId: 'connection-0'
1371
+ },
1372
+ channels: [{
1373
+ chain1: {
1374
+ channelId: 'channel-581',
1375
+ portId: 'transfer'
1376
+ },
1377
+ chain2: {
1378
+ channelId: 'channel-0',
1379
+ portId: 'transfer'
1380
+ },
1381
+ ordering: 'unordered',
1382
+ version: 'ics20-1',
1383
+ tags: {
1384
+ status: 'ACTIVE',
1385
+ preferred: true
1386
+ }
1387
+ }]
1388
+ },
1358
1389
  {
1359
1390
  $schema: '../ibc_data.schema.json',
1360
1391
  chain1: {
@@ -4568,6 +4568,37 @@ const info = [
4568
4568
  }
4569
4569
  }]
4570
4570
  },
4571
+ {
4572
+ $schema: '../ibc_data.schema.json',
4573
+ chain1: {
4574
+ chainName: 'osmosis',
4575
+ chainId: 'osmosis-1',
4576
+ clientId: '07-tendermint-3719',
4577
+ connectionId: 'connection-11075'
4578
+ },
4579
+ chain2: {
4580
+ chainName: 'safrochain',
4581
+ chainId: 'safrochain-1',
4582
+ clientId: '07-tendermint-1',
4583
+ connectionId: 'connection-1'
4584
+ },
4585
+ channels: [{
4586
+ chain1: {
4587
+ channelId: 'channel-110497',
4588
+ portId: 'transfer'
4589
+ },
4590
+ chain2: {
4591
+ channelId: 'channel-1',
4592
+ portId: 'transfer'
4593
+ },
4594
+ ordering: 'unordered',
4595
+ version: 'ics20-1',
4596
+ tags: {
4597
+ status: 'ACTIVE',
4598
+ preferred: true
4599
+ }
4600
+ }]
4601
+ },
4571
4602
  {
4572
4603
  $schema: '../ibc_data.schema.json',
4573
4604
  chain1: {
@@ -0,0 +1,93 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'safrochain',
4
+ assets: [
5
+ {
6
+ description: 'The native staking, governance, and fee token of Safrochain, a mobile-first mobile-money-powered blockchain connecting mobile wallets to on-chain finance and interoperable digital rails.',
7
+ denomUnits: [{
8
+ denom: 'usaf',
9
+ exponent: 0,
10
+ aliases: ['microsaf']
11
+ }, {
12
+ denom: 'saf',
13
+ exponent: 6
14
+ }],
15
+ base: 'usaf',
16
+ name: 'Safrochain',
17
+ display: 'saf',
18
+ symbol: 'SAF',
19
+ logoURIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
26
+ }],
27
+ typeAsset: 'sdk.coin'
28
+ },
29
+ {
30
+ description: 'Circle USDC bridged from Noble over IBC channel-0.',
31
+ denomUnits: [{
32
+ denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
33
+ exponent: 0,
34
+ aliases: ['uusdc']
35
+ }, {
36
+ denom: 'USDC',
37
+ exponent: 6
38
+ }],
39
+ base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
40
+ name: 'USD Coin (Noble)',
41
+ display: 'USDC',
42
+ symbol: 'USDC',
43
+ traces: [{
44
+ type: 'ibc',
45
+ counterparty: {
46
+ chainName: 'noble',
47
+ baseDenom: 'uusdc',
48
+ channelId: 'channel-581'
49
+ },
50
+ chain: {
51
+ channelId: 'channel-0',
52
+ path: 'transfer/channel-0/uusdc'
53
+ }
54
+ }],
55
+ logoURIs: {
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
57
+ },
58
+ typeAsset: 'ics20'
59
+ },
60
+ {
61
+ description: 'Osmosis OSMO bridged over IBC channel-1.',
62
+ denomUnits: [{
63
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
64
+ exponent: 0,
65
+ aliases: ['uosmo']
66
+ }, {
67
+ denom: 'OSMO',
68
+ exponent: 6
69
+ }],
70
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
71
+ name: 'Osmosis',
72
+ display: 'OSMO',
73
+ symbol: 'OSMO',
74
+ traces: [{
75
+ type: 'ibc',
76
+ counterparty: {
77
+ chainName: 'osmosis',
78
+ baseDenom: 'uosmo',
79
+ channelId: 'channel-110497'
80
+ },
81
+ chain: {
82
+ channelId: 'channel-1',
83
+ path: 'transfer/channel-1/uosmo'
84
+ }
85
+ }],
86
+ logoURIs: {
87
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
88
+ },
89
+ typeAsset: 'ics20'
90
+ }
91
+ ]
92
+ };
93
+ export default info;
@@ -0,0 +1,151 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'safrochain',
4
+ chainType: 'cosmos',
5
+ status: 'live',
6
+ networkType: 'mainnet',
7
+ website: 'https://safrochain.com',
8
+ prettyName: 'Safrochain',
9
+ chainId: 'safrochain-1',
10
+ bech32Prefix: 'addr_safro',
11
+ bech32Config: {
12
+ bech32PrefixAccAddr: 'addr_safro',
13
+ bech32PrefixAccPub: 'addr_safropub',
14
+ bech32PrefixValAddr: 'addr_safrovaloper',
15
+ bech32PrefixValPub: 'addr_safrovaloperpub',
16
+ bech32PrefixConsAddr: 'addr_safrovalcons',
17
+ bech32PrefixConsPub: 'addr_safrovalconspub'
18
+ },
19
+ daemonName: 'safrochaind',
20
+ nodeHome: '$HOME/.safrochain',
21
+ keyAlgos: ['secp256k1'],
22
+ slip44: 118,
23
+ fees: {
24
+ feeTokens: [{
25
+ denom: 'usaf',
26
+ fixedMinGasPrice: 0.05,
27
+ lowGasPrice: 0.05,
28
+ averageGasPrice: 0.0625,
29
+ highGasPrice: 0.075
30
+ }]
31
+ },
32
+ staking: {
33
+ stakingTokens: [{
34
+ denom: 'usaf'
35
+ }]
36
+ },
37
+ codebase: {
38
+ gitRepo: 'https://github.com/Safrochain-Org/safrochain-node',
39
+ recommendedVersion: 'v0.2.2',
40
+ compatibleVersions: ['v0.2.2'],
41
+ tag: 'v0.2.2',
42
+ language: {
43
+ type: 'go',
44
+ version: '1.25.8'
45
+ },
46
+ sdk: {
47
+ type: 'cosmos',
48
+ version: '0.50.14'
49
+ },
50
+ consensus: {
51
+ type: 'cometbft',
52
+ version: '0.38.21'
53
+ },
54
+ ibc: {
55
+ type: 'go',
56
+ version: '8.7.0',
57
+ icsEnabled: ['ics20-1', 'ics27-1']
58
+ },
59
+ genesis: {
60
+ name: 'genesis',
61
+ genesisUrl: 'https://raw.githubusercontent.com/Safrochain-Org/mainnet-genesis/main/genesis.json'
62
+ }
63
+ },
64
+ logoURIs: {
65
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
66
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
67
+ },
68
+ images: [{
69
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
70
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
71
+ }],
72
+ description: 'Safrochain is building a mobile-first, mobile-money-powered blockchain that connects blockchain infrastructure to mobile money networks—turning mobile wallets into gateways to stablecoins, programmable finance, cross-border settlement, and lower-cost interoperable transfers across operators and borders.',
73
+ apis: {
74
+ rpc: [
75
+ {
76
+ address: 'https://rpc.safrochain.network',
77
+ provider: 'Safrochain Foundation'
78
+ },
79
+ {
80
+ address: 'https://rpc1.safrochain.network',
81
+ provider: 'Safrochain Foundation'
82
+ },
83
+ {
84
+ address: 'https://rpc2.safrochain.network',
85
+ provider: 'Safrochain Foundation',
86
+ archive: true
87
+ }
88
+ ],
89
+ rest: [
90
+ {
91
+ address: 'https://api.safrochain.network',
92
+ provider: 'Safrochain Foundation'
93
+ },
94
+ {
95
+ address: 'https://api1.safrochain.network',
96
+ provider: 'Safrochain Foundation'
97
+ },
98
+ {
99
+ address: 'https://api2.safrochain.network',
100
+ provider: 'Safrochain Foundation',
101
+ archive: true
102
+ }
103
+ ],
104
+ grpc: [
105
+ {
106
+ address: 'https://grpc.safrochain.network:443',
107
+ provider: 'Safrochain Foundation'
108
+ },
109
+ {
110
+ address: 'https://grpc1.safrochain.network:443',
111
+ provider: 'Safrochain Foundation'
112
+ },
113
+ {
114
+ address: 'https://grpc2.safrochain.network:443',
115
+ provider: 'Safrochain Foundation',
116
+ archive: true
117
+ }
118
+ ],
119
+ grpcWeb: [{
120
+ address: 'https://grpc-web.safrochain.network',
121
+ provider: 'Safrochain Foundation'
122
+ }],
123
+ wss: [{
124
+ address: 'wss://rpc.safrochain.network/websocket',
125
+ provider: 'Safrochain Foundation'
126
+ }, {
127
+ address: 'wss://rpc1.safrochain.network/websocket',
128
+ provider: 'Safrochain Foundation'
129
+ }]
130
+ },
131
+ snapshots: [{
132
+ provider: 'Safrochain Foundation',
133
+ url: 'https://snapshots.safrochain.network',
134
+ type: 'archive'
135
+ }],
136
+ explorers: [{
137
+ kind: 'safroexplorer',
138
+ url: 'https://explorer.safrochain.com/',
139
+ txPage: 'https://explorer.safrochain.com/tx/${txHash}',
140
+ accountPage: 'https://explorer.safrochain.com/address/${accountAddress}',
141
+ validatorPage: 'https://explorer.safrochain.com/validator/${validatorAddress}'
142
+ }],
143
+ keywords: [
144
+ 'safrochain',
145
+ 'saf',
146
+ 'cosmos',
147
+ 'ibc',
148
+ 'payments'
149
+ ]
150
+ };
151
+ export default info;
@@ -0,0 +1,62 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'noble',
5
+ chainId: 'noble-1',
6
+ clientId: '07-tendermint-224',
7
+ connectionId: 'connection-210'
8
+ },
9
+ chain2: {
10
+ chainName: 'safrochain',
11
+ chainId: 'safrochain-1',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-581',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'ACTIVE',
28
+ preferred: true
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'osmosis',
35
+ chainId: 'osmosis-1',
36
+ clientId: '07-tendermint-3719',
37
+ connectionId: 'connection-11075'
38
+ },
39
+ chain2: {
40
+ chainName: 'safrochain',
41
+ chainId: 'safrochain-1',
42
+ clientId: '07-tendermint-1',
43
+ connectionId: 'connection-1'
44
+ },
45
+ channels: [{
46
+ chain1: {
47
+ channelId: 'channel-110497',
48
+ portId: 'transfer'
49
+ },
50
+ chain2: {
51
+ channelId: 'channel-1',
52
+ portId: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ status: 'ACTIVE',
58
+ preferred: true
59
+ }
60
+ }]
61
+ }];
62
+ export default info;
@@ -0,0 +1,6 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -65,6 +65,7 @@ import * as _kujiratestnet from './kujiratestnet';
65
65
  import * as _kyvetestnet from './kyvetestnet';
66
66
  import * as _lavatestnet from './lavatestnet';
67
67
  import * as _likecointestnet from './likecointestnet';
68
+ import * as _limonatatestnet from './limonatatestnet';
68
69
  import * as _lombardledgertestnet from './lombardledgertestnet';
69
70
  import * as _lumenxtestnet from './lumenxtestnet';
70
71
  import * as _lumeratestnet from './lumeratestnet';
@@ -212,6 +213,7 @@ const assetList = [
212
213
  _kyvetestnet.assetList,
213
214
  _lavatestnet.assetList,
214
215
  _likecointestnet.assetList,
216
+ _limonatatestnet.assetList,
215
217
  _lombardledgertestnet.assetList,
216
218
  _lumenxtestnet.assetList,
217
219
  _lumeratestnet.assetList,
@@ -65,6 +65,7 @@ import * as _kujiratestnet from './kujiratestnet';
65
65
  import * as _kyvetestnet from './kyvetestnet';
66
66
  import * as _lavatestnet from './lavatestnet';
67
67
  import * as _likecointestnet from './likecointestnet';
68
+ import * as _limonatatestnet from './limonatatestnet';
68
69
  import * as _lombardledgertestnet from './lombardledgertestnet';
69
70
  import * as _lumenxtestnet from './lumenxtestnet';
70
71
  import * as _lumeratestnet from './lumeratestnet';
@@ -212,6 +213,7 @@ const chains = [
212
213
  _kyvetestnet.chain,
213
214
  _lavatestnet.chain,
214
215
  _likecointestnet.chain,
216
+ _limonatatestnet.chain,
215
217
  _lombardledgertestnet.chain,
216
218
  _lumenxtestnet.chain,
217
219
  _lumeratestnet.chain,
@@ -0,0 +1,26 @@
1
+ const info = {
2
+ $schema: '../../assetlist.schema.json',
3
+ chainName: 'limonatatestnet',
4
+ assets: [{
5
+ description: 'LIMO is the native gas and staking token of Limonata, an EVM Layer-1 on the Cosmos SDK.',
6
+ denomUnits: [{
7
+ denom: 'aLIMO',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'LIMO',
11
+ exponent: 18
12
+ }],
13
+ base: 'aLIMO',
14
+ name: 'Limonata',
15
+ display: 'LIMO',
16
+ symbol: 'LIMO',
17
+ typeAsset: 'sdk.coin',
18
+ logoURIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
23
+ }]
24
+ }]
25
+ };
26
+ export default info;
@@ -0,0 +1,58 @@
1
+ const info = {
2
+ $schema: '../../chain.schema.json',
3
+ chainName: 'limonatatestnet',
4
+ chainType: 'cosmos',
5
+ chainId: 'limonata_10777-1',
6
+ prettyName: 'Limonata Testnet',
7
+ website: 'https://limonata.xyz',
8
+ networkType: 'testnet',
9
+ status: 'live',
10
+ logoURIs: {
11
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
12
+ },
13
+ bech32Prefix: 'cosmos',
14
+ daemonName: 'limonatad',
15
+ nodeHome: '$HOME/.limonatad',
16
+ keyAlgos: ['ethsecp256k1'],
17
+ slip44: 60,
18
+ fees: {
19
+ feeTokens: [{
20
+ denom: 'aLIMO',
21
+ fixedMinGasPrice: 0,
22
+ lowGasPrice: 0.01,
23
+ averageGasPrice: 0.025,
24
+ highGasPrice: 0.04
25
+ }]
26
+ },
27
+ staking: {
28
+ stakingTokens: [{
29
+ denom: 'aLIMO'
30
+ }]
31
+ },
32
+ codebase: {
33
+ gitRepo: 'https://github.com/Limonata-Blockchain/limonata',
34
+ genesis: {
35
+ genesisUrl: 'https://limonata.xyz/genesis.json'
36
+ }
37
+ },
38
+ apis: {
39
+ rpc: [{
40
+ address: 'https://cosmos-rpc.limonata.xyz',
41
+ provider: 'Limonata'
42
+ }],
43
+ rest: [{
44
+ address: 'https://rest.limonata.xyz',
45
+ provider: 'Limonata'
46
+ }]
47
+ },
48
+ explorers: [{
49
+ kind: 'Limonata Explorer',
50
+ url: 'https://explorer.limonata.xyz',
51
+ txPage: 'https://explorer.limonata.xyz/tx/${txHash}',
52
+ accountPage: 'https://explorer.limonata.xyz/address/${accountAddress}'
53
+ }],
54
+ images: [{
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
56
+ }]
57
+ };
58
+ 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;
@@ -196,6 +196,7 @@ const _realio = __importStar(require("./realio"));
196
196
  const _rebus = __importStar(require("./rebus"));
197
197
  const _regen = __importStar(require("./regen"));
198
198
  const _rizon = __importStar(require("./rizon"));
199
+ const _safrochain = __importStar(require("./safrochain"));
199
200
  const _saga = __importStar(require("./saga"));
200
201
  const _scorum = __importStar(require("./scorum"));
201
202
  const _secretnetwork = __importStar(require("./secretnetwork"));
@@ -420,6 +421,7 @@ const assetList = [
420
421
  _rebus.assetList,
421
422
  _regen.assetList,
422
423
  _rizon.assetList,
424
+ _safrochain.assetList,
423
425
  _saga.assetList,
424
426
  _scorum.assetList,
425
427
  _secretnetwork.assetList,
package/mainnet/chains.js CHANGED
@@ -196,6 +196,7 @@ const _realio = __importStar(require("./realio"));
196
196
  const _rebus = __importStar(require("./rebus"));
197
197
  const _regen = __importStar(require("./regen"));
198
198
  const _rizon = __importStar(require("./rizon"));
199
+ const _safrochain = __importStar(require("./safrochain"));
199
200
  const _saga = __importStar(require("./saga"));
200
201
  const _scorum = __importStar(require("./scorum"));
201
202
  const _secretnetwork = __importStar(require("./secretnetwork"));
@@ -420,6 +421,7 @@ const chains = [
420
421
  _rebus.chain,
421
422
  _regen.chain,
422
423
  _rizon.chain,
424
+ _safrochain.chain,
423
425
  _saga.chain,
424
426
  _scorum.chain,
425
427
  _secretnetwork.chain,
@@ -156,6 +156,7 @@ const _realio = __importStar(require("./realio"));
156
156
  const _rebus = __importStar(require("./rebus"));
157
157
  const _regen = __importStar(require("./regen"));
158
158
  const _rizon = __importStar(require("./rizon"));
159
+ const _safrochain = __importStar(require("./safrochain"));
159
160
  const _saga = __importStar(require("./saga"));
160
161
  const _scorum = __importStar(require("./scorum"));
161
162
  const _secretnetwork = __importStar(require("./secretnetwork"));
@@ -327,6 +328,7 @@ const ibcData = [
327
328
  ..._rebus.ibcData,
328
329
  ..._regen.ibcData,
329
330
  ..._rizon.ibcData,
331
+ ..._safrochain.ibcData,
330
332
  ..._saga.ibcData,
331
333
  ..._scorum.ibcData,
332
334
  ..._secretnetwork.ibcData,
@@ -1357,6 +1357,37 @@ const info = [
1357
1357
  }
1358
1358
  }]
1359
1359
  },
1360
+ {
1361
+ $schema: '../ibc_data.schema.json',
1362
+ chain1: {
1363
+ chainName: 'noble',
1364
+ chainId: 'noble-1',
1365
+ clientId: '07-tendermint-224',
1366
+ connectionId: 'connection-210'
1367
+ },
1368
+ chain2: {
1369
+ chainName: 'safrochain',
1370
+ chainId: 'safrochain-1',
1371
+ clientId: '07-tendermint-0',
1372
+ connectionId: 'connection-0'
1373
+ },
1374
+ channels: [{
1375
+ chain1: {
1376
+ channelId: 'channel-581',
1377
+ portId: 'transfer'
1378
+ },
1379
+ chain2: {
1380
+ channelId: 'channel-0',
1381
+ portId: 'transfer'
1382
+ },
1383
+ ordering: 'unordered',
1384
+ version: 'ics20-1',
1385
+ tags: {
1386
+ status: 'ACTIVE',
1387
+ preferred: true
1388
+ }
1389
+ }]
1390
+ },
1360
1391
  {
1361
1392
  $schema: '../ibc_data.schema.json',
1362
1393
  chain1: {
@@ -4570,6 +4570,37 @@ const info = [
4570
4570
  }
4571
4571
  }]
4572
4572
  },
4573
+ {
4574
+ $schema: '../ibc_data.schema.json',
4575
+ chain1: {
4576
+ chainName: 'osmosis',
4577
+ chainId: 'osmosis-1',
4578
+ clientId: '07-tendermint-3719',
4579
+ connectionId: 'connection-11075'
4580
+ },
4581
+ chain2: {
4582
+ chainName: 'safrochain',
4583
+ chainId: 'safrochain-1',
4584
+ clientId: '07-tendermint-1',
4585
+ connectionId: 'connection-1'
4586
+ },
4587
+ channels: [{
4588
+ chain1: {
4589
+ channelId: 'channel-110497',
4590
+ portId: 'transfer'
4591
+ },
4592
+ chain2: {
4593
+ channelId: 'channel-1',
4594
+ portId: 'transfer'
4595
+ },
4596
+ ordering: 'unordered',
4597
+ version: 'ics20-1',
4598
+ tags: {
4599
+ status: 'ACTIVE',
4600
+ preferred: true
4601
+ }
4602
+ }]
4603
+ },
4573
4604
  {
4574
4605
  $schema: '../ibc_data.schema.json',
4575
4606
  chain1: {
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,95 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../assetlist.schema.json',
5
+ chainName: 'safrochain',
6
+ assets: [
7
+ {
8
+ description: 'The native staking, governance, and fee token of Safrochain, a mobile-first mobile-money-powered blockchain connecting mobile wallets to on-chain finance and interoperable digital rails.',
9
+ denomUnits: [{
10
+ denom: 'usaf',
11
+ exponent: 0,
12
+ aliases: ['microsaf']
13
+ }, {
14
+ denom: 'saf',
15
+ exponent: 6
16
+ }],
17
+ base: 'usaf',
18
+ name: 'Safrochain',
19
+ display: 'saf',
20
+ symbol: 'SAF',
21
+ logoURIs: {
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
24
+ },
25
+ images: [{
26
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
27
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
28
+ }],
29
+ typeAsset: 'sdk.coin'
30
+ },
31
+ {
32
+ description: 'Circle USDC bridged from Noble over IBC channel-0.',
33
+ denomUnits: [{
34
+ denom: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
35
+ exponent: 0,
36
+ aliases: ['uusdc']
37
+ }, {
38
+ denom: 'USDC',
39
+ exponent: 6
40
+ }],
41
+ base: 'ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5',
42
+ name: 'USD Coin (Noble)',
43
+ display: 'USDC',
44
+ symbol: 'USDC',
45
+ traces: [{
46
+ type: 'ibc',
47
+ counterparty: {
48
+ chainName: 'noble',
49
+ baseDenom: 'uusdc',
50
+ channelId: 'channel-581'
51
+ },
52
+ chain: {
53
+ channelId: 'channel-0',
54
+ path: 'transfer/channel-0/uusdc'
55
+ }
56
+ }],
57
+ logoURIs: {
58
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
59
+ },
60
+ typeAsset: 'ics20'
61
+ },
62
+ {
63
+ description: 'Osmosis OSMO bridged over IBC channel-1.',
64
+ denomUnits: [{
65
+ denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
66
+ exponent: 0,
67
+ aliases: ['uosmo']
68
+ }, {
69
+ denom: 'OSMO',
70
+ exponent: 6
71
+ }],
72
+ base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
73
+ name: 'Osmosis',
74
+ display: 'OSMO',
75
+ symbol: 'OSMO',
76
+ traces: [{
77
+ type: 'ibc',
78
+ counterparty: {
79
+ chainName: 'osmosis',
80
+ baseDenom: 'uosmo',
81
+ channelId: 'channel-110497'
82
+ },
83
+ chain: {
84
+ channelId: 'channel-1',
85
+ path: 'transfer/channel-1/uosmo'
86
+ }
87
+ }],
88
+ logoURIs: {
89
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png'
90
+ },
91
+ typeAsset: 'ics20'
92
+ }
93
+ ]
94
+ };
95
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'safrochain',
6
+ chainType: 'cosmos',
7
+ status: 'live',
8
+ networkType: 'mainnet',
9
+ website: 'https://safrochain.com',
10
+ prettyName: 'Safrochain',
11
+ chainId: 'safrochain-1',
12
+ bech32Prefix: 'addr_safro',
13
+ bech32Config: {
14
+ bech32PrefixAccAddr: 'addr_safro',
15
+ bech32PrefixAccPub: 'addr_safropub',
16
+ bech32PrefixValAddr: 'addr_safrovaloper',
17
+ bech32PrefixValPub: 'addr_safrovaloperpub',
18
+ bech32PrefixConsAddr: 'addr_safrovalcons',
19
+ bech32PrefixConsPub: 'addr_safrovalconspub'
20
+ },
21
+ daemonName: 'safrochaind',
22
+ nodeHome: '$HOME/.safrochain',
23
+ keyAlgos: ['secp256k1'],
24
+ slip44: 118,
25
+ fees: {
26
+ feeTokens: [{
27
+ denom: 'usaf',
28
+ fixedMinGasPrice: 0.05,
29
+ lowGasPrice: 0.05,
30
+ averageGasPrice: 0.0625,
31
+ highGasPrice: 0.075
32
+ }]
33
+ },
34
+ staking: {
35
+ stakingTokens: [{
36
+ denom: 'usaf'
37
+ }]
38
+ },
39
+ codebase: {
40
+ gitRepo: 'https://github.com/Safrochain-Org/safrochain-node',
41
+ recommendedVersion: 'v0.2.2',
42
+ compatibleVersions: ['v0.2.2'],
43
+ tag: 'v0.2.2',
44
+ language: {
45
+ type: 'go',
46
+ version: '1.25.8'
47
+ },
48
+ sdk: {
49
+ type: 'cosmos',
50
+ version: '0.50.14'
51
+ },
52
+ consensus: {
53
+ type: 'cometbft',
54
+ version: '0.38.21'
55
+ },
56
+ ibc: {
57
+ type: 'go',
58
+ version: '8.7.0',
59
+ icsEnabled: ['ics20-1', 'ics27-1']
60
+ },
61
+ genesis: {
62
+ name: 'genesis',
63
+ genesisUrl: 'https://raw.githubusercontent.com/Safrochain-Org/mainnet-genesis/main/genesis.json'
64
+ }
65
+ },
66
+ logoURIs: {
67
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
68
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
69
+ },
70
+ images: [{
71
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.png',
72
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/safrochain/images/saf.svg'
73
+ }],
74
+ description: 'Safrochain is building a mobile-first, mobile-money-powered blockchain that connects blockchain infrastructure to mobile money networks—turning mobile wallets into gateways to stablecoins, programmable finance, cross-border settlement, and lower-cost interoperable transfers across operators and borders.',
75
+ apis: {
76
+ rpc: [
77
+ {
78
+ address: 'https://rpc.safrochain.network',
79
+ provider: 'Safrochain Foundation'
80
+ },
81
+ {
82
+ address: 'https://rpc1.safrochain.network',
83
+ provider: 'Safrochain Foundation'
84
+ },
85
+ {
86
+ address: 'https://rpc2.safrochain.network',
87
+ provider: 'Safrochain Foundation',
88
+ archive: true
89
+ }
90
+ ],
91
+ rest: [
92
+ {
93
+ address: 'https://api.safrochain.network',
94
+ provider: 'Safrochain Foundation'
95
+ },
96
+ {
97
+ address: 'https://api1.safrochain.network',
98
+ provider: 'Safrochain Foundation'
99
+ },
100
+ {
101
+ address: 'https://api2.safrochain.network',
102
+ provider: 'Safrochain Foundation',
103
+ archive: true
104
+ }
105
+ ],
106
+ grpc: [
107
+ {
108
+ address: 'https://grpc.safrochain.network:443',
109
+ provider: 'Safrochain Foundation'
110
+ },
111
+ {
112
+ address: 'https://grpc1.safrochain.network:443',
113
+ provider: 'Safrochain Foundation'
114
+ },
115
+ {
116
+ address: 'https://grpc2.safrochain.network:443',
117
+ provider: 'Safrochain Foundation',
118
+ archive: true
119
+ }
120
+ ],
121
+ grpcWeb: [{
122
+ address: 'https://grpc-web.safrochain.network',
123
+ provider: 'Safrochain Foundation'
124
+ }],
125
+ wss: [{
126
+ address: 'wss://rpc.safrochain.network/websocket',
127
+ provider: 'Safrochain Foundation'
128
+ }, {
129
+ address: 'wss://rpc1.safrochain.network/websocket',
130
+ provider: 'Safrochain Foundation'
131
+ }]
132
+ },
133
+ snapshots: [{
134
+ provider: 'Safrochain Foundation',
135
+ url: 'https://snapshots.safrochain.network',
136
+ type: 'archive'
137
+ }],
138
+ explorers: [{
139
+ kind: 'safroexplorer',
140
+ url: 'https://explorer.safrochain.com/',
141
+ txPage: 'https://explorer.safrochain.com/tx/${txHash}',
142
+ accountPage: 'https://explorer.safrochain.com/address/${accountAddress}',
143
+ validatorPage: 'https://explorer.safrochain.com/validator/${validatorAddress}'
144
+ }],
145
+ keywords: [
146
+ 'safrochain',
147
+ 'saf',
148
+ 'cosmos',
149
+ 'ibc',
150
+ 'payments'
151
+ ]
152
+ };
153
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'noble',
7
+ chainId: 'noble-1',
8
+ clientId: '07-tendermint-224',
9
+ connectionId: 'connection-210'
10
+ },
11
+ chain2: {
12
+ chainName: 'safrochain',
13
+ chainId: 'safrochain-1',
14
+ clientId: '07-tendermint-0',
15
+ connectionId: 'connection-0'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-581',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-0',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ status: 'ACTIVE',
30
+ preferred: true
31
+ }
32
+ }]
33
+ }, {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain1: {
36
+ chainName: 'osmosis',
37
+ chainId: 'osmosis-1',
38
+ clientId: '07-tendermint-3719',
39
+ connectionId: 'connection-11075'
40
+ },
41
+ chain2: {
42
+ chainName: 'safrochain',
43
+ chainId: 'safrochain-1',
44
+ clientId: '07-tendermint-1',
45
+ connectionId: 'connection-1'
46
+ },
47
+ channels: [{
48
+ chain1: {
49
+ channelId: 'channel-110497',
50
+ portId: 'transfer'
51
+ },
52
+ chain2: {
53
+ channelId: 'channel-1',
54
+ portId: 'transfer'
55
+ },
56
+ ordering: 'unordered',
57
+ version: 'ics20-1',
58
+ tags: {
59
+ status: 'ACTIVE',
60
+ preferred: true
61
+ }
62
+ }]
63
+ }];
64
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.226",
3
+ "version": "2.0.227",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.226"
32
+ "@chain-registry/types": "^2.0.227"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "03d712519791bc978b322e7f9fc3be7625615b85"
42
+ "gitHead": "668d8ef5b3503b68422514941ee7f3e65c78cc7c"
43
43
  }
@@ -90,6 +90,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
90
90
  const _kyvetestnet = __importStar(require("./kyvetestnet"));
91
91
  const _lavatestnet = __importStar(require("./lavatestnet"));
92
92
  const _likecointestnet = __importStar(require("./likecointestnet"));
93
+ const _limonatatestnet = __importStar(require("./limonatatestnet"));
93
94
  const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
94
95
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
95
96
  const _lumeratestnet = __importStar(require("./lumeratestnet"));
@@ -237,6 +238,7 @@ const assetList = [
237
238
  _kyvetestnet.assetList,
238
239
  _lavatestnet.assetList,
239
240
  _likecointestnet.assetList,
241
+ _limonatatestnet.assetList,
240
242
  _lombardledgertestnet.assetList,
241
243
  _lumenxtestnet.assetList,
242
244
  _lumeratestnet.assetList,
package/testnet/chains.js CHANGED
@@ -90,6 +90,7 @@ const _kujiratestnet = __importStar(require("./kujiratestnet"));
90
90
  const _kyvetestnet = __importStar(require("./kyvetestnet"));
91
91
  const _lavatestnet = __importStar(require("./lavatestnet"));
92
92
  const _likecointestnet = __importStar(require("./likecointestnet"));
93
+ const _limonatatestnet = __importStar(require("./limonatatestnet"));
93
94
  const _lombardledgertestnet = __importStar(require("./lombardledgertestnet"));
94
95
  const _lumenxtestnet = __importStar(require("./lumenxtestnet"));
95
96
  const _lumeratestnet = __importStar(require("./lumeratestnet"));
@@ -237,6 +238,7 @@ const chains = [
237
238
  _kyvetestnet.chain,
238
239
  _lavatestnet.chain,
239
240
  _likecointestnet.chain,
241
+ _limonatatestnet.chain,
240
242
  _lombardledgertestnet.chain,
241
243
  _lumenxtestnet.chain,
242
244
  _lumeratestnet.chain,
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export default info;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../assetlist.schema.json',
5
+ chainName: 'limonatatestnet',
6
+ assets: [{
7
+ description: 'LIMO is the native gas and staking token of Limonata, an EVM Layer-1 on the Cosmos SDK.',
8
+ denomUnits: [{
9
+ denom: 'aLIMO',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'LIMO',
13
+ exponent: 18
14
+ }],
15
+ base: 'aLIMO',
16
+ name: 'Limonata',
17
+ display: 'LIMO',
18
+ symbol: 'LIMO',
19
+ typeAsset: 'sdk.coin',
20
+ logoURIs: {
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
25
+ }]
26
+ }]
27
+ };
28
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../../chain.schema.json',
5
+ chainName: 'limonatatestnet',
6
+ chainType: 'cosmos',
7
+ chainId: 'limonata_10777-1',
8
+ prettyName: 'Limonata Testnet',
9
+ website: 'https://limonata.xyz',
10
+ networkType: 'testnet',
11
+ status: 'live',
12
+ logoURIs: {
13
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
14
+ },
15
+ bech32Prefix: 'cosmos',
16
+ daemonName: 'limonatad',
17
+ nodeHome: '$HOME/.limonatad',
18
+ keyAlgos: ['ethsecp256k1'],
19
+ slip44: 60,
20
+ fees: {
21
+ feeTokens: [{
22
+ denom: 'aLIMO',
23
+ fixedMinGasPrice: 0,
24
+ lowGasPrice: 0.01,
25
+ averageGasPrice: 0.025,
26
+ highGasPrice: 0.04
27
+ }]
28
+ },
29
+ staking: {
30
+ stakingTokens: [{
31
+ denom: 'aLIMO'
32
+ }]
33
+ },
34
+ codebase: {
35
+ gitRepo: 'https://github.com/Limonata-Blockchain/limonata',
36
+ genesis: {
37
+ genesisUrl: 'https://limonata.xyz/genesis.json'
38
+ }
39
+ },
40
+ apis: {
41
+ rpc: [{
42
+ address: 'https://cosmos-rpc.limonata.xyz',
43
+ provider: 'Limonata'
44
+ }],
45
+ rest: [{
46
+ address: 'https://rest.limonata.xyz',
47
+ provider: 'Limonata'
48
+ }]
49
+ },
50
+ explorers: [{
51
+ kind: 'Limonata Explorer',
52
+ url: 'https://explorer.limonata.xyz',
53
+ txPage: 'https://explorer.limonata.xyz/tx/${txHash}',
54
+ accountPage: 'https://explorer.limonata.xyz/address/${accountAddress}'
55
+ }],
56
+ images: [{
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/limonatatestnet/images/limonatatestnet.png'
58
+ }]
59
+ };
60
+ exports.default = info;
@@ -0,0 +1,2 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ exports.assetList = asset_list_1.default;
10
+ exports.chain = chain_1.default;