Skip to content

Commit

Permalink
update dydx endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Dec 27, 2023
1 parent 1738e90 commit 15c075c
Showing 1 changed file with 65 additions and 49 deletions.
114 changes: 65 additions & 49 deletions chains/mainnet/dydx.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,67 @@
{
"chain_name": "dydx",
"api": [
{
"address": "https://rest-dydx.ecostake.com:443",
"provider": "ecostake"
},
{
"address": "https://api.dydx.nodestake.top:443",
"provider": "NodeStake"
},
{
"address": "https://dydx.api.kjnodes.com:443",
"provider": "kjnodes"
},
{
"address": "https://dydx-rest.publicnode.com",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"rpc": [
{
"address": "https://rpc-dydx.ecostake.com:443",
"provider": "ecostake"
},
{
"address": "https://rpc.dydx.nodestake.top:443",
"provider": "NodeStake"
},
{
"address": "https://dydx.rpc.kjnodes.com:443",
"provider": "kjnodes"
},
{
"address": "https://dydx-rpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"sdk_version": "0.46.1",
"coin_type": "118",
"min_tx_fee": "5000",
"addr_prefix": "dydx",
"logo": "https://ping.pub/logos/dydx.svg",
"assets": [{
"base": "adydx",
"symbol": "DYDX",
"exponent": "18",
"coingecko_id": "dydx",
"logo": "https://ping.pub/logos/dydx.svg"
}]
"chain_name": "dydx",
"api": [
{
"address": "https://rest-dydx.ecostake.com:443",
"provider": "ecostake"
},
{
"address": "https://dydx-rest.publicnode.com",
"provider": "Allnodes ⚡️ Nodes & Staking"
},
{
"address": "https://dydx-ops-rest.kingnodes.com",
"provider": "Kingnodes"
},
{
"address": "https://dydx-api.lavenderfive.com",
"provider": "Lavenderfive"
},
{
"address": "https://dydx-mainnet-lcd.autostake.com",
"provider": "Autostake"
},
{
"address": "https://api-dydx.cosmos-spaces.cloud",
"provider": "Cosmos spaces"
},
{
"address": "https://rest-dydx.cros-nest.com",
"provider": "Cross-nest"
},
{
"address": "https://dydx-dao-api.polkachu.com",
"provider": "Polkachu"
}
],
"rpc": [
{
"address": "https://dydx-mainnet-full-rpc.public.blastapi.io",
"provider": "Blastapi"
},
{
"address": "https://dydx-ops-rpc.kingnodes.com",
"provider": "Kingnodes"
},
{
"address": "https://rpc.dydx.nodestake.top:443",
"provider": "NodeStake"
},
{
"address": "https://dydx-rpc.publicnode.com:443",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"sdk_version": "0.46.1",
"coin_type": "118",
"min_tx_fee": "5000",
"addr_prefix": "dydx",
"logo": "https://ping.pub/logos/dydx.svg",
"assets": [{
"base": "adydx",
"symbol": "DYDX",
"exponent": "18",
"coingecko_id": "dydx",
"logo": "https://ping.pub/logos/dydx.svg"
}]
}

0 comments on commit 15c075c

Please sign in to comment.