@eth-optimism/tokenlist 10.0.38 → 10.0.39
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-778ee64e.d.ts → optimism.tokenlist-8046ddad.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-04-30T16:
|
|
44
|
+
var timestamp = "2024-04-30T16:53:52.742Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -4826,6 +4826,7 @@ var tokens = [
|
|
|
4826
4826
|
logoURI: "https://ethereum-optimism.github.io/data/SARCO/logo.png",
|
|
4827
4827
|
extensions: {
|
|
4828
4828
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4829
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4829
4830
|
opListId: "extended",
|
|
4830
4831
|
opTokenId: "SARCO"
|
|
4831
4832
|
}
|
|
@@ -4843,6 +4844,19 @@ var tokens = [
|
|
|
4843
4844
|
opTokenId: "SARCO"
|
|
4844
4845
|
}
|
|
4845
4846
|
},
|
|
4847
|
+
{
|
|
4848
|
+
chainId: 8453,
|
|
4849
|
+
address: "0xF3907Bc0FFF5Ff5aCf1E3dD7987005779C7bf57d",
|
|
4850
|
+
name: "Sarcophagus",
|
|
4851
|
+
symbol: "SARCO",
|
|
4852
|
+
decimals: 18,
|
|
4853
|
+
logoURI: "https://ethereum-optimism.github.io/data/SARCO/logo.png",
|
|
4854
|
+
extensions: {
|
|
4855
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4856
|
+
opListId: "extended",
|
|
4857
|
+
opTokenId: "SARCO"
|
|
4858
|
+
}
|
|
4859
|
+
},
|
|
4846
4860
|
{
|
|
4847
4861
|
chainId: 10,
|
|
4848
4862
|
address: "0x298B9B95708152ff6968aafd889c6586e9169f1D",
|
|
@@ -7099,7 +7113,7 @@ var tokens = [
|
|
|
7099
7113
|
var version = {
|
|
7100
7114
|
major: 10,
|
|
7101
7115
|
minor: 0,
|
|
7102
|
-
patch:
|
|
7116
|
+
patch: 39
|
|
7103
7117
|
};
|
|
7104
7118
|
var optimism_tokenlist_default = {
|
|
7105
7119
|
name,
|