TRCL-2898 Additional node provider

This commit is contained in:
John Huang 2023-10-06 15:28:42 -04:00
parent 2c3dcf9bac
commit f09d8722ba
No known key found for this signature in database
GPG Key ID: 7BEF1876FF3664D9

View File

@ -24,7 +24,8 @@
"dydxprotocol-testnet-dydx",
"dydxprotocol-testnet-dsrv",
"dydxprotocol-testnet-nodefleet",
"dydxprotocol-testnet-kingnodes"
"dydxprotocol-testnet-kingnodes",
"dydxprotocol-testnet-liquify"
],
"default":"dydxprotocol-testnet"
}
@ -395,7 +396,8 @@
],
"validators":[
"https://dydx-testnet.nodefleet.org",
"https://test-dydx.kingnodes.com/"
"https://test-dydx.kingnodes.com",
"https://dydx-rpc.liquify.com/api=8878132/dydx"
],
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange"
@ -634,7 +636,67 @@
}
],
"validators":[
"https://test-dydx.kingnodes.com/"
"https://test-dydx.kingnodes.com"
],
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange"
},
"links":{
"tos":"https://dydx.exchange/v4-terms",
"privacy":"https://dydx.exchange/privacy",
"statusPage":"https://status.v4testnet.dydx.exchange/",
"mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}",
"documentation":"https://v4-teacher.vercel.app/",
"community":"https://discord.com/invite/dydx",
"feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform",
"blogs":"https://www.dydx.foundation/blog"
},
"wallets":{
"walletconnect":{
"client":{
"name":"dYdX v4",
"description":"dYdX v4 App",
"iconUrl":"/logos/dydx-x.png"
},
"v1":{
"bridgeUrl":"wss://api.stage.dydx.exchange/wc/"
},
"v2":{
"projectId":"47559b2ec96c09aed9ff2cb54a31ab0e"
}
},
"walletSegue":{
"callbackUrl":"/walletsegue"
},
"images":"/wallets/"
}
},
"dydxprotocol-testnet-liquify":{
"name":"v4 Public Testnet/Liquify",
"ethereumChainId":"5",
"dydxChainId":"dydx-testnet-3",
"isMainNet":false,
"tokens":{
"chain":{
"name":"DYDX",
"denom":"dv4tnt",
"image":"/currencies/dydx.png"
},
"usdc":{
"name":"USDC",
"denom":"ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image":"/currencies/usdc.png"
}
},
"endpoints":{
"indexers":[
{
"api":"https://dydx-testnet.imperator.co",
"socket":"wss://dydx-testnet.imperator.co"
}
],
"validators":[
"https://dydx-rpc.liquify.com/api=8878132/dydx"
],
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange"