Skip to content

Commit

Permalink
Remove XPLA overrides for create2 deployment (#4368)
Browse files Browse the repository at this point in the history
## Problem solved

Short description of the bug fixed or feature added

<!-- start pr-codex -->

---

## PR-Codex overview
The focus of this PR is to update gas prices for different networks in `any-evm-constants.ts`.

### Detailed summary
- Updated gas price for "Xpla Testnet" to 2000 * 10 ** 9.
- Removed gas price for "Xpla Mainnet".
- Updated gas price for "BitTorrent Chain" to 300000 * 10 ** 9.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
  • Loading branch information
kumaryash90 committed Sep 3, 2024
1 parent b6aae7f commit b407bc9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions legacy_packages/sdk/src/evm/common/any-evm-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ export const CUSTOM_GAS_FOR_CHAIN: Record<number, CustomChain> = {
name: "Cronos Testnet",
gasPrice: 2000 * 10 ** 9,
},
[47]: {
name: "Xpla Testnet",
gasPrice: 850 * 10 ** 9,
},
[37]: {
name: "Xpla Mainnet",
gasPrice: 5100 * 10 ** 9,
},
[199]: {
name: "BitTorrent Chain",
gasPrice: 300000 * 10 ** 9,
Expand Down

0 comments on commit b407bc9

Please sign in to comment.