diff --git a/apps/bridge/assets.ts b/apps/bridge/assets.ts index e831240e82..ef54ce6e0d 100644 --- a/apps/bridge/assets.ts +++ b/apps/bridge/assets.ts @@ -351,6 +351,19 @@ const assets: Asset[] = [ decimals: 18, protocol: 'OP', }, + { + L1symbol: 'GRT', + L2symbol: 'GRT', + L1chainId: 1, + L2chainId: 8453, + L1contract: '0xc944e90c64b2c07662a292be6244bdf05cda44a7', + L2contract: '0x0F4d237B09Cb37d207BA60353Dc254d4530D4dF1', + apiId: 'the-graph', + L1icon: '/icons/currency/grt.svg', + L2icon: '/icons/currency/grt.svg', + decimals: 18, + protocol: 'OP', + }, ]; export default assets; diff --git a/apps/bridge/public/icons/currency/grt.svg b/apps/bridge/public/icons/currency/grt.svg new file mode 100644 index 0000000000..62fb75afb8 --- /dev/null +++ b/apps/bridge/public/icons/currency/grt.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file