Skip to content

Commit

Permalink
upgrade dapp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdurrent committed Nov 11, 2019
1 parent 1cfd2bf commit c80d0e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ var (

var (
// for Asia
remoteConfigAsia = "https://sero-media-1256272584.cos.ap-shanghai.myqcloud.com/pullup/v0.1.9/node.json"
remoteConfigAsia = "https://sero-media-1256272584.cos.ap-shanghai.myqcloud.com/pullup/v0.1.10/node.json"
// for global
remoteConfigGlobal = "https://sero-media.s3-ap-southeast-1.amazonaws.com/pullup/v0.1.9/node-global.json"
remoteConfigGlobal = "https://sero-media.s3-ap-southeast-1.amazonaws.com/pullup/v0.1.10/node-global.json"

//crossOrigin
crossOrigin = "http://pullup.sero.cash"
Expand Down
8 changes: 4 additions & 4 deletions node-global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"network": "main",
"name": "JAPAN",
"rpc": "http://52.199.145.159:8545",
"web": "http://pullup.sero.cash/v0.1.9/"
"web": "http://pullup.sero.cash/v0.1.10/"
},
"host": [
{
"id": "1",
"network": "main",
"name": "华南(成都)",
"rpc": "http://140.143.83.98:8545",
"web": "http://pullup.sero.cash/v0.1.9/"
"web": "http://pullup.sero.cash/v0.1.10/"
},
{
"id": "2",
"network": "main",
"name": "华南(广州)",
"rpc": "http://129.204.197.105:8545",
"web": "http://pullup.sero.cash/v0.1.9/"
"web": "http://pullup.sero.cash/v0.1.10/"
},
{
"id": "3",
"network": "main",
"name": "JAPAN",
"rpc": "http://52.199.145.159:8545",
"web": "http://pullup.sero.cash/v0.1.9/"
"web": "http://pullup.sero.cash/v0.1.10/"
}
]
}
8 changes: 4 additions & 4 deletions node.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
"network": "main",
"name": "华南(成都)",
"rpc": "http://140.143.83.98:8545",
"web": "http://129.211.98.114:3006/web/v0.1.9/"
"web": "http://129.211.98.114:3006/web/v0.1.10/"
},
"host": [
{
"id": "1",
"network": "main",
"name": "华南(成都)",
"rpc": "http://140.143.83.98:8545",
"web": "http://129.211.98.114:3006/web/v0.1.9/"
"web": "http://129.211.98.114:3006/web/v0.1.10/"
},
{
"id": "2",
"network": "main",
"name": "华南(广州)",
"rpc": "http://129.204.197.105:8545",
"web": "http://129.211.98.114:3006/web/v0.1.9/"
"web": "http://129.211.98.114:3006/web/v0.1.10/"
},
{
"id": "3",
"network": "main",
"name": "JAPAN",
"rpc": "http://52.199.145.159:8545",
"web": "http://129.211.98.114:3006/web/v0.1.9/"
"web": "http://129.211.98.114:3006/web/v0.1.10/"
}
]
}

0 comments on commit c80d0e5

Please sign in to comment.