Skip to content

Commit 42a2b99

Browse files
committed
fix: added base sepolia icon
1 parent 82fbd06 commit 42a2b99

File tree

14 files changed

+61
-2
lines changed

14 files changed

+61
-2
lines changed

icons/full/basesepoliatestnet.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/icons.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,17 @@
248248
"full": "icons/full/base.svg"
249249
}
250250
},
251+
{
252+
"type": [
253+
"chain"
254+
],
255+
"chainId": 84532,
256+
"chainName": "Base sepolia testnet",
257+
"icons": {
258+
"mono": "icons/mono/basesepoliatestnet.svg",
259+
"full": "icons/full/basesepoliatestnet.svg"
260+
}
261+
},
251262
{
252263
"type": [
253264
"asset"

icons/mono/basesepoliatestnet.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* 🤖 this file was generated by svg-to-ts */
2+
export const iconBasesepoliatestnet: {
3+
name: 'basesepoliatestnet';
4+
data: string;
5+
} = {
6+
name: 'basesepoliatestnet',
7+
data: `<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g clip-path="url(#basesepoliatestnet__clip0_423_64)"><path fill="#C4BFB8" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.164 0 16s7.164 16 16 16"/><path fill="#fff" d="M16.07 27.119c6.202 0 11.23-5.018 11.23-11.21 0-6.19-5.028-11.208-11.229-11.208-5.884 0-10.71 4.517-11.19 10.267h14.842v1.884H4.88c.48 5.75 5.305 10.267 11.19 10.267"/></g><defs><clipPath id="basesepoliatestnet__clip0_423_64"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>`,
8+
};

packages/react-web3-icons/src/icons/full/build/web3-icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export type Web3IconType =
120120
| 'azrx'
121121
| 'bal'
122122
| 'base'
123+
| 'basesepoliatestnet'
123124
| 'bat'
124125
| 'bitkeepwallet'
125126
| 'bitpiewallet'

packages/react-web3-icons/src/icons/full/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export * from './build/icon-azk.icon';
124124
export * from './build/icon-azrx.icon';
125125
export * from './build/icon-bal.icon';
126126
export * from './build/icon-base.icon';
127+
export * from './build/icon-basesepoliatestnet.icon';
127128
export * from './build/icon-bat.icon';
128129
export * from './build/icon-bitkeepwallet.icon';
129130
export * from './build/icon-bitpiewallet.icon';
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/* 🤖 this file was generated by svg-to-ts */
2+
export const iconBasesepoliatestnet: {
3+
name: 'basesepoliatestnet';
4+
data: string;
5+
} = {
6+
name: 'basesepoliatestnet',
7+
data: `<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none" viewBox="0 0 32 32"><g clip-path="url(#basesepoliatestnet__clip0_423_62)"><path fill="currentColor" fill-rule="evenodd" d="M32 16c0 8.837-7.163 16-16 16S0 24.837 0 16 7.164 0 16 0s16 7.164 16 16m-5 0c0 6.19-5.027 11.209-11.229 11.209-5.884 0-10.71-4.517-11.189-10.267h14.842v-1.884H4.582c.48-5.75 5.306-10.267 11.19-10.267C21.972 4.791 27 9.809 27 16" clip-rule="evenodd"/></g><defs><clipPath id="basesepoliatestnet__clip0_423_62"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>`,
8+
};

packages/react-web3-icons/src/icons/mono/build/web3-icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export type Web3IconType =
120120
| 'azrx'
121121
| 'bal'
122122
| 'base'
123+
| 'basesepoliatestnet'
123124
| 'bat'
124125
| 'bitkeepwallet'
125126
| 'bitpiewallet'

packages/react-web3-icons/src/icons/mono/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export * from './build/icon-azk.icon';
124124
export * from './build/icon-azrx.icon';
125125
export * from './build/icon-bal.icon';
126126
export * from './build/icon-base.icon';
127+
export * from './build/icon-basesepoliatestnet.icon';
127128
export * from './build/icon-bat.icon';
128129
export * from './build/icon-bitkeepwallet.icon';
129130
export * from './build/icon-bitpiewallet.icon';

packages/react-web3-icons/src/iconsPacks/chainsIconsPack.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)