mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
Set infura token and update snx/synth contract
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
f3ed1e370a
commit
85991d2272
@ -41,6 +41,7 @@
|
|||||||
:dev {:devtools {:after-load status-im.reloader/reload
|
:dev {:devtools {:after-load status-im.reloader/reload
|
||||||
:build-notify status-im.reloader/build-notify
|
:build-notify status-im.reloader/build-notify
|
||||||
:preloads [re-frisk-remote.preload]}
|
:preloads [re-frisk-remote.preload]}
|
||||||
|
:closure-defines {status-im.utils.config/INFURA_TOKEN #shadow/env "INFURA_TOKEN"}
|
||||||
:compiler-options {:output-feature-set :es5
|
:compiler-options {:output-feature-set :es5
|
||||||
:closure-defines
|
:closure-defines
|
||||||
{re-frame.trace/trace-enabled? true}
|
{re-frame.trace/trace-enabled? true}
|
||||||
|
@ -645,7 +645,7 @@
|
|||||||
:decimals 9
|
:decimals 9
|
||||||
:symbol :XRL
|
:symbol :XRL
|
||||||
:name "RIALTO"}
|
:name "RIALTO"}
|
||||||
{:address "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F"
|
{:address "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F"
|
||||||
:decimals 18
|
:decimals 18
|
||||||
:symbol :SNX
|
:symbol :SNX
|
||||||
:name "Synthetix Network Token"}
|
:name "Synthetix Network Token"}
|
||||||
@ -709,7 +709,7 @@
|
|||||||
:symbol :DTA
|
:symbol :DTA
|
||||||
:name "Data Token"
|
:name "Data Token"
|
||||||
:decimals 18}
|
:decimals 18}
|
||||||
{:address "0x57ab1e02fee23774580c119740129eac7081e9d3"
|
{:address "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"
|
||||||
:symbol :sUSD
|
:symbol :sUSD
|
||||||
:name "Synth sUSD"
|
:name "Synth sUSD"
|
||||||
:decimals 18}
|
:decimals 18}
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
;; NOTE(oskarth): Feature flag deprecation lifecycles. We want to make sure
|
;; NOTE(oskarth): Feature flag deprecation lifecycles. We want to make sure
|
||||||
;; flags stay up to date and are removed once behavior introduced is stable.
|
;; 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 bootnodes-settings-enabled? (enabled? (get-config :BOOTNODES_SETTINGS_ENABLED "1")))
|
||||||
(def rpc-networks-only? (enabled? (get-config :RPC_NETWORKS_ONLY "1")))
|
(def rpc-networks-only? (enabled? (get-config :RPC_NETWORKS_ONLY "1")))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user