Skip to content

Commit 01aa401

Browse files
authored
Merge pull request #104 from rlekdms/master
Update v2.1.8
2 parents 47d7d96 + a12bd11 commit 01aa401

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

composes/docker-compose.common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ services:
55
context: ../
66
dockerfile: ./Dockerfile
77
environment:
8-
VERSION: v2.1.7
8+
VERSION: v2.1.8

config/prod/endpoints.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
rpc: "https://node-api.klaytnapi.com/v1/klaytn",
5454
chain_id: 8217
5555
},
56-
rpc: ["https://public-en.node.kaia.io", "https://kaia.blockpi.network/v1/rpc/public", "https://1rpc.io/klay", "https://klaytn.api.onfinality.io/public"],
56+
rpc: ["https://public-en.node.kaia.io", "https://kaia.blockpi.network/v1/rpc/public", "https://1rpc.io/klay"],
5757
confirm: 10
5858
},
5959
silicon: {

config/prod/klaytn.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ module.exports = {
66
'matic',
77
'eth',
88
'ton',
9-
'wemix'
9+
'wemix',
10+
'silicon',
1011
],
1112

1213
// Bridge Addresses
@@ -44,6 +45,11 @@ module.exports = {
4445
minter: "EQAlMRLTYOoG6kM0d3dLHqgK30ol3qIYwMNtEelktzXP_pD5",
4546
multisig: "EQAblz6Xr6b-7eLAWeagIK2Dn-g81YiNpu0okHfc9EwY9_72",
4647
},
48+
silicon: {
49+
minter: "0x53ab0acE2f5245297917687F2a0380cf82055C57",
50+
multisig: "0x0e892b6119864592e86117d17Ef49db2f7C92258",
51+
admin: "0xE0273bDF3A45BbbB2506fDBBae96871D49d5FD19",
52+
},
4753
governance: {
4854
chain: "KLAYTN",
4955
address: "0x9abc3f6c11dbd83234d6e6b2c373dfc1893f648d",

config/prod/wemix.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"metadium",
1010
"ton",
1111
"wemix",
12+
"silicon",
1213
],
1314

1415
// Bridge Addresses
@@ -51,6 +52,11 @@ module.exports = {
5152
multisig: "0x775b772Bd879931433C95047aF46113E97083614",
5253
admin: "0x9CE4E2B920DdEe58158704A47650a13123907749"
5354
},
55+
silicon: {
56+
minter: "0xc8ab468c4F94E954acC2D60a328DEd74bF315CB6",
57+
multisig: "0xe938Ff16C04C06E04AEF710F7682b437D9d47065",
58+
admin: "0x18d8037c2F2af01B5eA232175E051910C0d01812"
59+
},
5460
governance: {
5561
chain: "WEMIX",
5662
address: "0x445F863df0090f423A6D7005581e30d5841e4D6d",

0 commit comments

Comments
 (0)