aboutsummaryrefslogtreecommitdiffstats
path: root/params
diff options
context:
space:
mode:
Diffstat (limited to 'params')
-rw-r--r--params/config.go4
-rw-r--r--params/dao.go2
-rw-r--r--params/gen_dexcon_config.go4
3 files changed, 5 insertions, 5 deletions
diff --git a/params/config.go b/params/config.go
index 80a73b00e..5e597cb7c 100644
--- a/params/config.go
+++ b/params/config.go
@@ -20,8 +20,8 @@ import (
"fmt"
"math/big"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/common/math"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/common/math"
)
// Genesis hashes to enforce below configs on.
diff --git a/params/dao.go b/params/dao.go
index 018454931..a13ae61e5 100644
--- a/params/dao.go
+++ b/params/dao.go
@@ -19,7 +19,7 @@ package params
import (
"math/big"
- "github.com/dexon-foundation/dexon/common"
+ "github.com/tangerine-network/go-tangerine/common"
)
// DAOForkBlockExtra is the block header extra-data field to set for the DAO fork
diff --git a/params/gen_dexcon_config.go b/params/gen_dexcon_config.go
index dbceb1676..28e2775ff 100644
--- a/params/gen_dexcon_config.go
+++ b/params/gen_dexcon_config.go
@@ -6,8 +6,8 @@ import (
"encoding/json"
"math/big"
- "github.com/dexon-foundation/dexon/common"
- "github.com/dexon-foundation/dexon/common/math"
+ "github.com/tangerine-network/go-tangerine/common"
+ "github.com/tangerine-network/go-tangerine/common/math"
)
var _ = (*dexconConfigSpecMarshaling)(nil)