@eth-optimism/tokenlist 9.0.39 → 9.0.40
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-187e1e9f.d.ts → optimism.tokenlist-e4925e1d.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
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-02-
|
|
9
|
+
var timestamp = "2024-02-15T22:02:25.316Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -4715,6 +4715,32 @@ var tokens = [
|
|
|
4715
4715
|
opTokenId: "SCRY"
|
|
4716
4716
|
}
|
|
4717
4717
|
},
|
|
4718
|
+
{
|
|
4719
|
+
chainId: 1,
|
|
4720
|
+
address: "0x83F20F44975D03b1b09e64809B757c47f942BEeA",
|
|
4721
|
+
name: "Savings Dai",
|
|
4722
|
+
symbol: "sDAI",
|
|
4723
|
+
decimals: 18,
|
|
4724
|
+
logoURI: "https://ethereum-optimism.github.io/data/sDAI/logo.svg",
|
|
4725
|
+
extensions: {
|
|
4726
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
4727
|
+
opListId: "extended",
|
|
4728
|
+
opTokenId: "sDAI"
|
|
4729
|
+
}
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
chainId: 10,
|
|
4733
|
+
address: "0x2218a117083f5B482B0bB821d27056Ba9c04b1D3",
|
|
4734
|
+
name: "Savings Dai",
|
|
4735
|
+
symbol: "sDAI",
|
|
4736
|
+
decimals: 18,
|
|
4737
|
+
logoURI: "https://ethereum-optimism.github.io/data/sDAI/logo.svg",
|
|
4738
|
+
extensions: {
|
|
4739
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
4740
|
+
opListId: "extended",
|
|
4741
|
+
opTokenId: "sDAI"
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4718
4744
|
{
|
|
4719
4745
|
chainId: 1,
|
|
4720
4746
|
address: "0xf1Dc500FdE233A4055e25e5BbF516372BC4F6871",
|
|
@@ -6881,7 +6907,7 @@ var tokens = [
|
|
|
6881
6907
|
var version = {
|
|
6882
6908
|
major: 9,
|
|
6883
6909
|
minor: 0,
|
|
6884
|
-
patch:
|
|
6910
|
+
patch: 40
|
|
6885
6911
|
};
|
|
6886
6912
|
var optimism_tokenlist_default = {
|
|
6887
6913
|
name,
|