chain-registry 1.60.0 → 1.61.1
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/esm/mainnet/axelar/ibc.js +29 -0
- package/esm/mainnet/canto/chain.js +0 -6
- package/esm/mainnet/composable/assets.js +306 -16
- package/esm/mainnet/crescent/chain.js +0 -6
- package/esm/mainnet/emoney/chain.js +0 -6
- package/esm/mainnet/kyve/chain.js +12 -0
- package/esm/mainnet/onex/ibc.js +29 -0
- package/esm/mainnet/onomy/ibc.js +28 -0
- package/esm/mainnet/osmosis/assets.js +2 -2
- package/esm/mainnet/pryzm/ibc.js +29 -0
- package/esm/mainnet/regen/chain.js +0 -6
- package/esm/mainnet/shido/chain.js +6 -0
- package/esm/noncosmos/assets.js +2 -0
- package/esm/noncosmos/mantrachain/assets.js +58 -0
- package/esm/noncosmos/mantrachain/index.js +2 -0
- package/esm/noncosmos/named.js +1 -0
- package/esm/noncosmos/solana/assets.js +291 -0
- package/esm/testnet/coreumtestnet/ibc.js +30 -0
- package/esm/testnet/coreumtestnet/index.js +2 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/mantrachaintestnet/assets.js +19 -11
- package/esm/testnet/mantrachaintestnet/chain.js +7 -6
- package/esm/testnet/osmosistestnet/ibc.js +29 -0
- package/mainnet/axelar/ibc.js +29 -0
- package/mainnet/canto/chain.js +0 -6
- package/mainnet/composable/assets.js +306 -16
- package/mainnet/crescent/chain.js +0 -6
- package/mainnet/emoney/chain.js +0 -6
- package/mainnet/kyve/chain.js +12 -0
- package/mainnet/onex/ibc.js +29 -0
- package/mainnet/onomy/ibc.js +28 -0
- package/mainnet/osmosis/assets.js +2 -2
- package/mainnet/pryzm/ibc.js +29 -0
- package/mainnet/regen/chain.js +0 -6
- package/mainnet/shido/chain.js +6 -0
- package/noncosmos/assets.js +2 -0
- package/noncosmos/mantrachain/assets.d.ts +3 -0
- package/noncosmos/mantrachain/assets.js +60 -0
- package/noncosmos/mantrachain/index.d.ts +1 -0
- package/noncosmos/mantrachain/index.js +8 -0
- package/noncosmos/named.d.ts +1 -0
- package/noncosmos/named.js +2 -1
- package/noncosmos/solana/assets.js +291 -0
- package/package.json +4 -4
- package/testnet/coreumtestnet/ibc.d.ts +3 -0
- package/testnet/coreumtestnet/ibc.js +32 -0
- package/testnet/coreumtestnet/index.d.ts +1 -0
- package/testnet/coreumtestnet/index.js +3 -1
- package/testnet/ibc.js +2 -0
- package/testnet/mantrachaintestnet/assets.js +19 -11
- package/testnet/mantrachaintestnet/chain.js +7 -6
- package/testnet/osmosistestnet/ibc.js +29 -0
|
@@ -842,6 +842,35 @@ const info = [
|
|
|
842
842
|
}
|
|
843
843
|
}]
|
|
844
844
|
},
|
|
845
|
+
{
|
|
846
|
+
$schema: '../ibc_data.schema.json',
|
|
847
|
+
chain_1: {
|
|
848
|
+
chain_name: 'axelar',
|
|
849
|
+
client_id: '07-tendermint-224',
|
|
850
|
+
connection_id: 'connection-209'
|
|
851
|
+
},
|
|
852
|
+
chain_2: {
|
|
853
|
+
chain_name: 'pryzm',
|
|
854
|
+
client_id: '07-tendermint-7',
|
|
855
|
+
connection_id: 'connection-7'
|
|
856
|
+
},
|
|
857
|
+
channels: [{
|
|
858
|
+
chain_1: {
|
|
859
|
+
channel_id: 'channel-155',
|
|
860
|
+
port_id: 'transfer'
|
|
861
|
+
},
|
|
862
|
+
chain_2: {
|
|
863
|
+
channel_id: 'channel-13',
|
|
864
|
+
port_id: 'transfer'
|
|
865
|
+
},
|
|
866
|
+
ordering: 'unordered',
|
|
867
|
+
version: 'ics20-1',
|
|
868
|
+
tags: {
|
|
869
|
+
status: 'live',
|
|
870
|
+
preferred: true
|
|
871
|
+
}
|
|
872
|
+
}]
|
|
873
|
+
},
|
|
845
874
|
{
|
|
846
875
|
$schema: '../ibc_data.schema.json',
|
|
847
876
|
chain_1: {
|
|
@@ -143,12 +143,6 @@ const info = {
|
|
|
143
143
|
url: 'https://cosmos-explorers.neobase.one/canto',
|
|
144
144
|
tx_page: 'https://cosmos-explorers.neobase.one/canto/tx/${txHash}'
|
|
145
145
|
},
|
|
146
|
-
{
|
|
147
|
-
kind: 'mintscan',
|
|
148
|
-
url: 'https://www.mintscan.io/canto',
|
|
149
|
-
tx_page: 'https://www.mintscan.io/canto/transactions/${txHash}',
|
|
150
|
-
account_page: 'https://www.mintscan.io/canto/accounts/${accountAddress}'
|
|
151
|
-
},
|
|
152
146
|
{
|
|
153
147
|
kind: 'TC Network',
|
|
154
148
|
url: 'https://explorer.tcnetwork.io/canto',
|
|
@@ -836,9 +836,6 @@ const info = {
|
|
|
836
836
|
path: 'transfer/channel-52/0x57e114b691db790c35207b2e685d4a43181e6061'
|
|
837
837
|
}
|
|
838
838
|
}],
|
|
839
|
-
logo_URIs: {
|
|
840
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
841
|
-
},
|
|
842
839
|
images: [{
|
|
843
840
|
image_sync: {
|
|
844
841
|
chain_name: 'ethereum',
|
|
@@ -874,9 +871,6 @@ const info = {
|
|
|
874
871
|
path: 'transfer/channel-52/0x4c9edd5852cd905f086c759e8383e09bff1e68b3'
|
|
875
872
|
}
|
|
876
873
|
}],
|
|
877
|
-
logo_URIs: {
|
|
878
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png'
|
|
879
|
-
},
|
|
880
874
|
images: [{
|
|
881
875
|
image_sync: {
|
|
882
876
|
chain_name: 'ethereum',
|
|
@@ -912,9 +906,6 @@ const info = {
|
|
|
912
906
|
path: 'transfer/channel-52/0xbf5495efe5db9ce00f80364c8b423567e58d2110'
|
|
913
907
|
}
|
|
914
908
|
}],
|
|
915
|
-
logo_URIs: {
|
|
916
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png'
|
|
917
|
-
},
|
|
918
909
|
images: [{
|
|
919
910
|
image_sync: {
|
|
920
911
|
chain_name: 'ethereum',
|
|
@@ -950,10 +941,6 @@ const info = {
|
|
|
950
941
|
path: 'transfer/channel-52/0x6982508145454ce325ddbe47a25d4ec3d2311933'
|
|
951
942
|
}
|
|
952
943
|
}],
|
|
953
|
-
logo_URIs: {
|
|
954
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
955
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
956
|
-
},
|
|
957
944
|
images: [{
|
|
958
945
|
image_sync: {
|
|
959
946
|
chain_name: 'ethereum',
|
|
@@ -997,9 +984,6 @@ const info = {
|
|
|
997
984
|
path: 'transfer/channel-71/So11111111111111111111111111111111111111112'
|
|
998
985
|
}
|
|
999
986
|
}],
|
|
1000
|
-
logo_URIs: {
|
|
1001
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
1002
|
-
},
|
|
1003
987
|
images: [{
|
|
1004
988
|
image_sync: {
|
|
1005
989
|
chain_name: 'solana',
|
|
@@ -1007,6 +991,312 @@ const info = {
|
|
|
1007
991
|
},
|
|
1008
992
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol.svg'
|
|
1009
993
|
}]
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
description: 'mSOL represents staked SOL in the Marinade stake pool.',
|
|
997
|
+
denom_units: [{
|
|
998
|
+
denom: 'ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D',
|
|
999
|
+
exponent: 0
|
|
1000
|
+
}, {
|
|
1001
|
+
denom: 'msol',
|
|
1002
|
+
exponent: 9
|
|
1003
|
+
}],
|
|
1004
|
+
type_asset: 'ics20',
|
|
1005
|
+
base: 'ibc/C280CB39B97E7CD33A0BF149CFD392C2A3F95FF896AFF89CFF2FA181479BED8D',
|
|
1006
|
+
name: 'Marinade Staked SOL',
|
|
1007
|
+
display: 'msol',
|
|
1008
|
+
symbol: 'mSOL',
|
|
1009
|
+
traces: [{
|
|
1010
|
+
type: 'ibc',
|
|
1011
|
+
counterparty: {
|
|
1012
|
+
chain_name: 'solana',
|
|
1013
|
+
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So',
|
|
1014
|
+
channel_id: 'channel-1'
|
|
1015
|
+
},
|
|
1016
|
+
chain: {
|
|
1017
|
+
channel_id: 'channel-71',
|
|
1018
|
+
path: 'transfer/channel-71/mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
1019
|
+
}
|
|
1020
|
+
}],
|
|
1021
|
+
images: [{
|
|
1022
|
+
image_sync: {
|
|
1023
|
+
chain_name: 'solana',
|
|
1024
|
+
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
1025
|
+
},
|
|
1026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/msol.png'
|
|
1027
|
+
}]
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
description: 'A representative token for staked SOL, derived through the process of liquid staking SOL using Jito.',
|
|
1031
|
+
denom_units: [{
|
|
1032
|
+
denom: 'ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2',
|
|
1033
|
+
exponent: 0
|
|
1034
|
+
}, {
|
|
1035
|
+
denom: 'jitosol',
|
|
1036
|
+
exponent: 9
|
|
1037
|
+
}],
|
|
1038
|
+
type_asset: 'ics20',
|
|
1039
|
+
base: 'ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2',
|
|
1040
|
+
name: 'Jito Staked SOL',
|
|
1041
|
+
display: 'jitosol',
|
|
1042
|
+
symbol: 'jitoSOL',
|
|
1043
|
+
traces: [{
|
|
1044
|
+
type: 'ibc',
|
|
1045
|
+
counterparty: {
|
|
1046
|
+
chain_name: 'solana',
|
|
1047
|
+
base_denom: 'J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn',
|
|
1048
|
+
channel_id: 'channel-1'
|
|
1049
|
+
},
|
|
1050
|
+
chain: {
|
|
1051
|
+
channel_id: 'channel-71',
|
|
1052
|
+
path: 'transfer/channel-71/J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn'
|
|
1053
|
+
}
|
|
1054
|
+
}],
|
|
1055
|
+
images: [{
|
|
1056
|
+
image_sync: {
|
|
1057
|
+
chain_name: 'solana',
|
|
1058
|
+
base_denom: 'J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn'
|
|
1059
|
+
},
|
|
1060
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png'
|
|
1061
|
+
}]
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
description: 'A representative token for staked SOL, derived through the process of liquid staking SOL using the BlazeStake protocol.',
|
|
1065
|
+
denom_units: [{
|
|
1066
|
+
denom: 'ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716',
|
|
1067
|
+
exponent: 0
|
|
1068
|
+
}, {
|
|
1069
|
+
denom: 'bsol',
|
|
1070
|
+
exponent: 9
|
|
1071
|
+
}],
|
|
1072
|
+
type_asset: 'ics20',
|
|
1073
|
+
base: 'ibc/F52A71607B3AA7BBA8A222A9176E9939E92AB3656A094289CD218907D45DB716',
|
|
1074
|
+
name: 'BlazeStake Staked SOL',
|
|
1075
|
+
display: 'bsol',
|
|
1076
|
+
symbol: 'bSOL',
|
|
1077
|
+
traces: [{
|
|
1078
|
+
type: 'ibc',
|
|
1079
|
+
counterparty: {
|
|
1080
|
+
chain_name: 'solana',
|
|
1081
|
+
base_denom: 'bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1',
|
|
1082
|
+
channel_id: 'channel-1'
|
|
1083
|
+
},
|
|
1084
|
+
chain: {
|
|
1085
|
+
channel_id: 'channel-71',
|
|
1086
|
+
path: 'transfer/channel-71/bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1'
|
|
1087
|
+
}
|
|
1088
|
+
}],
|
|
1089
|
+
images: [{
|
|
1090
|
+
image_sync: {
|
|
1091
|
+
chain_name: 'solana',
|
|
1092
|
+
base_denom: 'bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1'
|
|
1093
|
+
},
|
|
1094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/bsol.png'
|
|
1095
|
+
}]
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
description: 'A representative token for staked SOL, derived through the process of liquid staking SOL using the MarginFi protocol.',
|
|
1099
|
+
denom_units: [{
|
|
1100
|
+
denom: 'ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D',
|
|
1101
|
+
exponent: 0
|
|
1102
|
+
}, {
|
|
1103
|
+
denom: 'lst',
|
|
1104
|
+
exponent: 9
|
|
1105
|
+
}],
|
|
1106
|
+
type_asset: 'ics20',
|
|
1107
|
+
base: 'ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D',
|
|
1108
|
+
name: 'Liquid Staking Token',
|
|
1109
|
+
display: 'lst',
|
|
1110
|
+
symbol: 'LST',
|
|
1111
|
+
traces: [{
|
|
1112
|
+
type: 'ibc',
|
|
1113
|
+
counterparty: {
|
|
1114
|
+
chain_name: 'solana',
|
|
1115
|
+
base_denom: 'LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp',
|
|
1116
|
+
channel_id: 'channel-1'
|
|
1117
|
+
},
|
|
1118
|
+
chain: {
|
|
1119
|
+
channel_id: 'channel-71',
|
|
1120
|
+
path: 'transfer/channel-71/LSTxxxnJzKDFSLr4dUkPcmCf5VyryEqzPLz5j4bpxFp'
|
|
1121
|
+
}
|
|
1122
|
+
}],
|
|
1123
|
+
images: [{
|
|
1124
|
+
image_sync: {
|
|
1125
|
+
chain_name: 'solana',
|
|
1126
|
+
base_denom: 'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So'
|
|
1127
|
+
},
|
|
1128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/lst.png'
|
|
1129
|
+
}]
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
description: 'A representative token for staked SOL, derived through the process of liquid staking SOL using the Edgevana protocol.',
|
|
1133
|
+
denom_units: [{
|
|
1134
|
+
denom: 'ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C',
|
|
1135
|
+
exponent: 0
|
|
1136
|
+
}, {
|
|
1137
|
+
denom: 'edgesol',
|
|
1138
|
+
exponent: 9
|
|
1139
|
+
}],
|
|
1140
|
+
type_asset: 'ics20',
|
|
1141
|
+
base: 'ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C',
|
|
1142
|
+
name: 'Edgevana Staked SOL',
|
|
1143
|
+
display: 'edgesol',
|
|
1144
|
+
symbol: 'edgeSOL',
|
|
1145
|
+
traces: [{
|
|
1146
|
+
type: 'ibc',
|
|
1147
|
+
counterparty: {
|
|
1148
|
+
chain_name: 'solana',
|
|
1149
|
+
base_denom: 'edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt',
|
|
1150
|
+
channel_id: 'channel-1'
|
|
1151
|
+
},
|
|
1152
|
+
chain: {
|
|
1153
|
+
channel_id: 'channel-71',
|
|
1154
|
+
path: 'transfer/channel-71/edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt'
|
|
1155
|
+
}
|
|
1156
|
+
}],
|
|
1157
|
+
images: [{
|
|
1158
|
+
image_sync: {
|
|
1159
|
+
chain_name: 'solana',
|
|
1160
|
+
base_denom: 'edge86g9cVz87xcpKpy3J77vbp4wYd9idEV562CCntt'
|
|
1161
|
+
},
|
|
1162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png'
|
|
1163
|
+
}]
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
description: 'A liquid staked token that represents SOL staked to Helius\'s validator.',
|
|
1167
|
+
denom_units: [{
|
|
1168
|
+
denom: 'ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6',
|
|
1169
|
+
exponent: 0
|
|
1170
|
+
}, {
|
|
1171
|
+
denom: 'hsol',
|
|
1172
|
+
exponent: 9
|
|
1173
|
+
}],
|
|
1174
|
+
type_asset: 'ics20',
|
|
1175
|
+
base: 'ibc/531C52D572698BCBA29F44D959E73CD2148EE6542A3118F9E56621A28E1FF4C6',
|
|
1176
|
+
name: 'Helius Staked SOL',
|
|
1177
|
+
display: 'hsol',
|
|
1178
|
+
symbol: 'hSOL',
|
|
1179
|
+
traces: [{
|
|
1180
|
+
type: 'ibc',
|
|
1181
|
+
counterparty: {
|
|
1182
|
+
chain_name: 'solana',
|
|
1183
|
+
base_denom: 'he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A',
|
|
1184
|
+
channel_id: 'channel-1'
|
|
1185
|
+
},
|
|
1186
|
+
chain: {
|
|
1187
|
+
channel_id: 'channel-71',
|
|
1188
|
+
path: 'transfer/channel-71/he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A'
|
|
1189
|
+
}
|
|
1190
|
+
}],
|
|
1191
|
+
images: [{
|
|
1192
|
+
image_sync: {
|
|
1193
|
+
chain_name: 'solana',
|
|
1194
|
+
base_denom: 'he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A'
|
|
1195
|
+
},
|
|
1196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/hsol.png'
|
|
1197
|
+
}]
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
description: 'A liquid staked token that represents SOL staked to Jupiter\'s validator.',
|
|
1201
|
+
denom_units: [{
|
|
1202
|
+
denom: 'ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626',
|
|
1203
|
+
exponent: 0
|
|
1204
|
+
}, {
|
|
1205
|
+
denom: 'jupsol',
|
|
1206
|
+
exponent: 9
|
|
1207
|
+
}],
|
|
1208
|
+
type_asset: 'ics20',
|
|
1209
|
+
base: 'ibc/6976998E24F1CFC373A9F799C9CE901F5EC32C3E33B2B09384A05774D9339626',
|
|
1210
|
+
name: 'Jupiter Staked SOL',
|
|
1211
|
+
display: 'jupsol',
|
|
1212
|
+
symbol: 'jupSOL',
|
|
1213
|
+
traces: [{
|
|
1214
|
+
type: 'ibc',
|
|
1215
|
+
counterparty: {
|
|
1216
|
+
chain_name: 'solana',
|
|
1217
|
+
base_denom: 'jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v',
|
|
1218
|
+
channel_id: 'channel-1'
|
|
1219
|
+
},
|
|
1220
|
+
chain: {
|
|
1221
|
+
channel_id: 'channel-71',
|
|
1222
|
+
path: 'transfer/channel-71/jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v'
|
|
1223
|
+
}
|
|
1224
|
+
}],
|
|
1225
|
+
images: [{
|
|
1226
|
+
image_sync: {
|
|
1227
|
+
chain_name: 'solana',
|
|
1228
|
+
base_denom: 'jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v'
|
|
1229
|
+
},
|
|
1230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jupsol.png'
|
|
1231
|
+
}]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
description: 'dogwifhat is a meme coin that operates on Solana.',
|
|
1235
|
+
denom_units: [{
|
|
1236
|
+
denom: 'ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071',
|
|
1237
|
+
exponent: 0
|
|
1238
|
+
}, {
|
|
1239
|
+
denom: 'wif',
|
|
1240
|
+
exponent: 6
|
|
1241
|
+
}],
|
|
1242
|
+
type_asset: 'ics20',
|
|
1243
|
+
base: 'ibc/BA34EAA22BBDA46C228DC70E4ED7E42A0867D5B051D625F953CC7B1CEF58C071',
|
|
1244
|
+
name: 'dogwifhat',
|
|
1245
|
+
display: 'wif',
|
|
1246
|
+
symbol: 'WIF',
|
|
1247
|
+
traces: [{
|
|
1248
|
+
type: 'ibc',
|
|
1249
|
+
counterparty: {
|
|
1250
|
+
chain_name: 'solana',
|
|
1251
|
+
base_denom: 'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm',
|
|
1252
|
+
channel_id: 'channel-1'
|
|
1253
|
+
},
|
|
1254
|
+
chain: {
|
|
1255
|
+
channel_id: 'channel-71',
|
|
1256
|
+
path: 'transfer/channel-71/EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm'
|
|
1257
|
+
}
|
|
1258
|
+
}],
|
|
1259
|
+
images: [{
|
|
1260
|
+
image_sync: {
|
|
1261
|
+
chain_name: 'solana',
|
|
1262
|
+
base_denom: 'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm'
|
|
1263
|
+
},
|
|
1264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/wif.png'
|
|
1265
|
+
}]
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
description: 'Tether, issued natively on Solana.',
|
|
1269
|
+
denom_units: [{
|
|
1270
|
+
denom: 'ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575',
|
|
1271
|
+
exponent: 0
|
|
1272
|
+
}, {
|
|
1273
|
+
denom: 'usdt',
|
|
1274
|
+
exponent: 6
|
|
1275
|
+
}],
|
|
1276
|
+
type_asset: 'ics20',
|
|
1277
|
+
base: 'ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575',
|
|
1278
|
+
name: 'Tether',
|
|
1279
|
+
display: 'usdt',
|
|
1280
|
+
symbol: 'USDT',
|
|
1281
|
+
traces: [{
|
|
1282
|
+
type: 'ibc',
|
|
1283
|
+
counterparty: {
|
|
1284
|
+
chain_name: 'solana',
|
|
1285
|
+
base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB',
|
|
1286
|
+
channel_id: 'channel-1'
|
|
1287
|
+
},
|
|
1288
|
+
chain: {
|
|
1289
|
+
channel_id: 'channel-71',
|
|
1290
|
+
path: 'transfer/channel-71/Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
|
|
1291
|
+
}
|
|
1292
|
+
}],
|
|
1293
|
+
images: [{
|
|
1294
|
+
image_sync: {
|
|
1295
|
+
chain_name: 'solana',
|
|
1296
|
+
base_denom: 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB'
|
|
1297
|
+
},
|
|
1298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/usdt.png'
|
|
1299
|
+
}]
|
|
1010
1300
|
}
|
|
1011
1301
|
]
|
|
1012
1302
|
};
|
|
@@ -138,12 +138,6 @@ const info = {
|
|
|
138
138
|
]
|
|
139
139
|
},
|
|
140
140
|
explorers: [
|
|
141
|
-
{
|
|
142
|
-
kind: 'mintscan',
|
|
143
|
-
url: 'https://www.mintscan.io/crescent',
|
|
144
|
-
tx_page: 'https://www.mintscan.io/crescent/transactions/${txHash}',
|
|
145
|
-
account_page: 'https://www.mintscan.io/crescent/accounts/${accountAddress}'
|
|
146
|
-
},
|
|
147
141
|
{
|
|
148
142
|
kind: 'ezstaking',
|
|
149
143
|
url: 'https://ezstaking.app/crescent',
|
|
@@ -104,12 +104,6 @@ const info = {
|
|
|
104
104
|
tx_page: 'https://ezstaking.app/emoney/txs/${txHash}',
|
|
105
105
|
account_page: 'https://ezstaking.app/emoney/account/${accountAddress}'
|
|
106
106
|
},
|
|
107
|
-
{
|
|
108
|
-
kind: 'mintscan',
|
|
109
|
-
url: 'https://www.mintscan.io/emoney',
|
|
110
|
-
tx_page: 'https://www.mintscan.io/emoney/transactions/${txHash}',
|
|
111
|
-
account_page: 'https://www.mintscan.io/emoney/accounts/${accountAddress}'
|
|
112
|
-
},
|
|
113
107
|
{
|
|
114
108
|
kind: 'ping.pub',
|
|
115
109
|
url: 'https://ping.pub/e-money',
|
|
@@ -82,6 +82,10 @@ const info = {
|
|
|
82
82
|
{
|
|
83
83
|
address: 'https://kyve_mainnet_rpc.chain.whenmoonwhenlambo.money',
|
|
84
84
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
address: 'https://kyve-mainnet-rpc.autostake.com:443',
|
|
88
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
85
89
|
}
|
|
86
90
|
],
|
|
87
91
|
rest: [
|
|
@@ -132,6 +136,10 @@ const info = {
|
|
|
132
136
|
{
|
|
133
137
|
address: 'https://kyve_mainnet_api.chain.whenmoonwhenlambo.money',
|
|
134
138
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
address: 'https://kyve-mainnet-lcd.autostake.com:443',
|
|
142
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
135
143
|
}
|
|
136
144
|
],
|
|
137
145
|
grpc: [
|
|
@@ -166,6 +174,10 @@ const info = {
|
|
|
166
174
|
{
|
|
167
175
|
address: 'kyve-grpc.noders.services:15090',
|
|
168
176
|
provider: '[NODERS]TEAM'
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
address: 'kyve-mainnet-grpc.autostake.com:443',
|
|
180
|
+
provider: 'AutoStake 🛡️ Slash Protected'
|
|
169
181
|
}
|
|
170
182
|
]
|
|
171
183
|
},
|
package/esm/mainnet/onex/ibc.js
CHANGED
|
@@ -57,6 +57,35 @@ const info = [
|
|
|
57
57
|
}
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'onex',
|
|
64
|
+
client_id: '07-tendermint-0',
|
|
65
|
+
connection_id: 'connection-0'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'onomy',
|
|
69
|
+
client_id: '07-tendermint-12',
|
|
70
|
+
connection_id: 'connection-12'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-2',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-11',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
60
89
|
{
|
|
61
90
|
$schema: '../ibc_data.schema.json',
|
|
62
91
|
chain_1: {
|
package/esm/mainnet/onomy/ibc.js
CHANGED
|
@@ -1,4 +1,32 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'onex',
|
|
5
|
+
client_id: '07-tendermint-0',
|
|
6
|
+
connection_id: 'connection-0'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'onomy',
|
|
10
|
+
client_id: '07-tendermint-12',
|
|
11
|
+
connection_id: 'connection-12'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-2',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-11',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
29
|
+
}, {
|
|
2
30
|
$schema: '../ibc_data.schema.json',
|
|
3
31
|
chain_1: {
|
|
4
32
|
chain_name: 'onomy',
|
|
@@ -14829,10 +14829,10 @@ const info = {
|
|
|
14829
14829
|
display: 'COCA',
|
|
14830
14830
|
symbol: 'COCA',
|
|
14831
14831
|
logo_URIs: {
|
|
14832
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
14832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
|
|
14833
14833
|
},
|
|
14834
14834
|
images: [{
|
|
14835
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/
|
|
14835
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/COCA.png'
|
|
14836
14836
|
}]
|
|
14837
14837
|
}
|
|
14838
14838
|
]
|
package/esm/mainnet/pryzm/ibc.js
CHANGED
|
@@ -1,4 +1,33 @@
|
|
|
1
1
|
const info = [
|
|
2
|
+
{
|
|
3
|
+
$schema: '../ibc_data.schema.json',
|
|
4
|
+
chain_1: {
|
|
5
|
+
chain_name: 'axelar',
|
|
6
|
+
client_id: '07-tendermint-224',
|
|
7
|
+
connection_id: 'connection-209'
|
|
8
|
+
},
|
|
9
|
+
chain_2: {
|
|
10
|
+
chain_name: 'pryzm',
|
|
11
|
+
client_id: '07-tendermint-7',
|
|
12
|
+
connection_id: 'connection-7'
|
|
13
|
+
},
|
|
14
|
+
channels: [{
|
|
15
|
+
chain_1: {
|
|
16
|
+
channel_id: 'channel-155',
|
|
17
|
+
port_id: 'transfer'
|
|
18
|
+
},
|
|
19
|
+
chain_2: {
|
|
20
|
+
channel_id: 'channel-13',
|
|
21
|
+
port_id: 'transfer'
|
|
22
|
+
},
|
|
23
|
+
ordering: 'unordered',
|
|
24
|
+
version: 'ics20-1',
|
|
25
|
+
tags: {
|
|
26
|
+
status: 'live',
|
|
27
|
+
preferred: true
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
2
31
|
{
|
|
3
32
|
$schema: '../ibc_data.schema.json',
|
|
4
33
|
chain_1: {
|
|
@@ -141,12 +141,6 @@ const info = {
|
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
143
|
explorers: [
|
|
144
|
-
{
|
|
145
|
-
kind: 'mintscan',
|
|
146
|
-
url: 'https://www.mintscan.io/regen',
|
|
147
|
-
tx_page: 'https://www.mintscan.io/regen/transactions/${txHash}',
|
|
148
|
-
account_page: 'https://www.mintscan.io/regen/accounts/${accountAddress}'
|
|
149
|
-
},
|
|
150
144
|
{
|
|
151
145
|
kind: 'ezstaking',
|
|
152
146
|
url: 'https://ezstaking.app/regen',
|
|
@@ -109,6 +109,12 @@ const info = {
|
|
|
109
109
|
url: 'https://explorer.256x25.tech/shido',
|
|
110
110
|
tx_page: 'https://explorer.256x25.tech/shido/tx/${txHash}',
|
|
111
111
|
account_page: 'https://explorer.256x25.tech//shido/account/${accountAddress}'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
kind: 'MavNode',
|
|
115
|
+
url: 'https://explorer.mavnode.io/shido',
|
|
116
|
+
tx_page: 'https://explorer.mavnode.io/shido/tx/${txHash}',
|
|
117
|
+
account_page: 'https://explorer.mavnode.io/shido/account/${accountAddress}'
|
|
112
118
|
}
|
|
113
119
|
],
|
|
114
120
|
images: [{
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -24,6 +24,7 @@ import * as _sui from './sui';
|
|
|
24
24
|
import * as _tinkernet from './tinkernet';
|
|
25
25
|
import * as _xrpl from './xrpl';
|
|
26
26
|
import * as _zilliqa from './zilliqa';
|
|
27
|
+
import * as _mantrachain from './mantrachain';
|
|
27
28
|
import * as _avalanchetestnet from './avalanchetestnet';
|
|
28
29
|
import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
29
30
|
import * as _ethereumtestnet from './ethereumtestnet';
|
|
@@ -59,6 +60,7 @@ const assets = [
|
|
|
59
60
|
_tinkernet.assets,
|
|
60
61
|
_xrpl.assets,
|
|
61
62
|
_zilliqa.assets,
|
|
63
|
+
_mantrachain.assets,
|
|
62
64
|
_avalanchetestnet.assets,
|
|
63
65
|
_binancesmartchaintestnet.assets,
|
|
64
66
|
_ethereumtestnet.assets,
|