@eth-optimism/tokenlist 10.0.140 → 10.0.141
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 +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-724fe77b.d.ts → optimism.tokenlist-90bfacf1.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-10-
|
|
44
|
+
var timestamp = "2024-10-02T11:00:38.467Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7164,6 +7164,32 @@ var tokens = [
|
|
|
7164
7164
|
opTokenId: "SPANK"
|
|
7165
7165
|
}
|
|
7166
7166
|
},
|
|
7167
|
+
{
|
|
7168
|
+
chainId: 1,
|
|
7169
|
+
address: "0x86ed939B500E121C0C5f493F399084Db596dAd20",
|
|
7170
|
+
name: "SpaceChainV2",
|
|
7171
|
+
symbol: "SPC",
|
|
7172
|
+
decimals: 18,
|
|
7173
|
+
logoURI: "https://ethereum-optimism.github.io/data/SPC/logo.png",
|
|
7174
|
+
extensions: {
|
|
7175
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7176
|
+
opListId: "extended",
|
|
7177
|
+
opTokenId: "SPC"
|
|
7178
|
+
}
|
|
7179
|
+
},
|
|
7180
|
+
{
|
|
7181
|
+
chainId: 8453,
|
|
7182
|
+
address: "0xA5649B56AA4e74d8661Ee9656130072df7666784",
|
|
7183
|
+
name: "SpaceChainV2",
|
|
7184
|
+
symbol: "SPC",
|
|
7185
|
+
decimals: 18,
|
|
7186
|
+
logoURI: "https://ethereum-optimism.github.io/data/SPC/logo.png",
|
|
7187
|
+
extensions: {
|
|
7188
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7189
|
+
opListId: "extended",
|
|
7190
|
+
opTokenId: "SPC"
|
|
7191
|
+
}
|
|
7192
|
+
},
|
|
7167
7193
|
{
|
|
7168
7194
|
chainId: 1,
|
|
7169
7195
|
address: "0xC1f33e0cf7e40a67375007104B929E49a581bafE",
|
|
@@ -9712,7 +9738,7 @@ var tokens = [
|
|
|
9712
9738
|
var version = {
|
|
9713
9739
|
major: 10,
|
|
9714
9740
|
minor: 0,
|
|
9715
|
-
patch:
|
|
9741
|
+
patch: 141
|
|
9716
9742
|
};
|
|
9717
9743
|
var optimism_tokenlist_default = {
|
|
9718
9744
|
name,
|