chain-registry 2.0.72 → 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.
- package/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/devnet/seidevnet3/asset-list.js +16 -2
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/axelar/asset-list.js +32 -0
- package/esm/mainnet/axelar/ibc-data.js +29 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/ibc-data.js +29 -0
- package/esm/mainnet/cryptoorgchain/chain.js +4 -11
- package/esm/mainnet/echelon/asset-list.js +2 -0
- package/esm/mainnet/echelon/chain.js +8 -4
- package/esm/mainnet/ethereum/asset-list.js +24 -0
- package/esm/mainnet/ggezchain/asset-list.js +4 -8
- package/esm/mainnet/ibc-data.js +3 -1
- package/esm/mainnet/likecoin/chain.js +8 -4
- package/esm/mainnet/mun/asset-list.js +2 -4
- package/esm/mainnet/mun/chain.js +2 -4
- package/esm/mainnet/neutron/chain.js +3 -3
- package/esm/mainnet/noble/ibc-data.js +29 -0
- package/esm/mainnet/shareledger/chain.js +2 -2
- package/esm/mainnet/stafihub/chain.js +2 -2
- package/esm/mainnet/terpnetwork/chain.js +2 -2
- package/esm/mainnet/terra/asset-list.js +40 -6
- package/esm/mainnet/tgrade/asset-list.js +20 -2
- package/esm/mainnet/tgrade/chain.js +26 -4
- package/esm/mainnet/union/chain.js +8 -0
- package/esm/mainnet/wardenprotocol/asset-list.js +34 -0
- package/esm/mainnet/wardenprotocol/chain.js +82 -0
- package/esm/mainnet/wardenprotocol/index.js +4 -0
- package/esm/mainnet/zigchain/asset-list.js +150 -3
- package/esm/mainnet/zigchain/chain.js +1 -1
- package/esm/mainnet/zigchain/ibc-data.js +90 -0
- package/esm/mainnet/zigchain/index.js +2 -0
- package/esm/testnet/airchainstestnet/chain.js +4 -0
- package/esm/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/esm/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/esm/testnet/archwaytestnet/chain.js +7 -4
- package/esm/testnet/intentotestnet/asset-list.js +16 -4
- package/esm/testnet/junotestnet/asset-list.js +8 -4
- package/esm/testnet/likecointestnet/chain.js +7 -4
- package/esm/testnet/neutrontestnet/asset-list.js +32 -8
- package/esm/testnet/neutrontestnet/chain.js +16 -4
- package/esm/testnet/nolustestnet/asset-list.js +16 -4
- package/esm/testnet/nolustestnet/chain.js +7 -4
- package/esm/testnet/osmosistestnet/asset-list.js +5 -5
- package/esm/testnet/osmosistestnet/chain.js +7 -2
- package/esm/testnet/planqtestnet/asset-list.js +16 -4
- package/esm/testnet/planqtestnet/chain.js +8 -4
- package/esm/testnet/seitestnet/asset-list.js +21 -1
- package/esm/testnet/seitestnet2/asset-list.js +16 -2
- package/esm/testnet/sourcetestnet/asset-list.js +16 -4
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/axelar/asset-list.js +32 -0
- package/mainnet/axelar/ibc-data.js +29 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/ibc-data.js +29 -0
- package/mainnet/cryptoorgchain/chain.js +4 -11
- package/mainnet/echelon/asset-list.js +2 -0
- package/mainnet/echelon/chain.js +8 -4
- package/mainnet/ethereum/asset-list.js +24 -0
- package/mainnet/ggezchain/asset-list.js +4 -8
- package/mainnet/ibc-data.js +3 -1
- package/mainnet/likecoin/chain.js +8 -4
- package/mainnet/mun/asset-list.js +2 -4
- package/mainnet/mun/chain.js +2 -4
- package/mainnet/neutron/chain.js +3 -3
- package/mainnet/noble/ibc-data.js +29 -0
- package/mainnet/shareledger/chain.js +2 -2
- package/mainnet/stafihub/chain.js +2 -2
- package/mainnet/terpnetwork/chain.js +2 -2
- package/mainnet/terra/asset-list.js +40 -6
- package/mainnet/tgrade/asset-list.js +20 -2
- package/mainnet/tgrade/chain.js +26 -4
- package/mainnet/union/chain.js +8 -0
- package/mainnet/wardenprotocol/asset-list.d.ts +3 -0
- package/mainnet/wardenprotocol/asset-list.js +36 -0
- package/mainnet/wardenprotocol/chain.d.ts +3 -0
- package/mainnet/wardenprotocol/chain.js +84 -0
- package/mainnet/wardenprotocol/index.d.ts +2 -0
- package/mainnet/wardenprotocol/index.js +10 -0
- package/mainnet/zigchain/asset-list.js +150 -3
- package/mainnet/zigchain/chain.js +1 -1
- package/mainnet/zigchain/ibc-data.d.ts +3 -0
- package/mainnet/zigchain/ibc-data.js +92 -0
- package/mainnet/zigchain/index.d.ts +1 -0
- package/mainnet/zigchain/index.js +3 -1
- package/package.json +3 -3
- package/testnet/airchainstestnet/chain.js +4 -0
- package/testnet/airchainsvaranasitestnet/asset-list.js +14 -2
- package/testnet/airchainsvaranasitestnet/chain.js +6 -2
- package/testnet/archwaytestnet/chain.js +7 -4
- package/testnet/intentotestnet/asset-list.js +16 -4
- package/testnet/junotestnet/asset-list.js +8 -4
- package/testnet/likecointestnet/chain.js +7 -4
- package/testnet/neutrontestnet/asset-list.js +32 -8
- package/testnet/neutrontestnet/chain.js +16 -4
- package/testnet/nolustestnet/asset-list.js +16 -4
- package/testnet/nolustestnet/chain.js +7 -4
- package/testnet/osmosistestnet/asset-list.js +5 -5
- package/testnet/osmosistestnet/chain.js +7 -2
- package/testnet/planqtestnet/asset-list.js +16 -4
- package/testnet/planqtestnet/chain.js +8 -4
- package/testnet/seitestnet/asset-list.js +21 -1
- package/testnet/seitestnet2/asset-list.js +16 -2
- package/testnet/sourcetestnet/asset-list.js +16 -4
|
@@ -171,8 +171,8 @@ const info = {
|
|
|
171
171
|
}
|
|
172
172
|
],
|
|
173
173
|
logoURIs: {
|
|
174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
175
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/
|
|
174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
176
176
|
},
|
|
177
177
|
keywords: [
|
|
178
178
|
'ebook',
|
|
@@ -184,8 +184,12 @@ const info = {
|
|
|
184
184
|
'nft'
|
|
185
185
|
],
|
|
186
186
|
images: [{
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
imageSync: {
|
|
188
|
+
chainName: 'likecoin',
|
|
189
|
+
baseDenom: 'nanolike'
|
|
190
|
+
},
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg'
|
|
189
193
|
}]
|
|
190
194
|
};
|
|
191
195
|
exports.default = info;
|
|
@@ -17,12 +17,10 @@ const info = {
|
|
|
17
17
|
display: 'mun',
|
|
18
18
|
symbol: 'MUN',
|
|
19
19
|
logoURIs: {
|
|
20
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
21
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
22
21
|
},
|
|
23
22
|
images: [{
|
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
26
24
|
}],
|
|
27
25
|
typeAsset: 'sdk.coin'
|
|
28
26
|
}]
|
package/mainnet/mun/chain.js
CHANGED
|
@@ -34,8 +34,7 @@ const info = {
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
logoURIs: {
|
|
37
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
38
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
39
38
|
},
|
|
40
39
|
apis: {
|
|
41
40
|
rpc: [
|
|
@@ -94,8 +93,7 @@ const info = {
|
|
|
94
93
|
}
|
|
95
94
|
],
|
|
96
95
|
images: [{
|
|
97
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
98
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg'
|
|
96
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png'
|
|
99
97
|
}]
|
|
100
98
|
};
|
|
101
99
|
exports.default = info;
|
package/mainnet/neutron/chain.js
CHANGED
|
@@ -273,10 +273,10 @@ const info = {
|
|
|
273
273
|
circle: false
|
|
274
274
|
}
|
|
275
275
|
}, {
|
|
276
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/
|
|
277
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.png',
|
|
277
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/neutron.svg',
|
|
278
278
|
theme: {
|
|
279
|
-
circle:
|
|
279
|
+
circle: false
|
|
280
280
|
}
|
|
281
281
|
}]
|
|
282
282
|
};
|
|
@@ -1650,6 +1650,35 @@ const info = [
|
|
|
1650
1650
|
preferred: true
|
|
1651
1651
|
}
|
|
1652
1652
|
}]
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
$schema: '../ibc_data.schema.json',
|
|
1656
|
+
chain1: {
|
|
1657
|
+
chainName: 'noble',
|
|
1658
|
+
clientId: '07-tendermint-184',
|
|
1659
|
+
connectionId: 'connection-179'
|
|
1660
|
+
},
|
|
1661
|
+
chain2: {
|
|
1662
|
+
chainName: 'zigchain',
|
|
1663
|
+
clientId: '07-tendermint-3',
|
|
1664
|
+
connectionId: 'connection-3'
|
|
1665
|
+
},
|
|
1666
|
+
channels: [{
|
|
1667
|
+
chain1: {
|
|
1668
|
+
channelId: 'channel-175',
|
|
1669
|
+
portId: 'transfer'
|
|
1670
|
+
},
|
|
1671
|
+
chain2: {
|
|
1672
|
+
channelId: 'channel-3',
|
|
1673
|
+
portId: 'transfer'
|
|
1674
|
+
},
|
|
1675
|
+
ordering: 'unordered',
|
|
1676
|
+
version: 'ics20-1',
|
|
1677
|
+
tags: {
|
|
1678
|
+
status: 'live',
|
|
1679
|
+
preferred: true
|
|
1680
|
+
}
|
|
1681
|
+
}]
|
|
1653
1682
|
}
|
|
1654
1683
|
];
|
|
1655
1684
|
exports.default = info;
|
|
@@ -84,12 +84,12 @@ const info = {
|
|
|
84
84
|
accountPage: 'https://staking-explorer.com/account.php?chain=shareledger&addr=${accountAddress}'
|
|
85
85
|
}],
|
|
86
86
|
logoURIs: {
|
|
87
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
|
|
88
88
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
|
|
89
89
|
},
|
|
90
90
|
keywords: ['id'],
|
|
91
91
|
images: [{
|
|
92
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/
|
|
92
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.png',
|
|
93
93
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shareledger/images/token.svg'
|
|
94
94
|
}]
|
|
95
95
|
};
|
|
@@ -133,11 +133,11 @@ const info = {
|
|
|
133
133
|
}
|
|
134
134
|
],
|
|
135
135
|
logoURIs: {
|
|
136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
|
|
137
137
|
},
|
|
138
138
|
keywords: ['liquid staking'],
|
|
139
139
|
images: [{
|
|
140
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub
|
|
140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stafihub/images/stafihub.png'
|
|
141
141
|
}]
|
|
142
142
|
};
|
|
143
143
|
exports.default = info;
|
|
@@ -45,7 +45,7 @@ const info = {
|
|
|
45
45
|
}]
|
|
46
46
|
},
|
|
47
47
|
logoURIs: {
|
|
48
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/
|
|
48
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
|
|
49
49
|
},
|
|
50
50
|
apis: {
|
|
51
51
|
rpc: [
|
|
@@ -122,7 +122,7 @@ const info = {
|
|
|
122
122
|
}
|
|
123
123
|
],
|
|
124
124
|
images: [{
|
|
125
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/
|
|
125
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terpnetwork/images/terp.png'
|
|
126
126
|
}]
|
|
127
127
|
};
|
|
128
128
|
exports.default = info;
|
|
@@ -1642,11 +1642,21 @@ const info = {
|
|
|
1642
1642
|
name: 'Chainlink (Portal)',
|
|
1643
1643
|
display: 'link',
|
|
1644
1644
|
symbol: 'LINK',
|
|
1645
|
+
traces: [{
|
|
1646
|
+
type: 'bridge',
|
|
1647
|
+
counterparty: {
|
|
1648
|
+
chainName: 'ethereum',
|
|
1649
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
1650
|
+
},
|
|
1651
|
+
provider: 'Portal'
|
|
1652
|
+
}],
|
|
1645
1653
|
logoURIs: {
|
|
1646
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
1655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1647
1656
|
},
|
|
1648
1657
|
images: [{
|
|
1649
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
1659
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
1650
1660
|
}]
|
|
1651
1661
|
},
|
|
1652
1662
|
{
|
|
@@ -2858,11 +2868,25 @@ const info = {
|
|
|
2858
2868
|
name: 'Paxos Gold (Portal)',
|
|
2859
2869
|
display: 'paxg',
|
|
2860
2870
|
symbol: 'PAXG',
|
|
2871
|
+
traces: [{
|
|
2872
|
+
type: 'bridge',
|
|
2873
|
+
counterparty: {
|
|
2874
|
+
chainName: 'ethereum',
|
|
2875
|
+
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
2876
|
+
},
|
|
2877
|
+
provider: 'Portal'
|
|
2878
|
+
}],
|
|
2861
2879
|
logoURIs: {
|
|
2862
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2880
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
2881
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
2863
2882
|
},
|
|
2864
2883
|
images: [{
|
|
2865
|
-
|
|
2884
|
+
imageSync: {
|
|
2885
|
+
chainName: 'ethereum',
|
|
2886
|
+
baseDenom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
2887
|
+
},
|
|
2888
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
2889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
2866
2890
|
}]
|
|
2867
2891
|
},
|
|
2868
2892
|
{
|
|
@@ -2900,11 +2924,21 @@ const info = {
|
|
|
2900
2924
|
name: 'ChainLink Token',
|
|
2901
2925
|
display: 'link',
|
|
2902
2926
|
symbol: 'LINK',
|
|
2927
|
+
traces: [{
|
|
2928
|
+
type: 'synthetic',
|
|
2929
|
+
counterparty: {
|
|
2930
|
+
chainName: 'ethereum',
|
|
2931
|
+
baseDenom: '0x514910771af9ca656af840dff83e8264ecf986ca'
|
|
2932
|
+
},
|
|
2933
|
+
provider: 'Unknown'
|
|
2934
|
+
}],
|
|
2903
2935
|
logoURIs: {
|
|
2904
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2936
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2937
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2905
2938
|
},
|
|
2906
2939
|
images: [{
|
|
2907
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
2941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
2908
2942
|
}]
|
|
2909
2943
|
},
|
|
2910
2944
|
{
|
|
@@ -20,10 +20,28 @@ const info = {
|
|
|
20
20
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
21
21
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
22
22
|
},
|
|
23
|
-
images: [
|
|
23
|
+
images: [
|
|
24
|
+
{
|
|
24
25
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
25
26
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
26
|
-
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
30
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
42
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
43
|
+
}
|
|
44
|
+
],
|
|
27
45
|
typeAsset: 'sdk.coin'
|
|
28
46
|
}]
|
|
29
47
|
};
|
package/mainnet/tgrade/chain.js
CHANGED
|
@@ -63,12 +63,34 @@ const info = {
|
|
|
63
63
|
accountPage: 'https://tgrade.aneka.io/accounts/${accountAddress}'
|
|
64
64
|
}],
|
|
65
65
|
logoURIs: {
|
|
66
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
67
67
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
68
68
|
},
|
|
69
|
-
images: [
|
|
70
|
-
|
|
69
|
+
images: [
|
|
70
|
+
{
|
|
71
|
+
imageSync: {
|
|
72
|
+
chainName: 'tgrade',
|
|
73
|
+
baseDenom: 'utgd'
|
|
74
|
+
},
|
|
75
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png',
|
|
71
76
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg'
|
|
72
|
-
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.png',
|
|
80
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white.svg'
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.png',
|
|
84
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient_lines.svg'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-white_lines.svg'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.png',
|
|
92
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-black_lines.svg'
|
|
93
|
+
}
|
|
94
|
+
]
|
|
73
95
|
};
|
|
74
96
|
exports.default = info;
|
package/mainnet/union/chain.js
CHANGED
|
@@ -86,6 +86,10 @@ const info = {
|
|
|
86
86
|
{
|
|
87
87
|
address: 'https://m-union-rpc.ruangnode.com:443',
|
|
88
88
|
provider: 'ruangnode'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://union-rpc.highstakes.ch',
|
|
92
|
+
provider: 'High Stakes 🇨🇭'
|
|
89
93
|
}
|
|
90
94
|
],
|
|
91
95
|
rest: [
|
|
@@ -116,6 +120,10 @@ const info = {
|
|
|
116
120
|
{
|
|
117
121
|
address: 'https://m-union-api.ruangnode.com:443',
|
|
118
122
|
provider: 'ruangnode'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'https://union-api.highstakes.ch',
|
|
126
|
+
provider: 'High Stakes 🇨🇭'
|
|
119
127
|
}
|
|
120
128
|
],
|
|
121
129
|
grpc: [
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'wardenprotocol',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'Warden is the Global Agent Network—an open platform that gives AI Agents identity, trust, payments, and instant access to millions of users.',
|
|
8
|
+
extendedDescription: 'Warden is building the Global Agent Network, the foundation of the Agent economy. Through its full-stack platform—Warden Studio, Warden Chain, and Warden Agent Hub—developers can create and deploy AI Agents with onchain identity, trust, and monetization, while users access them through Warden, the \'Everything App\' for crypto.',
|
|
9
|
+
denomUnits: [{
|
|
10
|
+
denom: 'award',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'ward',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
base: 'award',
|
|
17
|
+
name: 'Warden',
|
|
18
|
+
display: 'ward',
|
|
19
|
+
symbol: 'WARD',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
|
|
23
|
+
},
|
|
24
|
+
coingeckoId: 'warden-2',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://wardenprotocol.org/',
|
|
31
|
+
twitter: 'https://twitter.com/wardenprotocol'
|
|
32
|
+
},
|
|
33
|
+
typeAsset: 'sdk.coin'
|
|
34
|
+
}]
|
|
35
|
+
};
|
|
36
|
+
exports.default = info;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'wardenprotocol',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
website: 'https://wardenprotocol.org/',
|
|
9
|
+
prettyName: 'Warden',
|
|
10
|
+
chainType: 'cosmos',
|
|
11
|
+
chainId: 'warden_8765-1',
|
|
12
|
+
bech32Prefix: 'warden',
|
|
13
|
+
daemonName: 'wardend',
|
|
14
|
+
nodeHome: '$HOME/.warden',
|
|
15
|
+
keyAlgos: ['ethsecp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
feeTokens: [{
|
|
19
|
+
denom: 'award',
|
|
20
|
+
fixedMinGasPrice: 140000000000,
|
|
21
|
+
lowGasPrice: 196000000000,
|
|
22
|
+
averageGasPrice: 225400000000,
|
|
23
|
+
highGasPrice: 254800000000
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
stakingTokens: [{
|
|
28
|
+
denom: 'award'
|
|
29
|
+
}],
|
|
30
|
+
lockDuration: {
|
|
31
|
+
time: '1209600s'
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
codebase: {
|
|
35
|
+
gitRepo: 'https://github.com/warden-protocol/wardenprotocol',
|
|
36
|
+
recommendedVersion: 'v0.7.0',
|
|
37
|
+
compatibleVersions: ['v0.7.0'],
|
|
38
|
+
binaries: {
|
|
39
|
+
"linux/amd64": 'https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.0/wardend-v0.7.0-linux-amd64',
|
|
40
|
+
"linux/arm64": 'https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.0/wardend-v0.7.0-linux-arm64'
|
|
41
|
+
},
|
|
42
|
+
consensus: {
|
|
43
|
+
type: 'cometbft',
|
|
44
|
+
version: 'v0.38.18'
|
|
45
|
+
},
|
|
46
|
+
genesis: {
|
|
47
|
+
genesisUrl: 'https://github.com/warden-protocol/networks/raw/main/mainnet/genesis.json'
|
|
48
|
+
},
|
|
49
|
+
sdk: {
|
|
50
|
+
type: 'cosmos',
|
|
51
|
+
version: 'v0.53.4'
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
logoURIs: {
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
|
|
57
|
+
},
|
|
58
|
+
description: 'Warden is building the Global Agent Network, the foundation of the Agent economy. Through its full-stack platform—Warden Studio, Warden Chain, and Warden Agent Hub—developers can create and deploy AI Agents with onchain identity, trust, and monetization, while users access them through Warden, the \'Everything App\' for crypto.',
|
|
59
|
+
apis: {
|
|
60
|
+
rpc: [{
|
|
61
|
+
address: 'https://rpc.wardenprotocol.org',
|
|
62
|
+
provider: 'Warden Labs'
|
|
63
|
+
}],
|
|
64
|
+
rest: [{
|
|
65
|
+
address: 'https://api.wardenprotocol.org',
|
|
66
|
+
provider: 'Warden Labs'
|
|
67
|
+
}],
|
|
68
|
+
grpc: [{
|
|
69
|
+
address: 'https://grpc.wardenprotocol.org',
|
|
70
|
+
provider: 'Warden Labs'
|
|
71
|
+
}]
|
|
72
|
+
},
|
|
73
|
+
explorers: [{
|
|
74
|
+
kind: 'Warden Labs',
|
|
75
|
+
url: 'https://explorer.wardenprotocol.org/',
|
|
76
|
+
txPage: 'https://explorer.wardenprotocol.org/tx/${txHash}',
|
|
77
|
+
accountPage: 'https://explorer.wardenprotocol.org/address/${accountAddress}'
|
|
78
|
+
}],
|
|
79
|
+
images: [{
|
|
80
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.png',
|
|
81
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/wardenprotocol/images/ward.svg'
|
|
82
|
+
}]
|
|
83
|
+
};
|
|
84
|
+
exports.default = info;
|
|
@@ -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;
|