Skip to content

Commit

Permalink
Merge pull request #39 from skalenetwork/hotfix/update-mainnet-config
Browse files Browse the repository at this point in the history
Update configs: add wSKL, add Ruby->CB SKL pair
  • Loading branch information
dmytrotkk authored Mar 2, 2023
2 parents 275eb08 + b7de915 commit 0f5c735
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
58 changes: 58 additions & 0 deletions env/mainnet/chainsData.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
"mainnet": {
"hub": "ethereum",
"chains": {
"affectionate-immediate-pollux": {
"tokens": {
"skl": {
"keyname": "_SKL_0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"recommendedValues": [
"500",
"1000",
"2000",
"5000"
],
"address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"route": {
"hub": "elated-tan-skat",
"tokenKeyname": "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440",
"tokenType": "erc20"
}
}
}
},
"elated-tan-skat": {
"app": "ruby",
"tokens": {
Expand Down Expand Up @@ -186,6 +205,16 @@
"1000"
],
"address": "0xBDDad45160E10C3738785d9dD7F30b4B2a5Eeba8"
},
"skl": {
"keyname": "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440",
"recommendedValues": [
"500",
"1000",
"2000",
"5000"
],
"address": "0xE0595a049d02b7674572b0d59cd4880Db60EDC50"
}
}
}
Expand Down Expand Up @@ -228,6 +257,35 @@
"1000"
],
"address": "0x5F6E97612482095C0c2C02BC495C0171e61017d7"
},
"skl": {
"keyname": "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440",
"recommendedValues": [
"500",
"1000",
"2000",
"5000"
],
"address": "0x9FeF16c2Fe0dCB261cfD39e0B618c69A73feB3FE"
}
}
},
"mainnet": {
"tokens": {
"skl": {
"keyname": "_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440",
"recommendedValues": [
"500",
"1000",
"2000",
"5000"
],
"address": "0x9FeF16c2Fe0dCB261cfD39e0B618c69A73feB3FE",
"route": {
"hub": "elated-tan-skat",
"tokenKeyname": "_SKL_0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"tokenType": "erc20"
}
}
}
}
Expand Down
11 changes: 11 additions & 0 deletions env/mainnet/metaportConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,17 @@
"symbol": "ETH",
"name": "ETH"
}
},
"_SKL_0xD162bB5c75FE99144295b03510bAb2DF99617440": {
"address": "0xD162bB5c75FE99144295b03510bAb2DF99617440",
"name": "SKL",
"symbol": "SKL",
"cloneSymbol": "SKL",
"wraps": {
"address": "0xE0595a049d02b7674572b0d59cd4880Db60EDC50",
"symbol": "SKL",
"name": "SKL"
}
}
}
},
Expand Down

0 comments on commit 0f5c735

Please sign in to comment.