chain-registry 1.69.170 → 1.69.171
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/assets.js +44 -0
- package/esm/mainnet/cosmoshub/ibc.js +26 -0
- package/esm/mainnet/dungeon/chain.js +4 -4
- package/esm/mainnet/ethereum/assets.js +42 -0
- package/esm/mainnet/nolus/assets.js +87 -0
- package/esm/mainnet/osmosis/assets.js +49 -0
- package/esm/mainnet/seda/ibc.js +25 -0
- package/esm/mainnet/xpla/chain.js +1 -1
- package/esm/noncosmos/assets.js +2 -2
- package/esm/noncosmos/movement/assets.js +19 -13
- package/esm/noncosmos/named.js +1 -1
- package/mainnet/axelar/assets.js +44 -0
- package/mainnet/cosmoshub/ibc.js +26 -0
- package/mainnet/dungeon/chain.js +4 -4
- package/mainnet/ethereum/assets.js +42 -0
- package/mainnet/nolus/assets.js +87 -0
- package/mainnet/osmosis/assets.js +49 -0
- package/mainnet/seda/ibc.js +25 -0
- package/mainnet/xpla/chain.js +1 -1
- package/noncosmos/assets.js +2 -2
- package/noncosmos/movement/assets.js +19 -13
- package/noncosmos/named.d.ts +1 -1
- package/noncosmos/named.js +2 -2
- package/package.json +4 -4
|
@@ -1651,6 +1651,50 @@ const info = {
|
|
|
1651
1651
|
primary_color_hex: '#04fbfb'
|
|
1652
1652
|
}
|
|
1653
1653
|
}]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
1657
|
+
type_asset: 'sdk.coin',
|
|
1658
|
+
denom_units: [{
|
|
1659
|
+
denom: 'unit-move',
|
|
1660
|
+
exponent: 0,
|
|
1661
|
+
aliases: [
|
|
1662
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1663
|
+
'0xa',
|
|
1664
|
+
'octa'
|
|
1665
|
+
]
|
|
1666
|
+
}, {
|
|
1667
|
+
denom: 'move',
|
|
1668
|
+
exponent: 8
|
|
1669
|
+
}],
|
|
1670
|
+
base: 'unit-move',
|
|
1671
|
+
name: 'Movement',
|
|
1672
|
+
display: 'move',
|
|
1673
|
+
symbol: 'axlMOVE',
|
|
1674
|
+
traces: [{
|
|
1675
|
+
type: 'bridge',
|
|
1676
|
+
counterparty: {
|
|
1677
|
+
chain_name: 'ethereum',
|
|
1678
|
+
base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
|
|
1679
|
+
},
|
|
1680
|
+
provider: 'Axelar'
|
|
1681
|
+
}],
|
|
1682
|
+
images: [{
|
|
1683
|
+
image_sync: {
|
|
1684
|
+
chain_name: 'ethereum',
|
|
1685
|
+
base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
|
|
1686
|
+
},
|
|
1687
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
1688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
1689
|
+
theme: {
|
|
1690
|
+
circle: true,
|
|
1691
|
+
primary_color_hex: '#F1BB15'
|
|
1692
|
+
}
|
|
1693
|
+
}],
|
|
1694
|
+
socials: {
|
|
1695
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
1696
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
1697
|
+
}
|
|
1654
1698
|
}
|
|
1655
1699
|
]
|
|
1656
1700
|
};
|
|
@@ -1555,6 +1555,32 @@ const info = [
|
|
|
1555
1555
|
}
|
|
1556
1556
|
}]
|
|
1557
1557
|
},
|
|
1558
|
+
{
|
|
1559
|
+
$schema: '../ibc_data.schema.json',
|
|
1560
|
+
chain_1: {
|
|
1561
|
+
chain_name: 'cosmoshub',
|
|
1562
|
+
client_id: '07-tendermint-1372',
|
|
1563
|
+
connection_id: 'connection-1098'
|
|
1564
|
+
},
|
|
1565
|
+
chain_2: {
|
|
1566
|
+
chain_name: 'seda',
|
|
1567
|
+
client_id: '07-tendermint-1',
|
|
1568
|
+
connection_id: 'connection-1'
|
|
1569
|
+
},
|
|
1570
|
+
channels: [{
|
|
1571
|
+
chain_1: {
|
|
1572
|
+
channel_id: 'channel-1337',
|
|
1573
|
+
port_id: 'transfer'
|
|
1574
|
+
},
|
|
1575
|
+
chain_2: {
|
|
1576
|
+
channel_id: 'channel-1',
|
|
1577
|
+
port_id: 'transfer'
|
|
1578
|
+
},
|
|
1579
|
+
ordering: 'unordered',
|
|
1580
|
+
version: 'ics20-1',
|
|
1581
|
+
tags: {}
|
|
1582
|
+
}]
|
|
1583
|
+
},
|
|
1558
1584
|
{
|
|
1559
1585
|
$schema: '../ibc_data.schema.json',
|
|
1560
1586
|
chain_1: {
|
|
@@ -12,10 +12,10 @@ const info = {
|
|
|
12
12
|
fees: {
|
|
13
13
|
fee_tokens: [{
|
|
14
14
|
denom: 'udgn',
|
|
15
|
-
fixed_min_gas_price: 0,
|
|
16
|
-
low_gas_price: 0,
|
|
17
|
-
average_gas_price: 0,
|
|
18
|
-
high_gas_price: 0.
|
|
15
|
+
fixed_min_gas_price: 0.05,
|
|
16
|
+
low_gas_price: 0.05,
|
|
17
|
+
average_gas_price: 0.07,
|
|
18
|
+
high_gas_price: 0.09
|
|
19
19
|
}]
|
|
20
20
|
},
|
|
21
21
|
apis: {
|
|
@@ -1574,6 +1574,48 @@ const info = {
|
|
|
1574
1574
|
website: 'https://lombard.finance',
|
|
1575
1575
|
twitter: 'https://x.com/Lombard_Finance'
|
|
1576
1576
|
}
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
description: 'The Ethereum ERC20 issuance of Movement ($MOVE).',
|
|
1580
|
+
type_asset: 'erc20',
|
|
1581
|
+
address: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1582
|
+
denom_units: [{
|
|
1583
|
+
denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1584
|
+
exponent: 0,
|
|
1585
|
+
aliases: ['0xa', 'octa']
|
|
1586
|
+
}, {
|
|
1587
|
+
denom: 'move',
|
|
1588
|
+
exponent: 8
|
|
1589
|
+
}],
|
|
1590
|
+
base: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1591
|
+
name: 'Movement',
|
|
1592
|
+
display: 'move',
|
|
1593
|
+
symbol: 'MOVE',
|
|
1594
|
+
coingecko_id: 'movement',
|
|
1595
|
+
traces: [{
|
|
1596
|
+
type: 'additional-mintage',
|
|
1597
|
+
counterparty: {
|
|
1598
|
+
chain_name: 'movement',
|
|
1599
|
+
base_denom: '0xa'
|
|
1600
|
+
},
|
|
1601
|
+
provider: 'Movement Foundation'
|
|
1602
|
+
}],
|
|
1603
|
+
images: [{
|
|
1604
|
+
image_sync: {
|
|
1605
|
+
chain_name: 'movement',
|
|
1606
|
+
base_denom: '0xa'
|
|
1607
|
+
},
|
|
1608
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
1609
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
1610
|
+
theme: {
|
|
1611
|
+
circle: true,
|
|
1612
|
+
primary_color_hex: '#F1BB15'
|
|
1613
|
+
}
|
|
1614
|
+
}],
|
|
1615
|
+
socials: {
|
|
1616
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
1617
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
1618
|
+
}
|
|
1577
1619
|
}
|
|
1578
1620
|
]
|
|
1579
1621
|
};
|
|
@@ -986,6 +986,93 @@ const info = {
|
|
|
986
986
|
},
|
|
987
987
|
coingecko_id: 'mantra-dao'
|
|
988
988
|
},
|
|
989
|
+
{
|
|
990
|
+
description: 'NIL transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
991
|
+
denom_units: [{
|
|
992
|
+
denom: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
|
|
993
|
+
exponent: 0,
|
|
994
|
+
aliases: ['unil']
|
|
995
|
+
}, {
|
|
996
|
+
denom: 'nil',
|
|
997
|
+
exponent: 6,
|
|
998
|
+
aliases: []
|
|
999
|
+
}],
|
|
1000
|
+
type_asset: 'ics20',
|
|
1001
|
+
base: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
|
|
1002
|
+
name: 'NIL',
|
|
1003
|
+
display: 'nil',
|
|
1004
|
+
symbol: 'NIL',
|
|
1005
|
+
traces: [{
|
|
1006
|
+
type: 'ibc',
|
|
1007
|
+
counterparty: {
|
|
1008
|
+
chain_name: 'osmosis',
|
|
1009
|
+
base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
1010
|
+
channel_id: 'channel-783'
|
|
1011
|
+
},
|
|
1012
|
+
chain: {
|
|
1013
|
+
channel_id: 'channel-0',
|
|
1014
|
+
path: 'transfer/channel-783/transfer/channel-98416/unil'
|
|
1015
|
+
}
|
|
1016
|
+
}],
|
|
1017
|
+
images: [{
|
|
1018
|
+
image_sync: {
|
|
1019
|
+
chain_name: 'osmosis',
|
|
1020
|
+
base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064'
|
|
1021
|
+
},
|
|
1022
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
1023
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
1024
|
+
}],
|
|
1025
|
+
logo_URIs: {
|
|
1026
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
1027
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
1028
|
+
},
|
|
1029
|
+
coingecko_id: 'nillion'
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
description: 'XION transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
1033
|
+
denom_units: [{
|
|
1034
|
+
denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1035
|
+
exponent: 0,
|
|
1036
|
+
aliases: ['uxion']
|
|
1037
|
+
}, {
|
|
1038
|
+
denom: 'xion',
|
|
1039
|
+
exponent: 6,
|
|
1040
|
+
aliases: []
|
|
1041
|
+
}],
|
|
1042
|
+
type_asset: 'ics20',
|
|
1043
|
+
base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1044
|
+
name: 'XION',
|
|
1045
|
+
display: 'xion',
|
|
1046
|
+
symbol: 'XION',
|
|
1047
|
+
traces: [{
|
|
1048
|
+
type: 'ibc',
|
|
1049
|
+
counterparty: {
|
|
1050
|
+
chain_name: 'osmosis',
|
|
1051
|
+
base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
1052
|
+
channel_id: 'channel-783'
|
|
1053
|
+
},
|
|
1054
|
+
chain: {
|
|
1055
|
+
channel_id: 'channel-0',
|
|
1056
|
+
path: 'transfer/channel-783/transfer/channel-89321/uxion'
|
|
1057
|
+
}
|
|
1058
|
+
}],
|
|
1059
|
+
images: [{
|
|
1060
|
+
image_sync: {
|
|
1061
|
+
chain_name: 'osmosis',
|
|
1062
|
+
base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1063
|
+
},
|
|
1064
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
1065
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg',
|
|
1066
|
+
theme: {
|
|
1067
|
+
primary_color_hex: '#2775CA'
|
|
1068
|
+
}
|
|
1069
|
+
}],
|
|
1070
|
+
logo_URIs: {
|
|
1071
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
1072
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg'
|
|
1073
|
+
},
|
|
1074
|
+
coingecko_id: 'xion-2'
|
|
1075
|
+
},
|
|
989
1076
|
{
|
|
990
1077
|
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
991
1078
|
denom_units: [{
|
|
@@ -23917,6 +23917,55 @@ const info = {
|
|
|
23917
23917
|
}
|
|
23918
23918
|
}],
|
|
23919
23919
|
coingecko_id: 'nillion'
|
|
23920
|
+
},
|
|
23921
|
+
{
|
|
23922
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
23923
|
+
type_asset: 'ics20',
|
|
23924
|
+
denom_units: [{
|
|
23925
|
+
denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23926
|
+
exponent: 0,
|
|
23927
|
+
aliases: [
|
|
23928
|
+
'unit-move',
|
|
23929
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
23930
|
+
'0xa',
|
|
23931
|
+
'octa'
|
|
23932
|
+
]
|
|
23933
|
+
}, {
|
|
23934
|
+
denom: 'move',
|
|
23935
|
+
exponent: 8
|
|
23936
|
+
}],
|
|
23937
|
+
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23938
|
+
name: 'Movement (Ethereum)',
|
|
23939
|
+
display: 'move',
|
|
23940
|
+
symbol: 'MOVE',
|
|
23941
|
+
traces: [{
|
|
23942
|
+
type: 'ibc',
|
|
23943
|
+
counterparty: {
|
|
23944
|
+
chain_name: 'axelar',
|
|
23945
|
+
base_denom: 'unit-move',
|
|
23946
|
+
channel_id: 'channel-3'
|
|
23947
|
+
},
|
|
23948
|
+
chain: {
|
|
23949
|
+
channel_id: 'channel-208',
|
|
23950
|
+
path: 'transfer/channel-208/unit-move'
|
|
23951
|
+
}
|
|
23952
|
+
}],
|
|
23953
|
+
images: [{
|
|
23954
|
+
image_sync: {
|
|
23955
|
+
chain_name: 'axelar',
|
|
23956
|
+
base_denom: 'unit-move'
|
|
23957
|
+
},
|
|
23958
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
23959
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
23960
|
+
theme: {
|
|
23961
|
+
circle: true,
|
|
23962
|
+
primary_color_hex: '#F1BB15'
|
|
23963
|
+
}
|
|
23964
|
+
}],
|
|
23965
|
+
socials: {
|
|
23966
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
23967
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
23968
|
+
}
|
|
23920
23969
|
}
|
|
23921
23970
|
]
|
|
23922
23971
|
};
|
package/esm/mainnet/seda/ibc.js
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
const info = [{
|
|
2
|
+
$schema: '../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'cosmoshub',
|
|
5
|
+
client_id: '07-tendermint-1372',
|
|
6
|
+
connection_id: 'connection-1098'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'seda',
|
|
10
|
+
client_id: '07-tendermint-1',
|
|
11
|
+
connection_id: 'connection-1'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-1337',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-1',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {}
|
|
25
|
+
}]
|
|
26
|
+
}, {
|
|
2
27
|
$schema: '../ibc_data.schema.json',
|
|
3
28
|
chain_1: {
|
|
4
29
|
chain_name: 'osmosis',
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -20,6 +20,7 @@ import * as _kusama from './kusama';
|
|
|
20
20
|
import * as _litecoin from './litecoin';
|
|
21
21
|
import * as _mantle from './mantle';
|
|
22
22
|
import * as _moonbeam from './moonbeam';
|
|
23
|
+
import * as _movement from './movement';
|
|
23
24
|
import * as _neo from './neo';
|
|
24
25
|
import * as _optimism from './optimism';
|
|
25
26
|
import * as _polkadot from './polkadot';
|
|
@@ -33,7 +34,6 @@ import * as _zilliqa from './zilliqa';
|
|
|
33
34
|
import * as _berachain from './berachain';
|
|
34
35
|
import * as _hall from './hall';
|
|
35
36
|
import * as _initia from './initia';
|
|
36
|
-
import * as _movement from './movement';
|
|
37
37
|
import * as _namada from './namada';
|
|
38
38
|
import * as _avalanchetestnet from './avalanchetestnet';
|
|
39
39
|
import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
@@ -72,6 +72,7 @@ const assets = [
|
|
|
72
72
|
_litecoin.assets,
|
|
73
73
|
_mantle.assets,
|
|
74
74
|
_moonbeam.assets,
|
|
75
|
+
_movement.assets,
|
|
75
76
|
_neo.assets,
|
|
76
77
|
_optimism.assets,
|
|
77
78
|
_polkadot.assets,
|
|
@@ -85,7 +86,6 @@ const assets = [
|
|
|
85
86
|
_berachain.assets,
|
|
86
87
|
_hall.assets,
|
|
87
88
|
_initia.assets,
|
|
88
|
-
_movement.assets,
|
|
89
89
|
_namada.assets,
|
|
90
90
|
_avalanchetestnet.assets,
|
|
91
91
|
_binancesmartchaintestnet.assets,
|
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
const info = {
|
|
2
|
-
$schema: '
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'movement',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native
|
|
5
|
+
description: 'The native currency of Movement Network',
|
|
6
|
+
extended_description: 'Movement Network is an ecosystem of Modular Move-Based Blockchains that enables developers to build secure, performant, and interoperable blockchain applications, bridging the gap between Move and EVM ecosystems. Movement Network is the first Move-EVM L2 for Ethereum, alongside open-source tooling and protocols to facilitate the adoption of the Move programming language across blockchain ecosystems.',
|
|
7
|
+
type_asset: 'erc20',
|
|
8
|
+
address: '0xa',
|
|
6
9
|
denom_units: [{
|
|
7
|
-
denom: '
|
|
8
|
-
exponent: 0
|
|
10
|
+
denom: '0xa',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['octa']
|
|
9
13
|
}, {
|
|
10
14
|
denom: 'move',
|
|
11
|
-
exponent:
|
|
15
|
+
exponent: 8
|
|
12
16
|
}],
|
|
13
|
-
base: '
|
|
14
|
-
display: 'move',
|
|
17
|
+
base: '0xa',
|
|
15
18
|
name: 'Movement',
|
|
19
|
+
display: 'move',
|
|
16
20
|
symbol: 'MOVE',
|
|
21
|
+
coingecko_id: 'movement',
|
|
17
22
|
images: [{
|
|
18
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/movement/images/move.svg',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19
25
|
theme: {
|
|
20
|
-
circle: true
|
|
26
|
+
circle: true,
|
|
27
|
+
primary_color_hex: '#F1BB15'
|
|
21
28
|
}
|
|
22
29
|
}],
|
|
23
30
|
socials: {
|
|
24
|
-
website: 'https://
|
|
25
|
-
twitter: 'https://
|
|
26
|
-
}
|
|
27
|
-
type_asset: 'sdk.coin'
|
|
31
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
32
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
33
|
+
}
|
|
28
34
|
}]
|
|
29
35
|
};
|
|
30
36
|
export default info;
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -20,6 +20,7 @@ export * as kusama from './kusama';
|
|
|
20
20
|
export * as litecoin from './litecoin';
|
|
21
21
|
export * as mantle from './mantle';
|
|
22
22
|
export * as moonbeam from './moonbeam';
|
|
23
|
+
export * as movement from './movement';
|
|
23
24
|
export * as neo from './neo';
|
|
24
25
|
export * as optimism from './optimism';
|
|
25
26
|
export * as polkadot from './polkadot';
|
|
@@ -33,7 +34,6 @@ export * as zilliqa from './zilliqa';
|
|
|
33
34
|
export * as berachain from './berachain';
|
|
34
35
|
export * as hall from './hall';
|
|
35
36
|
export * as initia from './initia';
|
|
36
|
-
export * as movement from './movement';
|
|
37
37
|
export * as namada from './namada';
|
|
38
38
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
39
39
|
export * as avalanchetestnet from './avalanchetestnet';
|
package/mainnet/axelar/assets.js
CHANGED
|
@@ -1653,6 +1653,50 @@ const info = {
|
|
|
1653
1653
|
primary_color_hex: '#04fbfb'
|
|
1654
1654
|
}
|
|
1655
1655
|
}]
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
1659
|
+
type_asset: 'sdk.coin',
|
|
1660
|
+
denom_units: [{
|
|
1661
|
+
denom: 'unit-move',
|
|
1662
|
+
exponent: 0,
|
|
1663
|
+
aliases: [
|
|
1664
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1665
|
+
'0xa',
|
|
1666
|
+
'octa'
|
|
1667
|
+
]
|
|
1668
|
+
}, {
|
|
1669
|
+
denom: 'move',
|
|
1670
|
+
exponent: 8
|
|
1671
|
+
}],
|
|
1672
|
+
base: 'unit-move',
|
|
1673
|
+
name: 'Movement',
|
|
1674
|
+
display: 'move',
|
|
1675
|
+
symbol: 'axlMOVE',
|
|
1676
|
+
traces: [{
|
|
1677
|
+
type: 'bridge',
|
|
1678
|
+
counterparty: {
|
|
1679
|
+
chain_name: 'ethereum',
|
|
1680
|
+
base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
|
|
1681
|
+
},
|
|
1682
|
+
provider: 'Axelar'
|
|
1683
|
+
}],
|
|
1684
|
+
images: [{
|
|
1685
|
+
image_sync: {
|
|
1686
|
+
chain_name: 'ethereum',
|
|
1687
|
+
base_denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073'
|
|
1688
|
+
},
|
|
1689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
1690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
1691
|
+
theme: {
|
|
1692
|
+
circle: true,
|
|
1693
|
+
primary_color_hex: '#F1BB15'
|
|
1694
|
+
}
|
|
1695
|
+
}],
|
|
1696
|
+
socials: {
|
|
1697
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
1698
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
1699
|
+
}
|
|
1656
1700
|
}
|
|
1657
1701
|
]
|
|
1658
1702
|
};
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -1557,6 +1557,32 @@ const info = [
|
|
|
1557
1557
|
}
|
|
1558
1558
|
}]
|
|
1559
1559
|
},
|
|
1560
|
+
{
|
|
1561
|
+
$schema: '../ibc_data.schema.json',
|
|
1562
|
+
chain_1: {
|
|
1563
|
+
chain_name: 'cosmoshub',
|
|
1564
|
+
client_id: '07-tendermint-1372',
|
|
1565
|
+
connection_id: 'connection-1098'
|
|
1566
|
+
},
|
|
1567
|
+
chain_2: {
|
|
1568
|
+
chain_name: 'seda',
|
|
1569
|
+
client_id: '07-tendermint-1',
|
|
1570
|
+
connection_id: 'connection-1'
|
|
1571
|
+
},
|
|
1572
|
+
channels: [{
|
|
1573
|
+
chain_1: {
|
|
1574
|
+
channel_id: 'channel-1337',
|
|
1575
|
+
port_id: 'transfer'
|
|
1576
|
+
},
|
|
1577
|
+
chain_2: {
|
|
1578
|
+
channel_id: 'channel-1',
|
|
1579
|
+
port_id: 'transfer'
|
|
1580
|
+
},
|
|
1581
|
+
ordering: 'unordered',
|
|
1582
|
+
version: 'ics20-1',
|
|
1583
|
+
tags: {}
|
|
1584
|
+
}]
|
|
1585
|
+
},
|
|
1560
1586
|
{
|
|
1561
1587
|
$schema: '../ibc_data.schema.json',
|
|
1562
1588
|
chain_1: {
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -14,10 +14,10 @@ const info = {
|
|
|
14
14
|
fees: {
|
|
15
15
|
fee_tokens: [{
|
|
16
16
|
denom: 'udgn',
|
|
17
|
-
fixed_min_gas_price: 0,
|
|
18
|
-
low_gas_price: 0,
|
|
19
|
-
average_gas_price: 0,
|
|
20
|
-
high_gas_price: 0.
|
|
17
|
+
fixed_min_gas_price: 0.05,
|
|
18
|
+
low_gas_price: 0.05,
|
|
19
|
+
average_gas_price: 0.07,
|
|
20
|
+
high_gas_price: 0.09
|
|
21
21
|
}]
|
|
22
22
|
},
|
|
23
23
|
apis: {
|
|
@@ -1576,6 +1576,48 @@ const info = {
|
|
|
1576
1576
|
website: 'https://lombard.finance',
|
|
1577
1577
|
twitter: 'https://x.com/Lombard_Finance'
|
|
1578
1578
|
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
description: 'The Ethereum ERC20 issuance of Movement ($MOVE).',
|
|
1582
|
+
type_asset: 'erc20',
|
|
1583
|
+
address: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1584
|
+
denom_units: [{
|
|
1585
|
+
denom: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1586
|
+
exponent: 0,
|
|
1587
|
+
aliases: ['0xa', 'octa']
|
|
1588
|
+
}, {
|
|
1589
|
+
denom: 'move',
|
|
1590
|
+
exponent: 8
|
|
1591
|
+
}],
|
|
1592
|
+
base: '0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
1593
|
+
name: 'Movement',
|
|
1594
|
+
display: 'move',
|
|
1595
|
+
symbol: 'MOVE',
|
|
1596
|
+
coingecko_id: 'movement',
|
|
1597
|
+
traces: [{
|
|
1598
|
+
type: 'additional-mintage',
|
|
1599
|
+
counterparty: {
|
|
1600
|
+
chain_name: 'movement',
|
|
1601
|
+
base_denom: '0xa'
|
|
1602
|
+
},
|
|
1603
|
+
provider: 'Movement Foundation'
|
|
1604
|
+
}],
|
|
1605
|
+
images: [{
|
|
1606
|
+
image_sync: {
|
|
1607
|
+
chain_name: 'movement',
|
|
1608
|
+
base_denom: '0xa'
|
|
1609
|
+
},
|
|
1610
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
1611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
1612
|
+
theme: {
|
|
1613
|
+
circle: true,
|
|
1614
|
+
primary_color_hex: '#F1BB15'
|
|
1615
|
+
}
|
|
1616
|
+
}],
|
|
1617
|
+
socials: {
|
|
1618
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
1619
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
1620
|
+
}
|
|
1579
1621
|
}
|
|
1580
1622
|
]
|
|
1581
1623
|
};
|
package/mainnet/nolus/assets.js
CHANGED
|
@@ -988,6 +988,93 @@ const info = {
|
|
|
988
988
|
},
|
|
989
989
|
coingecko_id: 'mantra-dao'
|
|
990
990
|
},
|
|
991
|
+
{
|
|
992
|
+
description: 'NIL transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
993
|
+
denom_units: [{
|
|
994
|
+
denom: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
|
|
995
|
+
exponent: 0,
|
|
996
|
+
aliases: ['unil']
|
|
997
|
+
}, {
|
|
998
|
+
denom: 'nil',
|
|
999
|
+
exponent: 6,
|
|
1000
|
+
aliases: []
|
|
1001
|
+
}],
|
|
1002
|
+
type_asset: 'ics20',
|
|
1003
|
+
base: 'ibc/56AD715B6EBE187ACE16DA331CCFFE41655B42373FBE4A43748DEE16A95EE895',
|
|
1004
|
+
name: 'NIL',
|
|
1005
|
+
display: 'nil',
|
|
1006
|
+
symbol: 'NIL',
|
|
1007
|
+
traces: [{
|
|
1008
|
+
type: 'ibc',
|
|
1009
|
+
counterparty: {
|
|
1010
|
+
chain_name: 'osmosis',
|
|
1011
|
+
base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064',
|
|
1012
|
+
channel_id: 'channel-783'
|
|
1013
|
+
},
|
|
1014
|
+
chain: {
|
|
1015
|
+
channel_id: 'channel-0',
|
|
1016
|
+
path: 'transfer/channel-783/transfer/channel-98416/unil'
|
|
1017
|
+
}
|
|
1018
|
+
}],
|
|
1019
|
+
images: [{
|
|
1020
|
+
image_sync: {
|
|
1021
|
+
chain_name: 'osmosis',
|
|
1022
|
+
base_denom: 'ibc/D37860EB1D2669F34B47A7BC48885853D5AB23642EF958CDEA35EB6074087064'
|
|
1023
|
+
},
|
|
1024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
1025
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
1026
|
+
}],
|
|
1027
|
+
logo_URIs: {
|
|
1028
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.png',
|
|
1029
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nillion/images/nil.svg'
|
|
1030
|
+
},
|
|
1031
|
+
coingecko_id: 'nillion'
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
description: 'XION transferred from the Osmosis mainnet that is supported on the Nolus chain',
|
|
1035
|
+
denom_units: [{
|
|
1036
|
+
denom: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1037
|
+
exponent: 0,
|
|
1038
|
+
aliases: ['uxion']
|
|
1039
|
+
}, {
|
|
1040
|
+
denom: 'xion',
|
|
1041
|
+
exponent: 6,
|
|
1042
|
+
aliases: []
|
|
1043
|
+
}],
|
|
1044
|
+
type_asset: 'ics20',
|
|
1045
|
+
base: 'ibc/B8E95841C22213AC4E3EF000CB9D1D3B06FFAA1784FCE1169C6E92982BCC89B4',
|
|
1046
|
+
name: 'XION',
|
|
1047
|
+
display: 'xion',
|
|
1048
|
+
symbol: 'XION',
|
|
1049
|
+
traces: [{
|
|
1050
|
+
type: 'ibc',
|
|
1051
|
+
counterparty: {
|
|
1052
|
+
chain_name: 'osmosis',
|
|
1053
|
+
base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5',
|
|
1054
|
+
channel_id: 'channel-783'
|
|
1055
|
+
},
|
|
1056
|
+
chain: {
|
|
1057
|
+
channel_id: 'channel-0',
|
|
1058
|
+
path: 'transfer/channel-783/transfer/channel-89321/uxion'
|
|
1059
|
+
}
|
|
1060
|
+
}],
|
|
1061
|
+
images: [{
|
|
1062
|
+
image_sync: {
|
|
1063
|
+
chain_name: 'osmosis',
|
|
1064
|
+
base_denom: 'ibc/2E3784772E70F7B3A638BA88F65C8BE125D3CDB6E28C6AABC51098C94F5E16A5'
|
|
1065
|
+
},
|
|
1066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
1067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg',
|
|
1068
|
+
theme: {
|
|
1069
|
+
primary_color_hex: '#2775CA'
|
|
1070
|
+
}
|
|
1071
|
+
}],
|
|
1072
|
+
logo_URIs: {
|
|
1073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png',
|
|
1074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.svg'
|
|
1075
|
+
},
|
|
1076
|
+
coingecko_id: 'xion-2'
|
|
1077
|
+
},
|
|
991
1078
|
{
|
|
992
1079
|
description: 'NTRN transferred from the Neutron mainnet that is supported on the Nolus chain',
|
|
993
1080
|
denom_units: [{
|
|
@@ -23919,6 +23919,55 @@ const info = {
|
|
|
23919
23919
|
}
|
|
23920
23920
|
}],
|
|
23921
23921
|
coingecko_id: 'nillion'
|
|
23922
|
+
},
|
|
23923
|
+
{
|
|
23924
|
+
description: 'Movement ($MOVE) from Ethereum via Axelar bridge',
|
|
23925
|
+
type_asset: 'ics20',
|
|
23926
|
+
denom_units: [{
|
|
23927
|
+
denom: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23928
|
+
exponent: 0,
|
|
23929
|
+
aliases: [
|
|
23930
|
+
'unit-move',
|
|
23931
|
+
'0x3073f7aaa4db83f95e9fff17424f71d4751a3073',
|
|
23932
|
+
'0xa',
|
|
23933
|
+
'octa'
|
|
23934
|
+
]
|
|
23935
|
+
}, {
|
|
23936
|
+
denom: 'move',
|
|
23937
|
+
exponent: 8
|
|
23938
|
+
}],
|
|
23939
|
+
base: 'ibc/D19DA6AE5B3CB19A035FCB51DEE5A36392E0D64D51C20D159A155D1581911A39',
|
|
23940
|
+
name: 'Movement (Ethereum)',
|
|
23941
|
+
display: 'move',
|
|
23942
|
+
symbol: 'MOVE',
|
|
23943
|
+
traces: [{
|
|
23944
|
+
type: 'ibc',
|
|
23945
|
+
counterparty: {
|
|
23946
|
+
chain_name: 'axelar',
|
|
23947
|
+
base_denom: 'unit-move',
|
|
23948
|
+
channel_id: 'channel-3'
|
|
23949
|
+
},
|
|
23950
|
+
chain: {
|
|
23951
|
+
channel_id: 'channel-208',
|
|
23952
|
+
path: 'transfer/channel-208/unit-move'
|
|
23953
|
+
}
|
|
23954
|
+
}],
|
|
23955
|
+
images: [{
|
|
23956
|
+
image_sync: {
|
|
23957
|
+
chain_name: 'axelar',
|
|
23958
|
+
base_denom: 'unit-move'
|
|
23959
|
+
},
|
|
23960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
23961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
23962
|
+
theme: {
|
|
23963
|
+
circle: true,
|
|
23964
|
+
primary_color_hex: '#F1BB15'
|
|
23965
|
+
}
|
|
23966
|
+
}],
|
|
23967
|
+
socials: {
|
|
23968
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
23969
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
23970
|
+
}
|
|
23922
23971
|
}
|
|
23923
23972
|
]
|
|
23924
23973
|
};
|
package/mainnet/seda/ibc.js
CHANGED
|
@@ -1,6 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = [{
|
|
4
|
+
$schema: '../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'cosmoshub',
|
|
7
|
+
client_id: '07-tendermint-1372',
|
|
8
|
+
connection_id: 'connection-1098'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'seda',
|
|
12
|
+
client_id: '07-tendermint-1',
|
|
13
|
+
connection_id: 'connection-1'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-1337',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-1',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {}
|
|
27
|
+
}]
|
|
28
|
+
}, {
|
|
4
29
|
$schema: '../ibc_data.schema.json',
|
|
5
30
|
chain_1: {
|
|
6
31
|
chain_name: 'osmosis',
|
package/mainnet/xpla/chain.js
CHANGED
package/noncosmos/assets.js
CHANGED
|
@@ -45,6 +45,7 @@ const _kusama = __importStar(require("./kusama"));
|
|
|
45
45
|
const _litecoin = __importStar(require("./litecoin"));
|
|
46
46
|
const _mantle = __importStar(require("./mantle"));
|
|
47
47
|
const _moonbeam = __importStar(require("./moonbeam"));
|
|
48
|
+
const _movement = __importStar(require("./movement"));
|
|
48
49
|
const _neo = __importStar(require("./neo"));
|
|
49
50
|
const _optimism = __importStar(require("./optimism"));
|
|
50
51
|
const _polkadot = __importStar(require("./polkadot"));
|
|
@@ -58,7 +59,6 @@ const _zilliqa = __importStar(require("./zilliqa"));
|
|
|
58
59
|
const _berachain = __importStar(require("./berachain"));
|
|
59
60
|
const _hall = __importStar(require("./hall"));
|
|
60
61
|
const _initia = __importStar(require("./initia"));
|
|
61
|
-
const _movement = __importStar(require("./movement"));
|
|
62
62
|
const _namada = __importStar(require("./namada"));
|
|
63
63
|
const _avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
|
64
64
|
const _binancesmartchaintestnet = __importStar(require("./binancesmartchaintestnet"));
|
|
@@ -97,6 +97,7 @@ const assets = [
|
|
|
97
97
|
_litecoin.assets,
|
|
98
98
|
_mantle.assets,
|
|
99
99
|
_moonbeam.assets,
|
|
100
|
+
_movement.assets,
|
|
100
101
|
_neo.assets,
|
|
101
102
|
_optimism.assets,
|
|
102
103
|
_polkadot.assets,
|
|
@@ -110,7 +111,6 @@ const assets = [
|
|
|
110
111
|
_berachain.assets,
|
|
111
112
|
_hall.assets,
|
|
112
113
|
_initia.assets,
|
|
113
|
-
_movement.assets,
|
|
114
114
|
_namada.assets,
|
|
115
115
|
_avalanchetestnet.assets,
|
|
116
116
|
_binancesmartchaintestnet.assets,
|
|
@@ -1,32 +1,38 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const info = {
|
|
4
|
-
$schema: '
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
5
|
chain_name: 'movement',
|
|
6
6
|
assets: [{
|
|
7
|
-
description: 'The native
|
|
7
|
+
description: 'The native currency of Movement Network',
|
|
8
|
+
extended_description: 'Movement Network is an ecosystem of Modular Move-Based Blockchains that enables developers to build secure, performant, and interoperable blockchain applications, bridging the gap between Move and EVM ecosystems. Movement Network is the first Move-EVM L2 for Ethereum, alongside open-source tooling and protocols to facilitate the adoption of the Move programming language across blockchain ecosystems.',
|
|
9
|
+
type_asset: 'erc20',
|
|
10
|
+
address: '0xa',
|
|
8
11
|
denom_units: [{
|
|
9
|
-
denom: '
|
|
10
|
-
exponent: 0
|
|
12
|
+
denom: '0xa',
|
|
13
|
+
exponent: 0,
|
|
14
|
+
aliases: ['octa']
|
|
11
15
|
}, {
|
|
12
16
|
denom: 'move',
|
|
13
|
-
exponent:
|
|
17
|
+
exponent: 8
|
|
14
18
|
}],
|
|
15
|
-
base: '
|
|
16
|
-
display: 'move',
|
|
19
|
+
base: '0xa',
|
|
17
20
|
name: 'Movement',
|
|
21
|
+
display: 'move',
|
|
18
22
|
symbol: 'MOVE',
|
|
23
|
+
coingecko_id: 'movement',
|
|
19
24
|
images: [{
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/movement/images/move.svg',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
21
27
|
theme: {
|
|
22
|
-
circle: true
|
|
28
|
+
circle: true,
|
|
29
|
+
primary_color_hex: '#F1BB15'
|
|
23
30
|
}
|
|
24
31
|
}],
|
|
25
32
|
socials: {
|
|
26
|
-
website: 'https://
|
|
27
|
-
twitter: 'https://
|
|
28
|
-
}
|
|
29
|
-
type_asset: 'sdk.coin'
|
|
33
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
34
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
35
|
+
}
|
|
30
36
|
}]
|
|
31
37
|
};
|
|
32
38
|
exports.default = info;
|
package/noncosmos/named.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export * as kusama from './kusama';
|
|
|
20
20
|
export * as litecoin from './litecoin';
|
|
21
21
|
export * as mantle from './mantle';
|
|
22
22
|
export * as moonbeam from './moonbeam';
|
|
23
|
+
export * as movement from './movement';
|
|
23
24
|
export * as neo from './neo';
|
|
24
25
|
export * as optimism from './optimism';
|
|
25
26
|
export * as polkadot from './polkadot';
|
|
@@ -33,7 +34,6 @@ export * as zilliqa from './zilliqa';
|
|
|
33
34
|
export * as berachain from './berachain';
|
|
34
35
|
export * as hall from './hall';
|
|
35
36
|
export * as initia from './initia';
|
|
36
|
-
export * as movement from './movement';
|
|
37
37
|
export * as namada from './namada';
|
|
38
38
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
39
39
|
export * as avalanchetestnet from './avalanchetestnet';
|
package/noncosmos/named.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.namada = exports.
|
|
26
|
+
exports.solanatestnet = exports.polygontestnet = exports.polkadottestnet = exports.moonbeamtestnet = exports.litecointestnet = exports.fantomtestnet = exports.ethereumtestnet = exports.dogecointestnet = exports.bitcointestnet = exports.bitcoincashtestnet = exports.binancesmartchaintestnet = exports.avalanchetestnet = exports.cosmoshubicstestnet = exports.namada = exports.initia = exports.hall = exports.berachain = exports.zilliqa = exports.xrpl = exports.tinkernet = exports.sui = exports.stellar = exports.statemine = exports.polygon = exports.polkadot = exports.optimism = exports.neo = exports.movement = exports.moonbeam = exports.mantle = exports.litecoin = exports.kusama = exports.internetcomputer = exports.forex = exports.filecoin = exports.fantom = exports.dogecoin = exports.comex = exports.bitcoincash = exports.bitcoin = exports.binancesmartchain = exports.base = exports.avalanche = exports.avail = exports.arbitrum = exports.aptos = exports._0l = exports.penumbra = exports.composablepolkadot = exports.picasso = void 0;
|
|
27
27
|
exports.ojotestnet = exports.tontestnet = void 0;
|
|
28
28
|
exports.picasso = __importStar(require("./picasso"));
|
|
29
29
|
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
|
@@ -47,6 +47,7 @@ exports.kusama = __importStar(require("./kusama"));
|
|
|
47
47
|
exports.litecoin = __importStar(require("./litecoin"));
|
|
48
48
|
exports.mantle = __importStar(require("./mantle"));
|
|
49
49
|
exports.moonbeam = __importStar(require("./moonbeam"));
|
|
50
|
+
exports.movement = __importStar(require("./movement"));
|
|
50
51
|
exports.neo = __importStar(require("./neo"));
|
|
51
52
|
exports.optimism = __importStar(require("./optimism"));
|
|
52
53
|
exports.polkadot = __importStar(require("./polkadot"));
|
|
@@ -60,7 +61,6 @@ exports.zilliqa = __importStar(require("./zilliqa"));
|
|
|
60
61
|
exports.berachain = __importStar(require("./berachain"));
|
|
61
62
|
exports.hall = __importStar(require("./hall"));
|
|
62
63
|
exports.initia = __importStar(require("./initia"));
|
|
63
|
-
exports.movement = __importStar(require("./movement"));
|
|
64
64
|
exports.namada = __importStar(require("./namada"));
|
|
65
65
|
exports.cosmoshubicstestnet = __importStar(require("./cosmoshubicstestnet"));
|
|
66
66
|
exports.avalanchetestnet = __importStar(require("./avalanchetestnet"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.171",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.105",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.105"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "fbe3320a236284f49980b4600de5ca9fa85b30eb"
|
|
47
47
|
}
|