Skip to content

Commit bfc4b16

Browse files
committed
Support Movement
1 parent 3defbe3 commit bfc4b16

File tree

4 files changed

+73
-0
lines changed

4 files changed

+73
-0
lines changed

chain/movement/asset/unknown.png

29.9 KB
Loading

chain/movement/assets_2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "native",
4+
"denom": "0x1::aptos_coin::AptosCoin",
5+
"name" : "Movement",
6+
"symbol": "MOVE",
7+
"description": "Movement Coin",
8+
"decimals": 8,
9+
"image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/movemonet/asset/move.png",
10+
"coinGeckoId": "movement"
11+
}
12+
]

chain/movement/param_2.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"chain_id" : "0x7e",
3+
"chain_name": "Movement",
4+
"chain_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/movement/resource/chain_movement.png",
5+
"staking_asset_denom" : "0x1::aptos_coin::AptosCoin",
6+
"staking_asset_symbol" : "MOVE",
7+
"staking_asset_image": "https://raw.githubusercontent.com/cosmostation/chainlist/master/chain/movement/asset/move.png",
8+
"origin_genesis_time" : "2024-12-06T08:49:42Z",
9+
"is_support_mobile_wallet" : true,
10+
"is_support_extension_wallet" : false,
11+
"is_support_moblie_dapp": false,
12+
"chain_type": [
13+
"aptos"
14+
],
15+
"account_type" : [
16+
{
17+
"hd_path": "m/44'/637'/0'/0'/X'",
18+
"pubkey_style": "ed25519"
19+
}
20+
],
21+
"simulated_max_gas_multiply": 1.2,
22+
"graphql_endpoint" : [
23+
{
24+
"provider": "Movement Labs",
25+
"url": "https://indexer.mainnet.movementnetwork.xyz/v1/graphql"
26+
}
27+
],
28+
"rest_endpoint" : [
29+
{
30+
"provider": "Movement Labs",
31+
"url": "https://mainnet.movementnetwork.xyz/v1/"
32+
}
33+
],
34+
"rpc_endpoint" : [
35+
{
36+
"provider": "Movement Labs",
37+
"url": "https://mainnet.movementnetwork.xyz/v1/"
38+
}
39+
],
40+
"explorer" : {
41+
"name": "Movement Explorer",
42+
"url": "https://explorer.movementnetwork.xyz/?network=mainnet",
43+
"account": "https://explorer.movementnetwork.xyz/account/${address}",
44+
"tx": "https://explorer.movementnetwork.xyz/txn/${hash}",
45+
"proposal": ""
46+
},
47+
"about" : {
48+
"website" : "https://movementlabs.xyz/",
49+
"docs": "https://docs.movementnetwork.xyz/general",
50+
"github" : "https://github.com/movementlabsxyz/",
51+
"blog": "https://blog.movementlabs.xyz/",
52+
"twitter" : "https://x.com/MoveIndFDN",
53+
"coingecko" : "https://www.coingecko.com/coins/movement"
54+
},
55+
"description" : {
56+
"ko" : "Movement 체인은 Move VM 기반의 고성능 스마트 컨트랙트 플랫폼으로, 보안성과 병렬 처리 성능을 강화한 차세대 L1입니다.",
57+
"en" : "Movement is a high-performance Layer 1 blockchain powered by the Move VM, offering enhanced security and parallel execution.",
58+
"ja" : "Movement は Move VM を採用した高性能 L1 ブロックチェーンで、強化されたセキュリティと並列処理を特徴としています。"
59+
}
60+
}

chain/supports.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"milkyway",
9696
"monad",
9797
"moonbeam",
98+
"movement",
9899
"namada",
99100
"neutron",
100101
"nibiru",

0 commit comments

Comments
 (0)