@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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-04-30T16:
|
|
9
|
+
var timestamp = "2024-04-30T16:53:52.742Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4791,6 +4791,7 @@ var tokens = [
|
|
|
4791
4791
|
logoURI: "https://ethereum-optimism.github.io/data/SARCO/logo.png",
|
|
4792
4792
|
extensions: {
|
|
4793
4793
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4794
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
4794
4795
|
opListId: "extended",
|
|
4795
4796
|
opTokenId: "SARCO"
|
|
4796
4797
|
}
|
|
@@ -4808,6 +4809,19 @@ var tokens = [
|
|
|
4808
4809
|
opTokenId: "SARCO"
|
|
4809
4810
|
}
|
|
4810
4811
|
},
|
|
4812
|
+
{
|
|
4813
|
+
chainId: 8453,
|
|
4814
|
+
address: "0xF3907Bc0FFF5Ff5aCf1E3dD7987005779C7bf57d",
|
|
4815
|
+
name: "Sarcophagus",
|
|
4816
|
+
symbol: "SARCO",
|
|
4817
|
+
decimals: 18,
|
|
4818
|
+
logoURI: "https://ethereum-optimism.github.io/data/SARCO/logo.png",
|
|
4819
|
+
extensions: {
|
|
4820
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4821
|
+
opListId: "extended",
|
|
4822
|
+
opTokenId: "SARCO"
|
|
4823
|
+
}
|
|
4824
|
+
},
|
|
4811
4825
|
{
|
|
4812
4826
|
chainId: 10,
|
|
4813
4827
|
address: "0x298B9B95708152ff6968aafd889c6586e9169f1D",
|
|
@@ -7064,7 +7078,7 @@ var tokens = [
|
|
|
7064
7078
|
var version = {
|
|
7065
7079
|
major: 10,
|
|
7066
7080
|
minor: 0,
|
|
7067
|
-
patch:
|
|
7081
|
+
patch: 39
|
|
7068
7082
|
};
|
|
7069
7083
|
var optimism_tokenlist_default = {
|
|
7070
7084
|
name,
|