Skip to content

Commit

Permalink
Truffle works with anvil
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 30, 2024
1 parent 736fbc2 commit cc1f330
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 160 deletions.
145 changes: 0 additions & 145 deletions packages/celotool/src/cmds/account/list.ts

This file was deleted.

21 changes: 6 additions & 15 deletions packages/protocol/truffle-config-parent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const INTEGRATION_FROM = '0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95'
const INTEGRATION_TESTING_FROM = '0x47e172F6CfB6c7D01C1574fa3E2Be7CC73269D95'
const ALFAJORESSTAGING_FROM = '0xf4314cb9046bece6aa54bb9533155434d0c76909'
const ALFAJORES_FROM = '0x456f41406B32c45D59E539e4BBA3D7898c3584dA'
const PILOT_FROM = '0x387bCb16Bfcd37AccEcF5c9eB2938E30d3aB8BF2'
const PILOTSTAGING_FROM = '0x545DEBe3030B570731EDab192640804AC8Cf65CA'
const RC0_FROM = '0x469be98FE71AFf8F6e7f64F9b732e28A03596B5C'
const BAKLAVA_FROM = '0x0Cc59Ed03B3e763c02d54D695FFE353055f1502D'
const BAKLAVASTAGING_FROM = '0x4588ABb84e1BBEFc2BcF4b2296F785fB7AD9F285'
Expand Down Expand Up @@ -68,7 +66,7 @@ const networks = {
development: {
...defaultConfig,
from: DEVELOPMENT_FROM,
gasPrice: 0,
gasPrice: 1,
gas: gasLimit,
defaultBalance: 200000000,
mnemonic: 'concert load couple harbor equip island argue ramp clarify fence smart topic',
Expand Down Expand Up @@ -139,7 +137,11 @@ const networks = {
},
},
testnet_prod: defaultConfig,

anvil: {
...defaultConfig,
network_id: 31337,
from: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
},
// New testnets
integration: {
...defaultConfig,
Expand All @@ -150,9 +152,6 @@ const networks = {
from: INTEGRATION_TESTING_FROM,
network_id: 1101,
},
argentinastaging: freeGasConfig,
argentinaproduction: freeGasConfig,

alfajoresstaging: {
...defaultConfig,
from: ALFAJORESSTAGING_FROM,
Expand All @@ -170,14 +169,6 @@ const networks = {
from: CANNOLI_FROM,
},

pilot: {
...defaultConfig,
from: PILOT_FROM,
},
pilotstaging: {
...defaultConfig,
from: PILOTSTAGING_FROM,
},
baklava: {
...defaultConfig,
from: BAKLAVA_FROM,
Expand Down

0 comments on commit cc1f330

Please sign in to comment.