Skip to content

Commit 7740721

Browse files
committed
chore: publish
1 parent bfaae36 commit 7740721

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socket.tech/socket-plugs",
33
"license": "MIT",
4-
"version": "1.0.29",
4+
"version": "1.0.30",
55
"description": "Plugs built using socket's data layer",
66
"main": "./dist/src/index.js",
77
"types": "./dist/src/index.d.ts",

socket-plugs-details.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"MAGIC": 18,
2323
"SUSDE": 18,
2424
"SDEUSD": 18,
25-
"DEUSD": 18
25+
"DEUSD": 18,
26+
"B3": 18
2627
},
2728
"tokenAddresses": {
2829
"1": {
@@ -64,13 +65,17 @@
6465
"WETH": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
6566
"WBTC": "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6"
6667
},
68+
"8333": {
69+
"B3": "0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3"
70+
},
6771
"8453": {
6872
"USDC": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
6973
"WETH": "0x4200000000000000000000000000000000000006",
7074
"wstETH": "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",
7175
"DAI": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
7276
"ETH": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
73-
"SUSDE": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
77+
"SUSDE": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
78+
"B3": "0xB3B32F9f8827D4634fE7d973Fa1034Ec9fdDB3B3"
7479
},
7580
"42161": {
7681
"USDC": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
@@ -143,7 +148,8 @@
143148
"MAGIC": "MAGIC",
144149
"SUSDE": "SUSDE",
145150
"SDEUSD": "SDEUSD",
146-
"DEUSD": "DEUSD"
151+
"DEUSD": "DEUSD",
152+
"B3": "B3"
147153
},
148154
"projects": [
149155
"aevo",
@@ -166,7 +172,8 @@
166172
"timeswap_test_mainnet",
167173
"testing_testnet",
168174
"magic_mainnet",
169-
"polter_testnet"
175+
"polter_testnet",
176+
"b3_mainnet"
170177
],
171178
"tokens": [
172179
"USDC.e",
@@ -191,6 +198,7 @@
191198
"MAGIC",
192199
"SUSDE",
193200
"SDEUSD",
194-
"DEUSD"
201+
"DEUSD",
202+
"B3"
195203
]
196204
}

0 commit comments

Comments
 (0)