Commit dca73a7
feat: add native USDC + distinction between bridged USDC (#28)
I am not 100% sure if this is the best approach. But on the FE/API, I
now need to distinguish between native and bridged USDC. So far we have
only had the entry `USDC` for both bridged and native ones. Eventually,
it would make sense to replace the old `USDC` entry with the values of
`_USDC`. But as this would probably break other parts of the stack, I
opted to use the `_USDC` entry as a temporary workaround.
Alternatively, I could locally override the `TOKEN_SYMBOLS_MAP` instead
of publishing this change. Thoughts?
Addresses are taken from here
https://developers.circle.com/stablecoins/docs/usdc-on-main-networks
---------
Co-authored-by: Paul <[email protected]>1 parent e0d9024 commit dca73a7
2 files changed
+47
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
160 | 206 | | |
161 | 207 | | |
162 | 208 | | |
| |||
0 commit comments