Skip to content

Commit

Permalink
chore: attend pr review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Dec 5, 2024
1 parent 74e5ec7 commit a10b6c9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,12 @@
"okx": {
"name": "OKX",
"networks": {
"okx.xlayer.sepolia": {
"okx.oktchain.testnet": {
"address": "0x0000000000000000000000000000000000000000",
"name": "OKT Chain",
"version": "2.0"
},
"okx.x1.sepolia": {
"name": "X Layer Testnet",
"blockExplorer": "https://www.oklink.com/xlayer-test/address/{address}",
"version": "2.0"
Expand Down Expand Up @@ -473,6 +478,12 @@
"reef": {
"name": "Reef",
"networks": {
"reef.mainnet": {
"address": "0x0000000000000000000000000000000000000000",
"mainnet": true,
"name": "Reef Chain",
"version": "2.0"
}
}
},
"scroll": {
Expand All @@ -499,6 +510,11 @@
"syscoin": {
"name": "Syscoin",
"networks": {
"syscoin.rollux.testnet": {
"address": "0x0000000000000000000000000000000000000000",
"name": "Syscoin Rollux",
"version": "2.0"
}
}
},
"ten": {
Expand Down

0 comments on commit a10b6c9

Please sign in to comment.