@eth-optimism/tokenlist 10.0.236 → 10.0.238
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-5cc93db1.d.ts → optimism.tokenlist-62f8d168.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ var keywords = [
|
|
|
5
5
|
"layer2",
|
|
6
6
|
"infrastructure"
|
|
7
7
|
];
|
|
8
|
-
var timestamp = "2025-02-
|
|
8
|
+
var timestamp = "2025-02-27T23:25:05.714Z";
|
|
9
9
|
var tokens = [
|
|
10
10
|
{
|
|
11
11
|
chainId: 1,
|
|
@@ -1699,6 +1699,32 @@ var tokens = [
|
|
|
1699
1699
|
opTokenId: "BRIGHT"
|
|
1700
1700
|
}
|
|
1701
1701
|
},
|
|
1702
|
+
{
|
|
1703
|
+
chainId: 1,
|
|
1704
|
+
address: "0x6bDdE71Cf0C751EB6d5EdB8418e43D3d9427e436",
|
|
1705
|
+
name: "BTREE",
|
|
1706
|
+
symbol: "BTREE",
|
|
1707
|
+
decimals: 18,
|
|
1708
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1709
|
+
extensions: {
|
|
1710
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1711
|
+
opListId: "extended",
|
|
1712
|
+
opTokenId: "BTREE"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
chainId: 8453,
|
|
1717
|
+
address: "0x4aCFF883f2879e69e67B7003ccec56C73ee41F6f",
|
|
1718
|
+
name: "BTREE",
|
|
1719
|
+
symbol: "BTREE",
|
|
1720
|
+
decimals: 18,
|
|
1721
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1722
|
+
extensions: {
|
|
1723
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1724
|
+
opListId: "extended",
|
|
1725
|
+
opTokenId: "BTREE"
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1702
1728
|
{
|
|
1703
1729
|
chainId: 1,
|
|
1704
1730
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -9185,6 +9211,7 @@ var tokens = [
|
|
|
9185
9211
|
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9186
9212
|
extensions: {
|
|
9187
9213
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
9214
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9188
9215
|
opListId: "extended",
|
|
9189
9216
|
opTokenId: "SHU"
|
|
9190
9217
|
}
|
|
@@ -9202,6 +9229,19 @@ var tokens = [
|
|
|
9202
9229
|
opTokenId: "SHU"
|
|
9203
9230
|
}
|
|
9204
9231
|
},
|
|
9232
|
+
{
|
|
9233
|
+
chainId: 8453,
|
|
9234
|
+
address: "0x6774DFC16e1D9B6cE5b0AeC4fFed37A0dAeF0602",
|
|
9235
|
+
name: "Shutter Token",
|
|
9236
|
+
symbol: "SHU",
|
|
9237
|
+
decimals: 18,
|
|
9238
|
+
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9239
|
+
extensions: {
|
|
9240
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9241
|
+
opListId: "extended",
|
|
9242
|
+
opTokenId: "SHU"
|
|
9243
|
+
}
|
|
9244
|
+
},
|
|
9205
9245
|
{
|
|
9206
9246
|
chainId: 1,
|
|
9207
9247
|
address: "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
|
|
@@ -13060,7 +13100,7 @@ var tokens = [
|
|
|
13060
13100
|
var version = {
|
|
13061
13101
|
major: 10,
|
|
13062
13102
|
minor: 0,
|
|
13063
|
-
patch:
|
|
13103
|
+
patch: 238
|
|
13064
13104
|
};
|
|
13065
13105
|
var optimism_tokenlist = {
|
|
13066
13106
|
name: name,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { o as default, k as keywords, a as logoURI, n as name, t as timestamp, b as tokens, v as version } from './optimism.tokenlist-
|
|
1
|
+
export { o as default, k as keywords, a as logoURI, n as name, t as timestamp, b as tokens, v as version } from './optimism.tokenlist-62f8d168.js';
|
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2025-02-
|
|
9
|
+
var timestamp = "2025-02-27T23:25:05.714Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -1700,6 +1700,32 @@ var tokens = [
|
|
|
1700
1700
|
opTokenId: "BRIGHT"
|
|
1701
1701
|
}
|
|
1702
1702
|
},
|
|
1703
|
+
{
|
|
1704
|
+
chainId: 1,
|
|
1705
|
+
address: "0x6bDdE71Cf0C751EB6d5EdB8418e43D3d9427e436",
|
|
1706
|
+
name: "BTREE",
|
|
1707
|
+
symbol: "BTREE",
|
|
1708
|
+
decimals: 18,
|
|
1709
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1710
|
+
extensions: {
|
|
1711
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1712
|
+
opListId: "extended",
|
|
1713
|
+
opTokenId: "BTREE"
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
chainId: 8453,
|
|
1718
|
+
address: "0x4aCFF883f2879e69e67B7003ccec56C73ee41F6f",
|
|
1719
|
+
name: "BTREE",
|
|
1720
|
+
symbol: "BTREE",
|
|
1721
|
+
decimals: 18,
|
|
1722
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTREE/logo.svg",
|
|
1723
|
+
extensions: {
|
|
1724
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1725
|
+
opListId: "extended",
|
|
1726
|
+
opTokenId: "BTREE"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1703
1729
|
{
|
|
1704
1730
|
chainId: 1,
|
|
1705
1731
|
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
|
|
@@ -9186,6 +9212,7 @@ var tokens = [
|
|
|
9186
9212
|
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9187
9213
|
extensions: {
|
|
9188
9214
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
9215
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9189
9216
|
opListId: "extended",
|
|
9190
9217
|
opTokenId: "SHU"
|
|
9191
9218
|
}
|
|
@@ -9203,6 +9230,19 @@ var tokens = [
|
|
|
9203
9230
|
opTokenId: "SHU"
|
|
9204
9231
|
}
|
|
9205
9232
|
},
|
|
9233
|
+
{
|
|
9234
|
+
chainId: 8453,
|
|
9235
|
+
address: "0x6774DFC16e1D9B6cE5b0AeC4fFed37A0dAeF0602",
|
|
9236
|
+
name: "Shutter Token",
|
|
9237
|
+
symbol: "SHU",
|
|
9238
|
+
decimals: 18,
|
|
9239
|
+
logoURI: "https://ethereum-optimism.github.io/data/SHU/logo.png",
|
|
9240
|
+
extensions: {
|
|
9241
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9242
|
+
opListId: "extended",
|
|
9243
|
+
opTokenId: "SHU"
|
|
9244
|
+
}
|
|
9245
|
+
},
|
|
9206
9246
|
{
|
|
9207
9247
|
chainId: 1,
|
|
9208
9248
|
address: "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
|
|
@@ -13061,7 +13101,7 @@ var tokens = [
|
|
|
13061
13101
|
var version = {
|
|
13062
13102
|
major: 10,
|
|
13063
13103
|
minor: 0,
|
|
13064
|
-
patch:
|
|
13104
|
+
patch: 238
|
|
13065
13105
|
};
|
|
13066
13106
|
var optimism_tokenlist_default = {
|
|
13067
13107
|
name,
|