Skip to content

Commit

Permalink
[Protocol] Fix network id for alfajores in truffle configs (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Oct 4, 2019
1 parent 7832f88 commit 403e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { CoverageSubprovider } = require('@0x/sol-coverage')
const argv = require('minimist')(process.argv.slice(2), { string: ['truffle_override', 'network'] })

const SOLC_VERSION = '0.5.8'
const ALFAJORES_NETWORKID = 44782
const ALFAJORES_NETWORKID = 44784

const OG_FROM = '0xfeE1a22F43BeeCB912B5a4912ba87527682ef0fC'
const DEVELOPMENT_FROM = '0x5409ed021d9299bf6814279a6a1411a7e866a631'
Expand Down

0 comments on commit 403e87c

Please sign in to comment.