Set infura token and update snx/synth contract

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Andrea Maria Piana 2020-10-05 17:47:58 +02:00
parent f3ed1e370a
commit 85991d2272
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
3 changed files with 4 additions and 3 deletions

View File

@ -41,6 +41,7 @@
:dev {:devtools {:after-load status-im.reloader/reload
:build-notify status-im.reloader/build-notify
:preloads [re-frisk-remote.preload]}
:closure-defines {status-im.utils.config/INFURA_TOKEN #shadow/env "INFURA_TOKEN"}
:compiler-options {:output-feature-set :es5
:closure-defines
{re-frame.trace/trace-enabled? true}

View File

@ -645,7 +645,7 @@
:decimals 9
:symbol :XRL
:name "RIALTO"}
{:address "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F"
{:address "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F"
:decimals 18
:symbol :SNX
:name "Synthetix Network Token"}
@ -709,7 +709,7 @@
:symbol :DTA
:name "Data Token"
:decimals 18}
{:address "0x57ab1e02fee23774580c119740129eac7081e9d3"
{:address "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"
:symbol :sUSD
:name "Synth sUSD"
:decimals 18}

View File

@ -17,7 +17,7 @@
;; NOTE(oskarth): Feature flag deprecation lifecycles. We want to make sure
;; flags stay up to date and are removed once behavior introduced is stable.
(goog-define INFURA_TOKEN "40ec14d9d9384d52b7fbcfecdde4e2c0")
(goog-define INFURA_TOKEN "d3633f237cbd4649a639067d1807584c")
(def bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1")))
(def rpc-networks-only? (enabled? (get-config :RPC_NETWORKS_ONLY "1")))