|
| 1 | +export const DYDX_CHAIN = { |
| 2 | + $schema: "../chain.schema.json", |
| 3 | + chain_name: "dydx", |
| 4 | + status: "live", |
| 5 | + website: "https://dydx.exchange/", |
| 6 | + network_type: "mainnet", |
| 7 | + pretty_name: "dYdX Protocol", |
| 8 | + chain_id: "dydx-mainnet-1", |
| 9 | + bech32_prefix: "dydx", |
| 10 | + daemon_name: "dydxprotocold", |
| 11 | + node_home: "$HOME/.dydxprotocol", |
| 12 | + key_algos: ["secp256k1"], |
| 13 | + slip44: 118, |
| 14 | + fees: { |
| 15 | + fee_tokens: [ |
| 16 | + { |
| 17 | + denom: "adydx", |
| 18 | + fixed_min_gas_price: 12500000000, |
| 19 | + low_gas_price: 12500000000, |
| 20 | + average_gas_price: 12500000000, |
| 21 | + high_gas_price: 20000000000, |
| 22 | + }, |
| 23 | + { |
| 24 | + denom: |
| 25 | + "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", |
| 26 | + fixed_min_gas_price: 0.025, |
| 27 | + low_gas_price: 0.025, |
| 28 | + average_gas_price: 0.025, |
| 29 | + high_gas_price: 0.03, |
| 30 | + }, |
| 31 | + ], |
| 32 | + }, |
| 33 | + staking: { |
| 34 | + staking_tokens: [ |
| 35 | + { |
| 36 | + denom: "adydx", |
| 37 | + }, |
| 38 | + ], |
| 39 | + }, |
| 40 | + codebase: { |
| 41 | + git_repo: "https://github.com/dydxprotocol/v4-chain/", |
| 42 | + recommended_version: "v1.0.0", |
| 43 | + compatible_versions: ["v1.0.0"], |
| 44 | + cosmos_sdk_version: "v0.47.4", |
| 45 | + cosmwasm_enabled: false, |
| 46 | + genesis: { |
| 47 | + genesis_url: |
| 48 | + "https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json", |
| 49 | + }, |
| 50 | + versions: [ |
| 51 | + { |
| 52 | + name: "v1", |
| 53 | + recommended_version: "v1.0.0", |
| 54 | + compatible_versions: ["v1.0.0"], |
| 55 | + cosmos_sdk_version: "v0.47.4", |
| 56 | + }, |
| 57 | + ], |
| 58 | + }, |
| 59 | + logo_URIs: { |
| 60 | + png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png", |
| 61 | + svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg", |
| 62 | + }, |
| 63 | + peers: { |
| 64 | + seeds: [ |
| 65 | + { |
| 66 | + id: "20e1000e88125698264454a884812746c2eb4807", |
| 67 | + address: "seeds.lavenderfive.com:23856", |
| 68 | + provider: "Lavender.Five Nodes 🐝", |
| 69 | + }, |
| 70 | + { |
| 71 | + id: "ebc272824924ea1a27ea3183dd0b9ba713494f83", |
| 72 | + address: "dydx-mainnet-seed.autostake.com:27366", |
| 73 | + provider: "AutoStake 🛡️ Slash Protected", |
| 74 | + }, |
| 75 | + { |
| 76 | + id: "65b740ee326c9260c30af1f044e9cda63c73f7c1", |
| 77 | + address: "seeds.kingnodes.net:23856", |
| 78 | + provider: "Kingnodes", |
| 79 | + }, |
| 80 | + { |
| 81 | + id: "4c30c8a95e26b07b249813b677caab28bf0c54eb", |
| 82 | + address: "rpc.dydx.nodestake.top:666", |
| 83 | + provider: "NodeStake", |
| 84 | + }, |
| 85 | + { |
| 86 | + id: "400f3d9e30b69e78a7fb891f60d76fa3c73f0ecc", |
| 87 | + address: "dydx.rpc.kjnodes.com:17059", |
| 88 | + provider: "kjnodes", |
| 89 | + }, |
| 90 | + { |
| 91 | + id: "e1b058e5cfa2b836ddaa496b10911da62dcf182e", |
| 92 | + address: "dydx-seed-de.allnodes.me:26656", |
| 93 | + provider: "Allnodes ⚡️ Nodes & Staking", |
| 94 | + }, |
| 95 | + { |
| 96 | + id: "e726816f42831689eab9378d5d577f1d06d25716", |
| 97 | + address: "dydx-seed-us.allnodes.me:26656", |
| 98 | + provider: "Allnodes ⚡️ Nodes & Staking", |
| 99 | + }, |
| 100 | + ], |
| 101 | + persistent_peers: [ |
| 102 | + { |
| 103 | + id: "ebc272824924ea1a27ea3183dd0b9ba713494f83", |
| 104 | + address: "dydx-mainnet-peer.autostake.com:27366", |
| 105 | + provider: "AutoStake 🛡️ Slash Protected", |
| 106 | + }, |
| 107 | + ], |
| 108 | + }, |
| 109 | + apis: { |
| 110 | + rpc: [ |
| 111 | + { |
| 112 | + address: "https://dydx-rpc.lavenderfive.com:443", |
| 113 | + provider: "Lavender.Five Nodes 🐝", |
| 114 | + }, |
| 115 | + { |
| 116 | + address: "https://dydx-mainnet-rpc.autostake.com:443", |
| 117 | + provider: "AutoStake 🛡️ Slash Protected", |
| 118 | + }, |
| 119 | + { |
| 120 | + address: "https://rpc-dydx.ecostake.com:443", |
| 121 | + provider: "ecostake", |
| 122 | + }, |
| 123 | + { |
| 124 | + address: "https://rpc.dydx.nodestake.top:443", |
| 125 | + provider: "NodeStake", |
| 126 | + }, |
| 127 | + { |
| 128 | + address: "https://dydx.rpc.kjnodes.com:443", |
| 129 | + provider: "kjnodes", |
| 130 | + }, |
| 131 | + { |
| 132 | + address: "https://dydx-rpc.publicnode.com:443", |
| 133 | + provider: "Allnodes ⚡️ Nodes & Staking", |
| 134 | + }, |
| 135 | + ], |
| 136 | + rest: [ |
| 137 | + { |
| 138 | + address: "https://dydx-api.lavenderfive.com:443", |
| 139 | + provider: "Lavender.Five Nodes 🐝", |
| 140 | + }, |
| 141 | + { |
| 142 | + address: "https://dydx-mainnet-lcd.autostake.com:443", |
| 143 | + provider: "AutoStake 🛡️ Slash Protected", |
| 144 | + }, |
| 145 | + { |
| 146 | + address: "https://rest-dydx.ecostake.com:443", |
| 147 | + provider: "ecostake", |
| 148 | + }, |
| 149 | + { |
| 150 | + address: "https://api.dydx.nodestake.top:443", |
| 151 | + provider: "NodeStake", |
| 152 | + }, |
| 153 | + { |
| 154 | + address: "https://dydx.api.kjnodes.com:443", |
| 155 | + provider: "kjnodes", |
| 156 | + }, |
| 157 | + { |
| 158 | + address: "https://dydx-rest.publicnode.com", |
| 159 | + provider: "Allnodes ⚡️ Nodes & Staking", |
| 160 | + }, |
| 161 | + ], |
| 162 | + grpc: [ |
| 163 | + { |
| 164 | + address: "https://dydx-grpc.lavenderfive.com", |
| 165 | + provider: "Lavender.Five Nodes 🐝", |
| 166 | + }, |
| 167 | + { |
| 168 | + address: "dydx-mainnet-grpc.autostake.com:443", |
| 169 | + provider: "AutoStake 🛡️ Slash Protected", |
| 170 | + }, |
| 171 | + { |
| 172 | + address: "https://grpc.dydx.nodestake.top", |
| 173 | + provider: "NodeStake", |
| 174 | + }, |
| 175 | + { |
| 176 | + address: "dydx.grpc.kjnodes.com:443", |
| 177 | + provider: "kjnodes", |
| 178 | + }, |
| 179 | + { |
| 180 | + address: "dydx-grpc.publicnode.com:443", |
| 181 | + provider: "Allnodes ⚡️ Nodes & Staking", |
| 182 | + }, |
| 183 | + ], |
| 184 | + }, |
| 185 | + explorers: [ |
| 186 | + { |
| 187 | + kind: "mintscan", |
| 188 | + url: "https://www.mintscan.io/dydx", |
| 189 | + tx_page: "https://www.mintscan.io/dydx/txs/${txHash}", |
| 190 | + account_page: "https://www.mintscan.io/dydx/account/${accountAddress}", |
| 191 | + }, |
| 192 | + { |
| 193 | + kind: "NodeStake", |
| 194 | + url: "https://explorer.nodestake.top/dydx/", |
| 195 | + tx_page: "https://explorer.nodestake.top/dydx/txs/${txHash}", |
| 196 | + account_page: |
| 197 | + "https://explorer.nodestake.top/dydx/account/${accountAddress}", |
| 198 | + }, |
| 199 | + ], |
| 200 | + images: [ |
| 201 | + { |
| 202 | + png: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png", |
| 203 | + svg: "https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg", |
| 204 | + }, |
| 205 | + ], |
| 206 | +}; |
0 commit comments