Skip to content

Commit

Permalink
point to proper remote frontier branch and make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Jul 5, 2024
1 parent 535bb05 commit 4897d08
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,45 @@ overflow-checks = true

[patch."https://github.com/paritytech/polkadot-sdk"]
sp-crypto-ec-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" }

[patch."https://github.com/moonbeam-foundation/frontier"]
pallet-base-fee = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-evm = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-dynamic-fee = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-dynamic-fee = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-consensus = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-ethereum = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-storage = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-account = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-test-vector-support = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-sha3fips = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-ed25519 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-bw6761 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-bls12377 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-bls12381 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-dispatch = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-curve25519 = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-precompile-storage-cleaner = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
precompile-utils-macro = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
pallet-hotfix-sufficients = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-api = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-db = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-storage = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
frontier-template-runtime = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
frontier-template-node = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
fc-cli = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }
precompile-utils-tests-external = { git = "https://github.com/moonbeam-foundation/frontier" , branch = "gonza-add-last-synced-bock-to-backend" }

0 comments on commit 4897d08

Please sign in to comment.