@eth-optimism/tokenlist 9.0.7 → 9.0.9
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-54bb29a9.d.ts → optimism.tokenlist-d52a9b3a.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
package/dist/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2023-11-
|
|
25
|
+
var timestamp = "2023-11-15T23:25:02.182Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3395,6 +3395,32 @@ var tokens = [
|
|
|
3395
3395
|
opTokenId: "NOGS"
|
|
3396
3396
|
}
|
|
3397
3397
|
},
|
|
3398
|
+
{
|
|
3399
|
+
chainId: 1,
|
|
3400
|
+
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
|
|
3401
|
+
name: "Ocean Token",
|
|
3402
|
+
symbol: "OCEAN",
|
|
3403
|
+
decimals: 18,
|
|
3404
|
+
logoURI: "https://ethereum-optimism.github.io/data/OCEAN/logo.png",
|
|
3405
|
+
extensions: {
|
|
3406
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3407
|
+
opListId: "extended",
|
|
3408
|
+
opTokenId: "OCEAN"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
chainId: 10,
|
|
3413
|
+
address: "0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E",
|
|
3414
|
+
name: "Ocean Token",
|
|
3415
|
+
symbol: "OCEAN",
|
|
3416
|
+
decimals: 18,
|
|
3417
|
+
logoURI: "https://ethereum-optimism.github.io/data/OCEAN/logo.png",
|
|
3418
|
+
extensions: {
|
|
3419
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3420
|
+
opListId: "extended",
|
|
3421
|
+
opTokenId: "OCEAN"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3398
3424
|
{
|
|
3399
3425
|
chainId: 10,
|
|
3400
3426
|
address: "0x4200000000000000000000000000000000000042",
|
|
@@ -6042,6 +6068,7 @@ var tokens = [
|
|
|
6042
6068
|
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6043
6069
|
extensions: {
|
|
6044
6070
|
optimismBridgeAddress: "0x76943C0D61395d8F2edF9060e1533529cAe05dE6",
|
|
6071
|
+
baseBridgeAddress: "0x9de443AdC5A411E83F1878Ef24C3F52C61571e72",
|
|
6045
6072
|
opListId: "default",
|
|
6046
6073
|
opTokenId: "wstETH"
|
|
6047
6074
|
}
|
|
@@ -6059,6 +6086,19 @@ var tokens = [
|
|
|
6059
6086
|
opTokenId: "wstETH"
|
|
6060
6087
|
}
|
|
6061
6088
|
},
|
|
6089
|
+
{
|
|
6090
|
+
chainId: 8453,
|
|
6091
|
+
address: "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452",
|
|
6092
|
+
name: "Wrapped liquid staked Ether 2.0",
|
|
6093
|
+
symbol: "wstETH",
|
|
6094
|
+
decimals: 18,
|
|
6095
|
+
logoURI: "https://ethereum-optimism.github.io/data/wstETH/logo.svg",
|
|
6096
|
+
extensions: {
|
|
6097
|
+
baseBridgeAddress: "0xac9D11cD4D7eF6e54F14643a393F68Ca014287AB",
|
|
6098
|
+
opListId: "default",
|
|
6099
|
+
opTokenId: "wstETH"
|
|
6100
|
+
}
|
|
6101
|
+
},
|
|
6062
6102
|
{
|
|
6063
6103
|
chainId: 1,
|
|
6064
6104
|
address: "0xD38e031f4529a07996aaB977d2B79f0e00656C56",
|
|
@@ -6247,7 +6287,7 @@ var tokens = [
|
|
|
6247
6287
|
var version = {
|
|
6248
6288
|
major: 9,
|
|
6249
6289
|
minor: 0,
|
|
6250
|
-
patch:
|
|
6290
|
+
patch: 9
|
|
6251
6291
|
};
|
|
6252
6292
|
var optimism_tokenlist_default = {
|
|
6253
6293
|
name,
|