Skip to content

Commit

Permalink
feat: add okxchain.x1.sepolia settings
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Dec 4, 2023
1 parent ef5fd3a commit 3a83cba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions migrations/witnet.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ module.exports = {
mantle: {
WitnetRequestBoard: "WitnetRequestBoardTrustableOvm2",
},
"okxchain.x1.sepolia": {
WitnetBytecodes: "WitnetBytecodesNoSha256",
},
optimism: {
WitnetRequestBoard: "WitnetRequestBoardTrustableOvm2",
},
Expand Down Expand Up @@ -605,6 +608,12 @@ module.exports = {
network_id: 66,
skipDryRun: true,
},
"okxchain.x1.sepolia": {
host: "localhost",
port: 8505,
network_id: 195,
skipDryRun: true,
},
},
optimism: {
"optimism.goerli": {
Expand Down

0 comments on commit 3a83cba

Please sign in to comment.