diff --git a/src/images/textures/kernelBackground.png b/src/images/textures/kernelBackground.png new file mode 100644 index 0000000..545543e Binary files /dev/null and b/src/images/textures/kernelBackground.png differ diff --git a/src/images/tokens/usr.svg b/src/images/tokens/usr.svg new file mode 100644 index 0000000..3a4c6d6 --- /dev/null +++ b/src/images/tokens/usr.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/protocols/protocolList.json b/src/protocols/protocolList.json index dbff4a6..d301618 100644 --- a/src/protocols/protocolList.json +++ b/src/protocols/protocolList.json @@ -161,7 +161,7 @@ "ptAddress": "0xdeb0ef575c92188091d33dd1ec5b3519182aaa22", "chainId": 1, "protocolName": "Kernel", - "bgUrl": "/images/textures/kernelBackground.svg", + "bgUrl": "/images/textures/kernelBackground.png", "token": { "symbol": "krETH", "logoURI": "/images/tokens/krETH.png", @@ -182,7 +182,7 @@ "ptAddress": "0x581b928365b2c339db2b66572e8d9d7cfcca0f80", "chainId": 1, "protocolName": "Kernel", - "bgUrl": "/images/textures/kernelBackground.svg", + "bgUrl": "/images/textures/kernelBackground.png", "token": { "symbol": "kUSD", "logoURI": "/images/tokens/kUSD.png", @@ -203,7 +203,7 @@ "ptAddress": "0xc3a20131ee6853fc4d444c9ad952c93f77c0b71b", "chainId": 1, "protocolName": "Kernel", - "bgUrl": "/images/textures/kernelBackground.svg", + "bgUrl": "/images/textures/kernelBackground.png", "token": { "symbol": "ksETH", "logoURI": "/images/tokens/ksETH.png", diff --git a/src/tokens/spectraTokens.json b/src/tokens/spectraTokens.json index 506aa2d..c1dc88d 100644 --- a/src/tokens/spectraTokens.json +++ b/src/tokens/spectraTokens.json @@ -755,5 +755,25 @@ "underlying": "0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7", "protocol": "Aladdin" } + }, + { + "chainId": 1, + "address": "0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110", + "name": "Resolv USD", + "symbol": "USR", + "decimals": 18, + "logoURI": "/images/tokens/usr.svg" + }, + { + "chainId": 1, + "address": "0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055", + "name": "Wrapped stUSR", + "symbol": "wstUSR", + "decimals": 18, + "logoURI": "/images/tokens/usr.svg", + "extensions": { + "underlying": "0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110", + "protocol": "Resolv" + } } ]