Skip to content

Commit

Permalink
op sepolia config
Browse files Browse the repository at this point in the history
  • Loading branch information
steel-feel committed Aug 1, 2024
1 parent b5049a3 commit 801d3e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x/xarchain/abci/fetch-transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ func NewProvider(supportedProviders map[string]string) map[string]Provider {
}

case "11155111":


case "11155420":

providers[chainID] = Provider{
client: *client,
contractAddress: "0x2884bD2cf67b933CBb5199093Cea052d7A79198A",
}
}
}

Expand Down

0 comments on commit 801d3e2

Please sign in to comment.