Skip to content

Commit

Permalink
feat(arbitrum): support tracking head of chain instead of finality (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
benluelo authored Jul 16, 2024
2 parents eb30610 + d20331a commit b4c7f2d
Show file tree
Hide file tree
Showing 38 changed files with 595 additions and 334 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions evm/evm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
rpc-url = "http://localhost:8545";
private-key = "0xfffdbb37105441e14b0ee6330d855d8504ff39e705c3afa8f859ac9865f99306";
}
{
# for use with the local arbitrum devnet from offchainlabs/nitro-testnode
network = "arbitrum-devnet";
rpc-url = "http://localhost:8547";
private-key = "0xb6b15c8cb491557369f3c7d2c287b053eb229daa9c22138887752191c9520659";
}
{
network = "testnet";
rpc-url = "https://rpc-sepolia.rockx.com";
Expand Down
2 changes: 1 addition & 1 deletion generated/rust/protos/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions generated/rust/protos/src/cosmos.base.abci.v1beta1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions generated/rust/protos/src/deferredack.v1beta1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions generated/rust/protos/src/deferredack.v1beta1.tonic.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 19 additions & 17 deletions generated/rust/protos/src/union.ibc.lightclients.arbitrum.v1.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4c7f2d

Please sign in to comment.