Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
ethcore/res: multiple prices and activations for mordor testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
soc1c committed Nov 2, 2019
1 parent d5ab017 commit fe55bbd
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions ethcore/res/ethereum/mordor.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,41 +119,40 @@
},
"0x0000000000000000000000000000000000000006":{
"builtin":{
"activate_at":"0x0",
"name":"alt_bn128_add",
"eip1108_transition": "0x7fffffffffffff",
"pricing":{
"alt_bn128_const_operations": {
"price": 500,
"eip1108_transition_price": 150
}
"0x0": {
"price": { "alt_bn128_const_operations": { "price": 500 }}
},
"0x7fffffffffffff": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 150 }}
}
}
},
"0x0000000000000000000000000000000000000007":{
"builtin":{
"activate_at":"0x0",
"eip1108_transition": "0x7fffffffffffff",
"name":"alt_bn128_mul",
"pricing":{
"alt_bn128_const_operations": {
"price": 40000,
"eip1108_transition_price": 6000
}
"0x0": {
"price": { "alt_bn128_const_operations": { "price": 40000 }}
},
"0x7fffffffffffff": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_const_operations": { "price": 6000 }}
}
}
},
"0x0000000000000000000000000000000000000008":{
"builtin":{
"activate_at":"0x0",
"eip1108_transition": "0x7fffffffffffff",
"name":"alt_bn128_pairing",
"pricing":{
"alt_bn128_pairing": {
"base": 100000,
"pair": 80000,
"eip1108_transition_base": 45000,
"eip1108_transition_pair": 34000
"0x0": {
"price": { "alt_bn128_pairing": { "base": 100000, "pair": 80000 }}
},
"0x7fffffffffffff": {
"info": "EIP 1108 transition",
"price": { "alt_bn128_pairing": { "base": 45000, "pair": 34000 }}
}
}
}
Expand Down

0 comments on commit fe55bbd

Please sign in to comment.