Skip to content

Commit

Permalink
Merge pull request #43 from skalenetwork/add-new-chain
Browse files Browse the repository at this point in the history
Add new chain
  • Loading branch information
dmytrotkk authored Mar 17, 2023
2 parents 6df8f37 + b86650a commit ca0fdc8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
32 changes: 32 additions & 0 deletions env/mainnet/chainsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,19 @@
}
}
}
},
"adorable-quaint-bellatrix": {
"tokens": {
"eth": {
"keyname": "eth",
"recommendedValues": [
"0.01",
"0.1",
"0.2",
"0.5"
]
}
}
}
}
},
Expand Down Expand Up @@ -462,5 +475,24 @@
}
}
}
},
"adorable-quaint-bellatrix": {
"type": "app",
"chains": {
"mainnet": {
"tokens": {
"eth": {
"keyname": "eth",
"recommendedValues": [
"0.01",
"0.1",
"0.2",
"0.5"
],
"address": "0xD2Aaa00700000000000000000000000000000000"
}
}
}
}
}
}
9 changes: 7 additions & 2 deletions env/mainnet/metaportConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"affectionate-immediate-pollux",
"turbulent-unique-scheat",
"green-giddy-denebola",
"wan-red-ain"
"wan-red-ain",
"adorable-quaint-bellatrix"
],
"chainsMetadata": {
"elated-tan-skat": {
Expand Down Expand Up @@ -42,13 +43,17 @@
},
"wan-red-ain": {
"alias": "Human Protocol"
},
"adorable-quaint-bellatrix": {
"alias": "StreamMyScreen"
}
},
"tokens": {
"mainnet": {
"eth": {
"chains": [
"elated-tan-skat"
"elated-tan-skat",
"adorable-quaint-bellatrix"
]
},
"erc20": {
Expand Down

0 comments on commit ca0fdc8

Please sign in to comment.