From b916ecb4c472793d8449df1324cdb44c34d9334a Mon Sep 17 00:00:00 2001 From: tomarsachin2271 Date: Thu, 7 Nov 2024 19:28:19 +0400 Subject: [PATCH 1/3] Adding BICO token on Base --- data/BICO/data.json | 16 ++++++++++++++++ data/BICO/logo.svg | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 data/BICO/data.json create mode 100644 data/BICO/logo.svg diff --git a/data/BICO/data.json b/data/BICO/data.json new file mode 100644 index 000000000..c74a1d6bd --- /dev/null +++ b/data/BICO/data.json @@ -0,0 +1,16 @@ +{ + "name": "Biconomy", + "symbol": "BICO", + "decimals": 18, + "description": "BICO powers Biconomy Protocol, a permissionless network that enables developers to compose transactions, intents, and off-chain data across all blockchain networks. Lock up BICO tokens to participate in the network as bundlers, solvers, or oracles, providing cryptographically guaranteed execution.", + "website": "https://biconomy.io", + "twitter": "@biconomy", + "tokens": { + "ethereum": { + "address": "0xf17e65822b568b3903685a7c9f496cf7656cc6c2" + }, + "base": { + "address": "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2" + } + } + } \ No newline at end of file diff --git a/data/BICO/logo.svg b/data/BICO/logo.svg new file mode 100644 index 000000000..12f2abd61 --- /dev/null +++ b/data/BICO/logo.svg @@ -0,0 +1,11 @@ + + + + + + + \ No newline at end of file From dbf07346f59169e1440ffe2ae90694591b5b6e0d Mon Sep 17 00:00:00 2001 From: tomarsachin2271 Date: Fri, 8 Nov 2024 08:19:47 +0400 Subject: [PATCH 2/3] Adding overrides for Ethereum token name --- data/BICO/data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/BICO/data.json b/data/BICO/data.json index c74a1d6bd..6a4b8174d 100644 --- a/data/BICO/data.json +++ b/data/BICO/data.json @@ -7,7 +7,10 @@ "twitter": "@biconomy", "tokens": { "ethereum": { - "address": "0xf17e65822b568b3903685a7c9f496cf7656cc6c2" + "address": "0xf17e65822b568b3903685a7c9f496cf7656cc6c2", + "overrides" : { + "name": "Biconomy Token" + } }, "base": { "address": "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2" From 7b8057d5614f17d23752e17da73e0e023aea4381 Mon Sep 17 00:00:00 2001 From: Sachin Tomar <44962043+tomarsachin2271@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:39:02 +0400 Subject: [PATCH 3/3] Update BICO token address on optimism data.json Updating bico token address on optimism --- data/BICO/data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/BICO/data.json b/data/BICO/data.json index 6a4b8174d..7db1cb0ff 100644 --- a/data/BICO/data.json +++ b/data/BICO/data.json @@ -14,6 +14,9 @@ }, "base": { "address": "0xf5Dbaa3DFC5e81405c7306039fB037a3DCD57Ce2" + }, + "optimism": { + "address": "0xd6909e9e702024eb93312b989ee46794c0fb1c9d" } } - } \ No newline at end of file + }