Skip to content

Commit

Permalink
Merge pull request #243 from connext/fix/coingeckoid
Browse files Browse the repository at this point in the history
feat: add coingeckoid for xpufeth and test tokens
  • Loading branch information
harrier-lcc authored Jan 3, 2025
2 parents be6f24d + d2eff2a commit 130a380
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 27 deletions.
10 changes: 8 additions & 2 deletions everclear.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
"decimals": 18,
"tickerHash": "0x7ca978c7f993c411238b0887969711b470a3133448ab70e4f18aa4d63dcb7907",
"isNative": false,
"price": {}
"price": {
"isStable": false,
"coingeckoId": "pufeth"
}
}
}
},
Expand Down Expand Up @@ -395,7 +398,10 @@
"decimals": 18,
"tickerHash": "0x7ca978c7f993c411238b0887969711b470a3133448ab70e4f18aa4d63dcb7907",
"isNative": false,
"price": {}
"price": {
"isStable": false,
"coingeckoId": "pufeth"
}
}
}
}
Expand Down
36 changes: 24 additions & 12 deletions everclear.testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -93,7 +94,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -103,7 +105,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -140,7 +143,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -150,7 +154,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -160,7 +165,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -196,7 +202,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -206,7 +213,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -216,7 +224,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -254,7 +263,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -264,7 +274,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -274,7 +285,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down
38 changes: 25 additions & 13 deletions everclear.testnet.staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -70,7 +71,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -80,7 +82,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -118,7 +121,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -128,7 +132,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -138,7 +143,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -175,7 +181,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -185,7 +192,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -195,7 +203,8 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
Expand Down Expand Up @@ -232,7 +241,8 @@
"tickerHash": "0x852daa74cc3c31fe64542bb9b8764cfb91cc30f9acf9389071ffb44a9eefde46",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"DTT": {
Expand All @@ -242,7 +252,8 @@
"tickerHash": "0x0862d7701ae2a04548299440d8e9bcde598aaa04f40d2b263697efe0cc6c0bb4",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
},
"xTEST": {
Expand All @@ -252,10 +263,11 @@
"tickerHash": "0x1c1f1b017c99eb3cc5da6ca4df343dd8e3a7ba78771bba1390acc3801811e42d",
"isNative": false,
"price": {
"isStable": true
"isStable": true,
"coingeckoId": "usd-coin"
}
}
}
}
}
}
}

0 comments on commit 130a380

Please sign in to comment.