Skip to content

Commit 83de1f3

Browse files
committed
Merge branch 'dev'
2 parents 17a2217 + acd3f77 commit 83de1f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

elm/Helpers/Eth.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ httpProviderForFactory : FactoryType -> HttpProvider
1414
httpProviderForFactory factoryType =
1515
case factoryType of
1616
Token EthDai ->
17-
"https://mainnet.infura.io/v3/e3eef0e2435349bf9164e6f465bd7cf9"
17+
"https://2fd3f6c153594d02bd21f0d61ee46745.eth.rpc.rivet.cloud/"
1818

1919
Native Eth ->
20-
"https://mainnet.infura.io/v3/e3eef0e2435349bf9164e6f465bd7cf9"
20+
"https://2fd3f6c153594d02bd21f0d61ee46745.eth.rpc.rivet.cloud/"
2121

2222
Token KovanDai ->
2323
"https://kovan.infura.io/v3/e3eef0e2435349bf9164e6f465bd7cf9"

static/assets/img/keybase-icon.png

34.2 KB
Loading

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
</style>
1616
<meta name="description" content="DAIHard" />
1717
<meta name="author" content="OG Log, The Schalkinator, and V for Visuals" />
18-
<!-- Global site tag (gtag.js) - Google Analytics -->
1918
<script src="./js/index.js"></script>
19+
<!-- Global site tag (gtag.js) - Google Analytics -->
2020
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143211145-1"></script>
2121
<script>
2222
window.dataLayer = window.dataLayer || [];

0 commit comments

Comments
 (0)