Compare commits

...
+80 -15
View File
@@ -19,13 +19,24 @@
"default":"dydxprotocol-testnet" "default":"dydxprotocol-testnet"
} }
}, },
"environments":[ "environments":{
{ "dydxprotocol-dev":{
"id":"dydxprotocol-dev",
"name":"v4 Dev", "name":"v4 Dev",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydxprotocol-testnet", "dydxChainId":"dydxprotocol-testnet",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -45,12 +56,23 @@
"mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}" "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
} }
}, },
{ "dydxprotocol-dev-2":{
"id":"dydxprotocol-dev-2",
"name":"v4 Dev 2", "name":"v4 Dev 2",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydxprotocol-testnet", "dydxChainId":"dydxprotocol-testnet",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -69,12 +91,23 @@
"mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}" "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
} }
}, },
{ "dydxprotocol-dev-4":{
"id":"dydxprotocol-dev-4",
"name":"v4 Dev 4", "name":"v4 Dev 4",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydxprotocol-testnet", "dydxChainId":"dydxprotocol-testnet",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -93,12 +126,23 @@
"mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}" "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
} }
}, },
{ "dydxprotocol-dev-5":{
"id":"dydxprotocol-dev-5",
"name":"v4 Dev 5", "name":"v4 Dev 5",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydxprotocol-testnet", "dydxChainId":"dydxprotocol-testnet",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -117,12 +161,23 @@
"mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}" "mintscan":"https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
} }
}, },
{ "dydxprotocol-staging":{
"id":"dydxprotocol-staging",
"name":"v4 Staging", "name":"v4 Staging",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydxprotocol-testnet", "dydxChainId":"dydxprotocol-testnet",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -145,12 +200,23 @@
"feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform" "feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform"
} }
}, },
{ "dydxprotocol-testnet":{
"id":"dydxprotocol-testnet",
"name":"v4 Public Testnet", "name":"v4 Public Testnet",
"ethereumChainId":"5", "ethereumChainId":"5",
"dydxChainId":"dydx-testnet-3", "dydxChainId":"dydx-testnet-3",
"isMainNet":false, "isMainNet":false,
"tokens":{
"chain": {
"name": "DYDX",
"denom": "dv4tnt",
"image": "/currencies/dydx.png"
},
"usdc": {
"name": "USDC",
"denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5",
"image": "/currencies/usdc.png"
}
},
"endpoints":{ "endpoints":{
"indexers":[ "indexers":[
{ {
@@ -160,7 +226,6 @@
], ],
"validators":[ "validators":[
"https://dydx-testnet.nodefleet.org", "https://dydx-testnet.nodefleet.org",
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R",
"https://test-dydx.kingnodes.com/" "https://test-dydx.kingnodes.com/"
], ],
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app", "0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
@@ -175,5 +240,5 @@
"feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform" "feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform"
} }
} }
]
} }
}