chain-registry 1.69.171 → 1.69.173
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/cosmoshub/ibc.js +1 -1
- package/esm/mainnet/dungeon/ibc.js +8 -158
- package/esm/mainnet/kyve/ibc.js +29 -0
- package/esm/mainnet/migaloo/assets.js +2 -2
- package/esm/mainnet/migaloo/ibc.js +1 -1
- package/esm/mainnet/neutron/ibc.js +1 -1
- package/esm/mainnet/osmosis/assets.js +106 -7
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/stride/ibc.js +1 -1
- package/esm/mainnet/terra2/assets.js +2 -2
- package/esm/mainnet/terra2/ibc.js +1 -1
- package/esm/mainnet/xion/assets.js +305 -5
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/testnet/assets.js +0 -2
- package/esm/testnet/babylontestnet/assets.js +29 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/ibc.js +0 -2
- package/esm/testnet/named.js +0 -1
- package/esm/testnet/xiontestnet2/assets.js +7 -0
- package/esm/testnet/xiontestnet2/chain.js +64 -8
- package/mainnet/cosmoshub/ibc.js +1 -1
- package/mainnet/dungeon/ibc.js +8 -158
- package/mainnet/kyve/ibc.js +29 -0
- package/mainnet/migaloo/assets.js +2 -2
- package/mainnet/migaloo/ibc.js +1 -1
- package/mainnet/neutron/ibc.js +1 -1
- package/mainnet/osmosis/assets.js +106 -7
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/stride/ibc.js +1 -1
- package/mainnet/terra2/assets.js +2 -2
- package/mainnet/terra2/ibc.js +1 -1
- package/mainnet/xion/assets.js +305 -5
- package/mainnet/xion/ibc.js +29 -0
- package/package.json +4 -4
- package/testnet/assets.js +0 -2
- package/testnet/babylontestnet/assets.js +29 -0
- package/testnet/chains.js +0 -2
- package/testnet/ibc.js +0 -2
- package/testnet/named.d.ts +0 -1
- package/testnet/named.js +1 -2
- package/testnet/xiontestnet2/assets.js +7 -0
- package/testnet/xiontestnet2/chain.js +64 -8
- package/esm/testnet/xiontestnet/assets.js +0 -194
- package/esm/testnet/xiontestnet/chain.js +0 -159
- package/esm/testnet/xiontestnet/ibc.js +0 -116
- package/esm/testnet/xiontestnet/index.js +0 -6
- package/testnet/xiontestnet/assets.d.ts +0 -3
- package/testnet/xiontestnet/assets.js +0 -196
- package/testnet/xiontestnet/chain.d.ts +0 -3
- package/testnet/xiontestnet/chain.js +0 -161
- package/testnet/xiontestnet/ibc.d.ts +0 -3
- package/testnet/xiontestnet/ibc.js +0 -118
- package/testnet/xiontestnet/index.d.ts +0 -3
- package/testnet/xiontestnet/index.js +0 -12
|
@@ -1,142 +1,22 @@
|
|
|
1
|
-
const info = [
|
|
2
|
-
{
|
|
3
|
-
$schema: '../ibc_data.schema.json',
|
|
4
|
-
chain_1: {
|
|
5
|
-
chain_name: 'cosmoshub',
|
|
6
|
-
client_id: '07-tendermint-1325',
|
|
7
|
-
connection_id: 'connection-1057'
|
|
8
|
-
},
|
|
9
|
-
chain_2: {
|
|
10
|
-
chain_name: 'dungeon',
|
|
11
|
-
client_id: '07-tendermint-4',
|
|
12
|
-
connection_id: 'connection-9'
|
|
13
|
-
},
|
|
14
|
-
channels: [{
|
|
15
|
-
chain_1: {
|
|
16
|
-
channel_id: 'channel-1213',
|
|
17
|
-
port_id: 'transfer'
|
|
18
|
-
},
|
|
19
|
-
chain_2: {
|
|
20
|
-
channel_id: 'channel-3',
|
|
21
|
-
port_id: 'transfer'
|
|
22
|
-
},
|
|
23
|
-
ordering: 'unordered',
|
|
24
|
-
version: 'ics20-1',
|
|
25
|
-
tags: {
|
|
26
|
-
status: 'live',
|
|
27
|
-
preferred: true,
|
|
28
|
-
dex: 'osmosis'
|
|
29
|
-
}
|
|
30
|
-
}]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
1
|
+
const info = [{
|
|
33
2
|
$schema: '../ibc_data.schema.json',
|
|
34
3
|
chain_1: {
|
|
35
4
|
chain_name: 'dungeon',
|
|
36
|
-
client_id: '07-tendermint-
|
|
37
|
-
connection_id: 'connection-
|
|
38
|
-
},
|
|
39
|
-
chain_2: {
|
|
40
|
-
chain_name: 'migaloo',
|
|
41
|
-
client_id: '07-tendermint-139',
|
|
42
|
-
connection_id: 'connection-109'
|
|
43
|
-
},
|
|
44
|
-
channels: [{
|
|
45
|
-
chain_1: {
|
|
46
|
-
channel_id: 'channel-6',
|
|
47
|
-
port_id: 'transfer'
|
|
48
|
-
},
|
|
49
|
-
chain_2: {
|
|
50
|
-
channel_id: 'channel-142',
|
|
51
|
-
port_id: 'transfer'
|
|
52
|
-
},
|
|
53
|
-
ordering: 'unordered',
|
|
54
|
-
version: 'ics20-1',
|
|
55
|
-
tags: {
|
|
56
|
-
status: 'live',
|
|
57
|
-
preferred: true
|
|
58
|
-
}
|
|
59
|
-
}]
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
$schema: '../ibc_data.schema.json',
|
|
63
|
-
chain_1: {
|
|
64
|
-
chain_name: 'dungeon',
|
|
65
|
-
client_id: '07-tendermint-8',
|
|
66
|
-
connection_id: 'connection-10'
|
|
67
|
-
},
|
|
68
|
-
chain_2: {
|
|
69
|
-
chain_name: 'neutron',
|
|
70
|
-
client_id: '07-tendermint-146',
|
|
71
|
-
connection_id: 'connection-106'
|
|
72
|
-
},
|
|
73
|
-
channels: [{
|
|
74
|
-
chain_1: {
|
|
75
|
-
channel_id: 'channel-4',
|
|
76
|
-
port_id: 'transfer'
|
|
77
|
-
},
|
|
78
|
-
chain_2: {
|
|
79
|
-
channel_id: 'channel-5481',
|
|
80
|
-
port_id: 'transfer'
|
|
81
|
-
},
|
|
82
|
-
ordering: 'unordered',
|
|
83
|
-
version: 'ics20-1',
|
|
84
|
-
tags: {
|
|
85
|
-
status: 'live',
|
|
86
|
-
preferred: true,
|
|
87
|
-
dex: 'osmosis'
|
|
88
|
-
}
|
|
89
|
-
}]
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
$schema: '../ibc_data.schema.json',
|
|
93
|
-
chain_1: {
|
|
94
|
-
chain_name: 'dungeon',
|
|
95
|
-
client_id: '07-tendermint-3',
|
|
96
|
-
connection_id: 'connection-8'
|
|
5
|
+
client_id: '07-tendermint-18',
|
|
6
|
+
connection_id: 'connection-8628'
|
|
97
7
|
},
|
|
98
8
|
chain_2: {
|
|
99
9
|
chain_name: 'osmosis',
|
|
100
|
-
client_id: '07-tendermint-
|
|
101
|
-
connection_id: 'connection-
|
|
102
|
-
},
|
|
103
|
-
channels: [{
|
|
104
|
-
chain_1: {
|
|
105
|
-
channel_id: 'channel-2',
|
|
106
|
-
port_id: 'transfer'
|
|
107
|
-
},
|
|
108
|
-
chain_2: {
|
|
109
|
-
channel_id: 'channel-85791',
|
|
110
|
-
port_id: 'transfer'
|
|
111
|
-
},
|
|
112
|
-
ordering: 'unordered',
|
|
113
|
-
version: 'ics20-1',
|
|
114
|
-
tags: {
|
|
115
|
-
status: 'live',
|
|
116
|
-
preferred: true,
|
|
117
|
-
dex: 'osmosis'
|
|
118
|
-
}
|
|
119
|
-
}]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
$schema: '../ibc_data.schema.json',
|
|
123
|
-
chain_1: {
|
|
124
|
-
chain_name: 'dungeon',
|
|
125
|
-
client_id: '07-tendermint-9',
|
|
126
|
-
connection_id: 'connection-11'
|
|
127
|
-
},
|
|
128
|
-
chain_2: {
|
|
129
|
-
chain_name: 'stride',
|
|
130
|
-
client_id: '07-tendermint-148',
|
|
131
|
-
connection_id: 'connection-149'
|
|
10
|
+
client_id: '07-tendermint-3456',
|
|
11
|
+
connection_id: 'connection-10614'
|
|
132
12
|
},
|
|
133
13
|
channels: [{
|
|
134
14
|
chain_1: {
|
|
135
|
-
channel_id: 'channel-
|
|
15
|
+
channel_id: 'channel-5305',
|
|
136
16
|
port_id: 'transfer'
|
|
137
17
|
},
|
|
138
18
|
chain_2: {
|
|
139
|
-
channel_id: 'channel-
|
|
19
|
+
channel_id: 'channel-101249',
|
|
140
20
|
port_id: 'transfer'
|
|
141
21
|
},
|
|
142
22
|
ordering: 'unordered',
|
|
@@ -147,35 +27,5 @@ const info = [
|
|
|
147
27
|
dex: 'osmosis'
|
|
148
28
|
}
|
|
149
29
|
}]
|
|
150
|
-
}
|
|
151
|
-
{
|
|
152
|
-
$schema: '../ibc_data.schema.json',
|
|
153
|
-
chain_1: {
|
|
154
|
-
chain_name: 'dungeon',
|
|
155
|
-
client_id: '07-tendermint-11',
|
|
156
|
-
connection_id: 'connection-13'
|
|
157
|
-
},
|
|
158
|
-
chain_2: {
|
|
159
|
-
chain_name: 'terra2',
|
|
160
|
-
client_id: '07-tendermint-424',
|
|
161
|
-
connection_id: 'connection-438'
|
|
162
|
-
},
|
|
163
|
-
channels: [{
|
|
164
|
-
chain_1: {
|
|
165
|
-
channel_id: 'channel-7',
|
|
166
|
-
port_id: 'transfer'
|
|
167
|
-
},
|
|
168
|
-
chain_2: {
|
|
169
|
-
channel_id: 'channel-582',
|
|
170
|
-
port_id: 'transfer'
|
|
171
|
-
},
|
|
172
|
-
ordering: 'unordered',
|
|
173
|
-
version: 'ics20-1',
|
|
174
|
-
tags: {
|
|
175
|
-
status: 'live',
|
|
176
|
-
preferred: true
|
|
177
|
-
}
|
|
178
|
-
}]
|
|
179
|
-
}
|
|
180
|
-
];
|
|
30
|
+
}];
|
|
181
31
|
export default info;
|
package/esm/mainnet/kyve/ibc.js
CHANGED
|
@@ -116,6 +116,35 @@ const info = [
|
|
|
116
116
|
preferred: true
|
|
117
117
|
}
|
|
118
118
|
}]
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
$schema: '../ibc_data.schema.json',
|
|
122
|
+
chain_1: {
|
|
123
|
+
chain_name: 'kyve',
|
|
124
|
+
client_id: '07-tendermint-8',
|
|
125
|
+
connection_id: 'connection-7'
|
|
126
|
+
},
|
|
127
|
+
chain_2: {
|
|
128
|
+
chain_name: 'xion',
|
|
129
|
+
client_id: '07-tendermint-5',
|
|
130
|
+
connection_id: 'connection-5'
|
|
131
|
+
},
|
|
132
|
+
channels: [{
|
|
133
|
+
chain_1: {
|
|
134
|
+
channel_id: 'channel-7',
|
|
135
|
+
port_id: 'transfer'
|
|
136
|
+
},
|
|
137
|
+
chain_2: {
|
|
138
|
+
channel_id: 'channel-5',
|
|
139
|
+
port_id: 'transfer'
|
|
140
|
+
},
|
|
141
|
+
ordering: 'unordered',
|
|
142
|
+
version: 'ics20-1',
|
|
143
|
+
tags: {
|
|
144
|
+
status: 'live',
|
|
145
|
+
preferred: true
|
|
146
|
+
}
|
|
147
|
+
}]
|
|
119
148
|
}
|
|
120
149
|
];
|
|
121
150
|
export default info;
|
|
@@ -741,7 +741,7 @@ const info = {
|
|
|
741
741
|
traces: [{
|
|
742
742
|
type: 'ibc',
|
|
743
743
|
counterparty: {
|
|
744
|
-
chain_name: '
|
|
744
|
+
chain_name: 'dungeon1',
|
|
745
745
|
base_denom: 'udgn',
|
|
746
746
|
channel_id: 'channel-6'
|
|
747
747
|
},
|
|
@@ -755,7 +755,7 @@ const info = {
|
|
|
755
755
|
},
|
|
756
756
|
images: [{
|
|
757
757
|
image_sync: {
|
|
758
|
-
chain_name: '
|
|
758
|
+
chain_name: 'dungeon1',
|
|
759
759
|
base_denom: 'udgn'
|
|
760
760
|
},
|
|
761
761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
@@ -21538,24 +21538,25 @@ const info = {
|
|
|
21538
21538
|
}]
|
|
21539
21539
|
},
|
|
21540
21540
|
{
|
|
21541
|
-
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21541
|
+
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21542
|
+
deprecated: true,
|
|
21542
21543
|
denom_units: [{
|
|
21543
21544
|
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21544
21545
|
exponent: 0,
|
|
21545
21546
|
aliases: ['udgn']
|
|
21546
21547
|
}, {
|
|
21547
|
-
denom: '
|
|
21548
|
+
denom: 'OLDDGN',
|
|
21548
21549
|
exponent: 6
|
|
21549
21550
|
}],
|
|
21550
21551
|
type_asset: 'ics20',
|
|
21551
21552
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21552
21553
|
name: 'Dragon',
|
|
21553
|
-
display: '
|
|
21554
|
-
symbol: '
|
|
21554
|
+
display: 'OLDDGN',
|
|
21555
|
+
symbol: 'OLDDGN',
|
|
21555
21556
|
traces: [{
|
|
21556
21557
|
type: 'ibc',
|
|
21557
21558
|
counterparty: {
|
|
21558
|
-
chain_name: '
|
|
21559
|
+
chain_name: 'dungeon1',
|
|
21559
21560
|
base_denom: 'udgn',
|
|
21560
21561
|
channel_id: 'channel-2'
|
|
21561
21562
|
},
|
|
@@ -21567,6 +21568,47 @@ const info = {
|
|
|
21567
21568
|
logo_URIs: {
|
|
21568
21569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21569
21570
|
},
|
|
21571
|
+
images: [{
|
|
21572
|
+
image_sync: {
|
|
21573
|
+
chain_name: 'dungeon',
|
|
21574
|
+
base_denom: 'udgn'
|
|
21575
|
+
},
|
|
21576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
21577
|
+
theme: {
|
|
21578
|
+
circle: true
|
|
21579
|
+
}
|
|
21580
|
+
}]
|
|
21581
|
+
},
|
|
21582
|
+
{
|
|
21583
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21584
|
+
denom_units: [{
|
|
21585
|
+
denom: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21586
|
+
exponent: 0,
|
|
21587
|
+
aliases: ['udgn']
|
|
21588
|
+
}, {
|
|
21589
|
+
denom: 'DGN',
|
|
21590
|
+
exponent: 6
|
|
21591
|
+
}],
|
|
21592
|
+
type_asset: 'ics20',
|
|
21593
|
+
base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21594
|
+
name: 'Dragon',
|
|
21595
|
+
display: 'DGN',
|
|
21596
|
+
symbol: 'DGN',
|
|
21597
|
+
traces: [{
|
|
21598
|
+
type: 'ibc',
|
|
21599
|
+
counterparty: {
|
|
21600
|
+
chain_name: 'dungeon',
|
|
21601
|
+
base_denom: 'udgn',
|
|
21602
|
+
channel_id: 'channel-5305'
|
|
21603
|
+
},
|
|
21604
|
+
chain: {
|
|
21605
|
+
channel_id: 'channel-101249',
|
|
21606
|
+
path: 'transfer/channel-101249/udgn'
|
|
21607
|
+
}
|
|
21608
|
+
}],
|
|
21609
|
+
logo_URIs: {
|
|
21610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21611
|
+
},
|
|
21570
21612
|
images: [{
|
|
21571
21613
|
image_sync: {
|
|
21572
21614
|
chain_name: 'dungeon',
|
|
@@ -23935,9 +23977,9 @@ const info = {
|
|
|
23935
23977
|
exponent: 8
|
|
23936
23978
|
}],
|
|
23937
23979
|
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23938
|
-
name: 'Movement (Ethereum)',
|
|
23980
|
+
name: 'Movement (Ethereum via Axelar)',
|
|
23939
23981
|
display: 'move',
|
|
23940
|
-
symbol: 'MOVE',
|
|
23982
|
+
symbol: 'MOVE.eth.axl',
|
|
23941
23983
|
traces: [{
|
|
23942
23984
|
type: 'ibc',
|
|
23943
23985
|
counterparty: {
|
|
@@ -23951,6 +23993,12 @@ const info = {
|
|
|
23951
23993
|
}
|
|
23952
23994
|
}],
|
|
23953
23995
|
images: [{
|
|
23996
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
|
|
23997
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
|
|
23998
|
+
theme: {
|
|
23999
|
+
primary_color_hex: '#F1BB15'
|
|
24000
|
+
}
|
|
24001
|
+
}, {
|
|
23954
24002
|
image_sync: {
|
|
23955
24003
|
chain_name: 'axelar',
|
|
23956
24004
|
base_denom: 'unit-move'
|
|
@@ -23966,6 +24014,57 @@ const info = {
|
|
|
23966
24014
|
website: 'https://www.movementnetwork.xyz/',
|
|
23967
24015
|
twitter: 'https://twitter.com/movementfdn'
|
|
23968
24016
|
}
|
|
24017
|
+
},
|
|
24018
|
+
{
|
|
24019
|
+
description: 'An alloy of MOVE asset variants on Osmosis.',
|
|
24020
|
+
extended_description: 'Multiple MOVE variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of MOVE.',
|
|
24021
|
+
denom_units: [{
|
|
24022
|
+
denom: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
24023
|
+
exponent: 0
|
|
24024
|
+
}, {
|
|
24025
|
+
denom: 'allMOVE',
|
|
24026
|
+
exponent: 8
|
|
24027
|
+
}],
|
|
24028
|
+
type_asset: 'sdk.coin',
|
|
24029
|
+
address: 'osmo1fg7y3j86fkp93yxpq5q8lk8c64k8wxj3qw8us49msgpr2gsgddjqxpgr9m',
|
|
24030
|
+
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
24031
|
+
name: 'Movement (Alloy)',
|
|
24032
|
+
display: 'allMOVE',
|
|
24033
|
+
symbol: 'allMOVE',
|
|
24034
|
+
traces: [{
|
|
24035
|
+
type: 'synthetic',
|
|
24036
|
+
counterparty: {
|
|
24037
|
+
chain_name: 'movement',
|
|
24038
|
+
base_denom: '0xa'
|
|
24039
|
+
},
|
|
24040
|
+
provider: 'Osmosis'
|
|
24041
|
+
}],
|
|
24042
|
+
logo_URIs: {
|
|
24043
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24044
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png'
|
|
24045
|
+
},
|
|
24046
|
+
images: [{
|
|
24047
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.svg',
|
|
24048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allMOVE.png',
|
|
24049
|
+
theme: {
|
|
24050
|
+
primary_color_hex: '#F1BB15'
|
|
24051
|
+
}
|
|
24052
|
+
}, {
|
|
24053
|
+
image_sync: {
|
|
24054
|
+
chain_name: 'movement',
|
|
24055
|
+
base_denom: '0xa'
|
|
24056
|
+
},
|
|
24057
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
24058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
24059
|
+
theme: {
|
|
24060
|
+
circle: true,
|
|
24061
|
+
primary_color_hex: '#F1BB15'
|
|
24062
|
+
}
|
|
24063
|
+
}],
|
|
24064
|
+
socials: {
|
|
24065
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
24066
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
24067
|
+
}
|
|
23969
24068
|
}
|
|
23970
24069
|
]
|
|
23971
24070
|
};
|
|
@@ -1239,6 +1239,36 @@ const info = [
|
|
|
1239
1239
|
$schema: '../ibc_data.schema.json',
|
|
1240
1240
|
chain_1: {
|
|
1241
1241
|
chain_name: 'dungeon',
|
|
1242
|
+
client_id: '07-tendermint-18',
|
|
1243
|
+
connection_id: 'connection-8628'
|
|
1244
|
+
},
|
|
1245
|
+
chain_2: {
|
|
1246
|
+
chain_name: 'osmosis',
|
|
1247
|
+
client_id: '07-tendermint-3456',
|
|
1248
|
+
connection_id: 'connection-10614'
|
|
1249
|
+
},
|
|
1250
|
+
channels: [{
|
|
1251
|
+
chain_1: {
|
|
1252
|
+
channel_id: 'channel-5305',
|
|
1253
|
+
port_id: 'transfer'
|
|
1254
|
+
},
|
|
1255
|
+
chain_2: {
|
|
1256
|
+
channel_id: 'channel-101249',
|
|
1257
|
+
port_id: 'transfer'
|
|
1258
|
+
},
|
|
1259
|
+
ordering: 'unordered',
|
|
1260
|
+
version: 'ics20-1',
|
|
1261
|
+
tags: {
|
|
1262
|
+
status: 'live',
|
|
1263
|
+
preferred: true,
|
|
1264
|
+
dex: 'osmosis'
|
|
1265
|
+
}
|
|
1266
|
+
}]
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
$schema: '../ibc_data.schema.json',
|
|
1270
|
+
chain_1: {
|
|
1271
|
+
chain_name: 'dungeon1',
|
|
1242
1272
|
client_id: '07-tendermint-3',
|
|
1243
1273
|
connection_id: 'connection-8'
|
|
1244
1274
|
},
|
|
@@ -1301,7 +1301,7 @@ const info = {
|
|
|
1301
1301
|
traces: [{
|
|
1302
1302
|
type: 'ibc',
|
|
1303
1303
|
counterparty: {
|
|
1304
|
-
chain_name: '
|
|
1304
|
+
chain_name: 'dungeon1',
|
|
1305
1305
|
base_denom: 'udgn',
|
|
1306
1306
|
channel_id: 'channel-7'
|
|
1307
1307
|
},
|
|
@@ -1315,7 +1315,7 @@ const info = {
|
|
|
1315
1315
|
},
|
|
1316
1316
|
images: [{
|
|
1317
1317
|
image_sync: {
|
|
1318
|
-
chain_name: '
|
|
1318
|
+
chain_name: 'dungeon1',
|
|
1319
1319
|
base_denom: 'udgn'
|
|
1320
1320
|
},
|
|
1321
1321
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|