Skip to content

Commit

Permalink
add dydx and noble
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping committed Nov 2, 2023
1 parent 23d028a commit 532ec36
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
67 changes: 67 additions & 0 deletions chains/mainnet/dydx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"chain_name": "dydx",
"api": [
{
"address": "https://dydx-api.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://dydx-mainnet-lcd.autostake.com:443",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"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://dydx-rpc.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "https://dydx-mainnet-rpc.autostake.com:443",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"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"
}]
}
33 changes: 33 additions & 0 deletions chains/mainnet/noble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"chain_name": "noble",
"api": [
{
"address": "https://noble-api.polkachu.com",
"provider": "polkachu"
}
],
"rpc": [
{
"address": "https://noble-rpc.polkachu.com",
"provider": "polkachu"
}
],
"sdk_version": "v0.45.15",
"coin_type": "118",
"min_tx_fee": "0",
"addr_prefix": "noble",
"logo": "/logos/noble.svg",
"assets": [{
"base": "uusdc",
"symbol": "USDC",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/usdc.svg"
},{
"base": "ustake",
"symbol": "STAKE",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/usdc.svg"
}]
}
21 changes: 21 additions & 0 deletions logos/dydx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions logos/noble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 532ec36

Please sign in to comment.